diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-05 12:32:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-05 12:40:38 +0100 |
commit | 00cf94d0950a298bd185738d0ef8d289f327cf87 (patch) | |
tree | 15ae650771fa34f1eaa8d4e6ad38606038bace5b /dev-python/execnet | |
parent | net-mail/mu: forward-port gcc 13 patch (diff) | |
download | gentoo-00cf94d0950a298bd185738d0ef8d289f327cf87.tar.gz gentoo-00cf94d0950a298bd185738d0ef8d289f327cf87.tar.bz2 gentoo-00cf94d0950a298bd185738d0ef8d289f327cf87.zip |
dev-python/execnet: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/execnet')
-rw-r--r-- | dev-python/execnet/execnet-1.9.0-r1.ebuild | 5 |
1 files 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 " |