summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:53 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:01 +0100
commitd35f2501a0fed8eb6bf15ed2fce7e341fffa218f (patch)
tree1b39192fd9bb454ca08a21019a310840d2e5aa90 /dev-python/tldextract
parentdev-python/tinycss: Use pypi.eclass (diff)
downloadgentoo-d35f2501a0fed8eb6bf15ed2fce7e341fffa218f.tar.gz
gentoo-d35f2501a0fed8eb6bf15ed2fce7e341fffa218f.tar.bz2
gentoo-d35f2501a0fed8eb6bf15ed2fce7e341fffa218f.zip
dev-python/tldextract: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tldextract')
-rw-r--r--dev-python/tldextract/tldextract-3.4.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tldextract/tldextract-3.4.0.ebuild b/dev-python/tldextract/tldextract-3.4.0.ebuild
index b9ca1011fdea..66681e8d4d8a 100644
--- a/dev-python/tldextract/tldextract-3.4.0.ebuild
+++ b/dev-python/tldextract/tldextract-3.4.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL"
HOMEPAGE="
https://github.com/john-kurkowski/tldextract/
https://pypi.org/project/tldextract/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"