summaryrefslogtreecommitdiff
path: root/dev-python/cssutils/cssutils-2.6.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-07 09:02:21 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-07 10:26:30 +0100
commit4a33f78f8d6cd4a6faa60dfdcd3a631dfe498345 (patch)
tree37c9535697a7487373c14b644e5eb5e48871cdb9 /dev-python/cssutils/cssutils-2.6.0.ebuild
parent7b9e47bef58a3caa33a905ee03a63572cbfe3c81 (diff)
downloadgentoo-4a33f78f8d6cd4a6faa60dfdcd3a631dfe498345.tar.gz
gentoo-4a33f78f8d6cd4a6faa60dfdcd3a631dfe498345.tar.bz2
gentoo-4a33f78f8d6cd4a6faa60dfdcd3a631dfe498345.zip
dev-python/cssutils: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssutils/cssutils-2.6.0.ebuild')
-rw-r--r--dev-python/cssutils/cssutils-2.6.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cssutils/cssutils-2.6.0.ebuild b/dev-python/cssutils/cssutils-2.6.0.ebuild
index ba17b9caaba8..e70142e69b40 100644
--- a/dev-python/cssutils/cssutils-2.6.0.ebuild
+++ b/dev-python/cssutils/cssutils-2.6.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="A CSS Cascading Style Sheets library"
HOMEPAGE="
https://pypi.org/project/cssutils/
https://github.com/jaraco/cssutils/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"