mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
23 lines
607 B
Makefile
23 lines
607 B
Makefile
PORTNAME= colorcet
|
|
DISTVERSION= 3.1.0
|
|
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
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 concurrent autoplist pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|