summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:45:27 +0100
commit67749d9939a5d0213ed3929a23382277534617cb (patch)
tree6bf9a59010d9cfd46bd2fdae22ea7c28e2c97141 /dev-python/cssselect2
parentdev-python/csscompressor: Use pypi.eclass (diff)
downloadgentoo-67749d9939a5d0213ed3929a23382277534617cb.tar.gz
gentoo-67749d9939a5d0213ed3929a23382277534617cb.tar.bz2
gentoo-67749d9939a5d0213ed3929a23382277534617cb.zip
dev-python/cssselect2: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssselect2')
-rw-r--r--dev-python/cssselect2/cssselect2-0.7.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cssselect2/cssselect2-0.7.0.ebuild b/dev-python/cssselect2/cssselect2-0.7.0.ebuild
index 197b8728e7eb..d5353b1976ac 100644
--- a/dev-python/cssselect2/cssselect2-0.7.0.ebuild
+++ b/dev-python/cssselect2/cssselect2-0.7.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://pypi.org/project/cssselect2/
https://github.com/Kozea/cssselect2/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"