diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-10-06 08:59:38 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-10-06 09:16:05 +0200 |
| commit | 8a9535e1e1b1f5d8ae438cd9887fbd47876a5e7d (patch) | |
| tree | cbe0d7cbada142650993ea56ea2d6cd16f0d1b18 /dev-python/hyper-h2/hyper-h2-3.2.0.ebuild | |
| parent | 35228bb53a611bc273f9bb687aa9164749687ece (diff) | |
| download | gentoo-8a9535e1e1b1f5d8ae438cd9887fbd47876a5e7d.tar.gz gentoo-8a9535e1e1b1f5d8ae438cd9887fbd47876a5e7d.tar.bz2 gentoo-8a9535e1e1b1f5d8ae438cd9887fbd47876a5e7d.zip | |
dev-python/hyper-h2: Prepare for pkgmove
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyper-h2/hyper-h2-3.2.0.ebuild')
| -rw-r--r-- | dev-python/hyper-h2/hyper-h2-3.2.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild b/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild index 819953993d97..830e6c2dc91c 100644 --- a/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild +++ b/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild @@ -2,13 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 +MY_P=hyper-h2-${PV} DESCRIPTION="HTTP/2 State-Machine based protocol implementation" HOMEPAGE="https://python-hyper.org/h2/en/stable/ https://pypi.org/project/h2/" -SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" @@ -31,7 +33,7 @@ distutils_enable_tests pytest PATCHES=( # From https://github.com/python-hyper/h2/pull/1248 # Disables some failing healthchecks - "${FILESDIR}/${P}-failed-healthcheck.patch" + "${FILESDIR}/hyper-h2-3.2.0-failed-healthcheck.patch" ) python_test() { |
