commit: 00cf94d0950a298bd185738d0ef8d289f327cf87
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 11:32:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 11:40:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cf94d0
dev-python/execnet: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/execnet/execnet-1.9.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/execnet/execnet-1.9.0-r1.ebuild
b/dev-python/execnet/execnet-1.9.0-r1.ebuild
index fa09e14988f1..198204adb269 100644
--- a/dev-python/execnet/execnet-1.9.0-r1.ebuild
+++ b/dev-python/execnet/execnet-1.9.0-r1.ebuild
@@ -6,15 +6,14 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Rapid multi-Python deployment"
HOMEPAGE="
https://codespeak.net/execnet/
https://pypi.org/project/execnet/
"
-SRC_URI="
- mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
https://github.com/pytest-dev/execnet/commit/c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch
-> ${P}-pytest-7.2.patch
"