From 709b8404a05693da118bf1174cf0c0c9ea9a235b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:49:15 +0100 Subject: dev-python/webcolors: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/webcolors/webcolors-1.12.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/webcolors') 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" -- cgit v1.2.3-65-gdbad