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 8C9B915800F for ; Sun, 12 Feb 2023 19:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6217E085E; Sun, 12 Feb 2023 19:06:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0FA4E085E for ; Sun, 12 Feb 2023 19:06:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB13335D5D for ; Sun, 12 Feb 2023 19:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11B888C8 for ; Sun, 12 Feb 2023 19:05:59 +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: <1676228654.48abbce28e522b3bb3d307d05ea3e00a9cd0a247.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-utils/python-utils-3.5.1.ebuild dev-python/python-utils/python-utils-3.5.2.ebuild X-VCS-Directories: dev-python/python-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 48abbce28e522b3bb3d307d05ea3e00a9cd0a247 X-VCS-Branch: master Date: Sun, 12 Feb 2023 19:05:59 +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: 9c6261b2-072d-4974-bd47-d976babdbaef X-Archives-Hash: d76a85f39b064ff8a563db680e07569b commit: 48abbce28e522b3bb3d307d05ea3e00a9cd0a247 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 11 11:00:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 12 19:04:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48abbce2 dev-python/python-utils: Disable PyPI name normalization Signed-off-by: Michał Górny gentoo.org> dev-python/python-utils/python-utils-3.5.1.ebuild | 1 + dev-python/python-utils/python-utils-3.5.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/python-utils/python-utils-3.5.1.ebuild b/dev-python/python-utils/python-utils-3.5.1.ebuild index 2f51e06e8c85..8cde3a4222e4 100644 --- a/dev-python/python-utils/python-utils-3.5.1.ebuild +++ b/dev-python/python-utils/python-utils-3.5.1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi diff --git a/dev-python/python-utils/python-utils-3.5.2.ebuild b/dev-python/python-utils/python-utils-3.5.2.ebuild index 2f51e06e8c85..8cde3a4222e4 100644 --- a/dev-python/python-utils/python-utils-3.5.2.ebuild +++ b/dev-python/python-utils/python-utils-3.5.2.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi