diff --git a/graphics/py-colorcet/Makefile b/graphics/py-colorcet/Makefile index 7a453adb220d..f527d2d70ee3 100644 --- a/graphics/py-colorcet/Makefile +++ b/graphics/py-colorcet/Makefile @@ -1,21 +1,23 @@ 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 +NO_ARCH= yes + .include