commit:     483d429245cfd539f687966613f817ad2fe42132
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:04:06 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:12:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=483d4292

dev-python/colorcet: drop 2.0.6

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/colorcet/colorcet-2.0.6.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-python/colorcet/colorcet-2.0.6.ebuild 
b/dev-python/colorcet/colorcet-2.0.6.ebuild
deleted file mode 100644
index ba5c3db0a..000000000
--- a/dev-python/colorcet/colorcet-2.0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Portage incorrectly claims "DISTUTILS_USE_SETUPTOOLS value is probably
-# incorrect" for this package. It isn't. This package imports from neither
-# "distutils", "packaging", "pkg_resources", nor "setuptools" at runtime.
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-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"
-KEYWORDS="~amd64 ~x86"
-# Reported upstream:
-# https://github.com/holoviz/colorcet/issues/103
-RESTRICT="test"
-
-DEPEND="
-       >=dev-python/param-1.7.0[${PYTHON_USEDEP}]
-       >=dev-python/pyct-0.4.4[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest

Reply via email to