summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:49:15 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:22 +0100
commit709b8404a05693da118bf1174cf0c0c9ea9a235b (patch)
tree8a73de15eb2172a3b40677290258d9b77736dbfb
parentdev-python/waitress: Use pypi.eclass (diff)
downloadgentoo-709b8404a05693da118bf1174cf0c0c9ea9a235b.tar.gz
gentoo-709b8404a05693da118bf1174cf0c0c9ea9a235b.tar.bz2
gentoo-709b8404a05693da118bf1174cf0c0c9ea9a235b.zip
dev-python/webcolors: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/webcolors/webcolors-1.12.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/webcolors/webcolors-1.12.ebuild b/dev-python/webcolors/webcolors-1.12.ebuild
index c658fccb6db6..1f100726a002 100644
--- a/dev-python/webcolors/webcolors-1.12.ebuild
+++ b/dev-python/webcolors/webcolors-1.12.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Color names and value formats defined by the HTML and CSS specifications"
HOMEPAGE="
https://github.com/ubernostrum/webcolors/
https://pypi.org/project/webcolors/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"