summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:00 +0100
commitdb038642a63918a2c879b3967feed6cc7abcd5aa (patch)
treec9223065f518bc056f167c78b56d12c1cc3b2301
parentdev-python/testscenarios: Use pypi.eclass (diff)
downloadgentoo-db038642a63918a2c879b3967feed6cc7abcd5aa.tar.gz
gentoo-db038642a63918a2c879b3967feed6cc7abcd5aa.tar.bz2
gentoo-db038642a63918a2c879b3967feed6cc7abcd5aa.zip
dev-python/tinycss: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tinycss/tinycss-0.4-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tinycss/tinycss-0.4-r1.ebuild b/dev-python/tinycss/tinycss-0.4-r1.ebuild
index e64b082d4c57..f41fac18ea05 100644
--- a/dev-python/tinycss/tinycss-0.4-r1.ebuild
+++ b/dev-python/tinycss/tinycss-0.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A complete yet simple CSS parser for Python"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://pypi.org/project/tinycss/
https://tinycss.readthedocs.io/en/latest/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"