77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
21 lines
549 B
Makefile
21 lines
549 B
Makefile
PORTNAME= colorcet
|
|
DISTVERSION= 3.0.1
|
|
CATEGORIES= graphics science python
|
|
MASTER_SITES= PYPI
|
|
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}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>
|