git: 4d5f21187c5d - main - graphics/py-colorcet: New port: Useful perceptually uniform colormaps for plotting scientific data

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 01:53:17 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d5f21187c5de2f1b31965846b89b225bf503f16

commit 4d5f21187c5de2f1b31965846b89b225bf503f16
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-29 14:59:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-30 01:53:11 +0000

    graphics/py-colorcet: New port: Useful perceptually uniform colormaps for plotting scientific data
---
 graphics/Makefile              |  1 +
 graphics/py-colorcet/Makefile  | 22 ++++++++++++++++++++++
 graphics/py-colorcet/distinfo  |  3 +++
 graphics/py-colorcet/pkg-descr |  3 +++
 4 files changed, 29 insertions(+)

diff --git a/graphics/Makefile b/graphics/Makefile
index a8bc39977892..a9ab2a21d104 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -840,6 +840,7 @@
     SUBDIR += py-cairosvg
     SUBDIR += py-cartopy
     SUBDIR += py-cogdumper
+    SUBDIR += py-colorcet
     SUBDIR += py-colour
     SUBDIR += py-descartes
     SUBDIR += py-django-easy-thumbnails
diff --git a/graphics/py-colorcet/Makefile b/graphics/py-colorcet/Makefile
new file mode 100644
index 000000000000..a0e1739d3f71
--- /dev/null
+++ b/graphics/py-colorcet/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	colorcet
+DISTVERSION=	3.0.0
+CATEGORIES=	graphics science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Useful perceptually uniform colormaps for plotting scientific data
+WWW=		https://colorcet.holoviz.org/
+
+LICENSE=	CC-BY-4.0
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}param>=1.7.0:devel/py-param@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyct>=0.4.4:misc/py-pyct@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_DEPENDS}
+RUN_DEPENDS=	${PY_DEPENDS}
+
+USES=		python
+USE_PYTHON=	distutils concurrent autoplist pytest
+
+.include <bsd.port.mk>
diff --git a/graphics/py-colorcet/distinfo b/graphics/py-colorcet/distinfo
new file mode 100644
index 000000000000..f84e284dffd3
--- /dev/null
+++ b/graphics/py-colorcet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1664489331
+SHA256 (colorcet-3.0.0.tar.gz) = 21c522346a7aa81a603729f2996c22ac3f7822f4c8c303c59761e27d2dfcf3db
+SIZE (colorcet-3.0.0.tar.gz) = 3029130
diff --git a/graphics/py-colorcet/pkg-descr b/graphics/py-colorcet/pkg-descr
new file mode 100644
index 000000000000..43d35403e259
--- /dev/null
+++ b/graphics/py-colorcet/pkg-descr
@@ -0,0 +1,3 @@
+Colorcet is a collection of perceptually acccurate 256-color colormaps for use
+with Python plotting programs like Bokeh, Matplotlib, HoloViews, and
+Datashader.