diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-11 12:59:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-11 13:03:28 +0200 |
commit | 977018fa528acd27da74e381a085e22c6f5894be (patch) | |
tree | 4efc127cfd2f2322c3281964aa1dfc4bcd4c0db5 /dev-python/h2/h2-4.1.0-r1.ebuild | |
parent | dev-python/asgiref: Enable py3.13 (diff) | |
download | gentoo-977018fa528acd27da74e381a085e22c6f5894be.tar.gz gentoo-977018fa528acd27da74e381a085e22c6f5894be.tar.bz2 gentoo-977018fa528acd27da74e381a085e22c6f5894be.zip |
dev-python/h2: Use PyPI sdist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h2/h2-4.1.0-r1.ebuild')
-rw-r--r-- | dev-python/h2/h2-4.1.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/h2/h2-4.1.0-r1.ebuild b/dev-python/h2/h2-4.1.0-r1.ebuild index 48df5ef3a0e6..9f5652a071f7 100644 --- a/dev-python/h2/h2-4.1.0-r1.ebuild +++ b/dev-python/h2/h2-4.1.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..13} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="HTTP/2 State-Machine based protocol implementation" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://github.com/python-hyper/h2/ https://pypi.org/project/h2/ " -SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |