diff options
Diffstat (limited to 'dev-python/colorcet')
-rw-r--r-- | dev-python/colorcet/colorcet-3.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/colorcet/colorcet-3.0.1.ebuild b/dev-python/colorcet/colorcet-3.0.1.ebuild index 25182e5d2..08ea7d55a 100644 --- a/dev-python/colorcet/colorcet-3.0.1.ebuild +++ b/dev-python/colorcet/colorcet-3.0.1.ebuild @@ -9,11 +9,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Collection of perceptually uniform colormaps" HOMEPAGE="https://holoviz.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |