summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:55 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:48:12 +0100
commit372925b64fed246bd2ec3743f428992c6a69d70b (patch)
treeeea9eff8cf98e24283cfff1c08c4011f4f14e543 /dev-python/hyperlink
parentdev-python/hyperframe: Use pypi.eclass (diff)
downloadgentoo-372925b64fed246bd2ec3743f428992c6a69d70b.tar.gz
gentoo-372925b64fed246bd2ec3743f428992c6a69d70b.tar.bz2
gentoo-372925b64fed246bd2ec3743f428992c6a69d70b.zip
dev-python/hyperlink: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r--dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
index 9d0fceecb4aa..a2176cae7948 100644
--- a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
+++ b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A featureful, correct URL for Python"
HOMEPAGE="
https://github.com/python-hyper/hyperlink/
https://pypi.org/project/hyperlink/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD MIT"
SLOT="0"