commit:     e2b40b3e66efe795828adb65937da626386382ce
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:35:31 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:35:31 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2b40b3e

dev-python/colorcet: add 3.0.1

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/colorcet/colorcet-3.0.1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/colorcet/colorcet-3.0.1.ebuild 
b/dev-python/colorcet/colorcet-3.0.1.ebuild
new file mode 100644
index 000000000..d47f5d2a4
--- /dev/null
+++ b/dev-python/colorcet/colorcet-3.0.1.ebuild
@@ -0,0 +1,27 @@
+# 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 )
+
+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"
+
+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