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 E7FEA15800F for ; Sun, 12 Feb 2023 19:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C86E0858; Sun, 12 Feb 2023 19:06:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7C9CFE0857 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 BDB9833BE93 for ; Sun, 12 Feb 2023 19:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0F9A8C6 for ; Sun, 12 Feb 2023 19:05:58 +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: <1676228652.4423b8ee60f3a95ea2a9d96fa2e30b1b68006986.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild X-VCS-Directories: dev-python/pytest-rerunfailures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4423b8ee60f3a95ea2a9d96fa2e30b1b68006986 X-VCS-Branch: master Date: Sun, 12 Feb 2023 19:05:58 +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: 27006fc7-9400-40d8-8c93-95306c032e5d X-Archives-Hash: f015bef9b95e96ed77aa074266be42b2 commit: 4423b8ee60f3a95ea2a9d96fa2e30b1b68006986 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 11 11:00:46 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 12 19:04:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4423b8ee dev-python/pytest-rerunfailures: Disable PyPI name normalization Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild index 5ed7cf6acb69..5318792547f3 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.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