From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7647158010 for ; Sun, 12 Feb 2023 19:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6632CE07E2; Sun, 12 Feb 2023 19:06:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 426A9E07E2 for ; Sun, 12 Feb 2023 19:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D935335D28 for ; Sun, 12 Feb 2023 19:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B088AB for ; Sun, 12 Feb 2023 19:05:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1676228637.6891e0ab57b181c09ba327d94063ebea19f96222.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Faker/Faker-16.6.1.ebuild dev-python/Faker/Faker-16.8.1.ebuild X-VCS-Directories: dev-python/Faker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6891e0ab57b181c09ba327d94063ebea19f96222 X-VCS-Branch: master Date: Sun, 12 Feb 2023 19:05:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc321af0-3a9f-490a-932a-37911547e616 X-Archives-Hash: 34d334289bd7b30a484ff54cea38085d commit: 6891e0ab57b181c09ba327d94063ebea19f96222 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 11 10:34:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 12 19:03:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6891e0ab dev-python/Faker: Disable PyPI name normalization Signed-off-by: Michał Górny gentoo.org> dev-python/Faker/Faker-16.6.1.ebuild | 1 + dev-python/Faker/Faker-16.8.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/Faker/Faker-16.6.1.ebuild b/dev-python/Faker/Faker-16.6.1.ebuild index 310d9e805a22..d3d0d7cfdc9a 100644 --- a/dev-python/Faker/Faker-16.6.1.ebuild +++ b/dev-python/Faker/Faker-16.6.1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi diff --git a/dev-python/Faker/Faker-16.8.1.ebuild b/dev-python/Faker/Faker-16.8.1.ebuild index a75f8a9b9b3a..f1e5f5fe409a 100644 --- a/dev-python/Faker/Faker-16.8.1.ebuild +++ b/dev-python/Faker/Faker-16.8.1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi