diff --git a/graphics/py-colorcet/Makefile b/graphics/py-colorcet/Makefile index f527d2d70ee3..902fd849c68c 100644 --- a/graphics/py-colorcet/Makefile +++ b/graphics/py-colorcet/Makefile @@ -1,23 +1,23 @@ PORTNAME= colorcet -DISTVERSION= 3.0.1 +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 -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyct>=0.4.4:misc/py-pyct@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_DEPENDS} -RUN_DEPENDS= ${PY_DEPENDS} +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= distutils concurrent autoplist pytest +USE_PYTHON= pep517 concurrent autoplist pytest NO_ARCH= yes .include diff --git a/graphics/py-colorcet/distinfo b/graphics/py-colorcet/distinfo index 1f79ee2a3444..494a87add03e 100644 --- a/graphics/py-colorcet/distinfo +++ b/graphics/py-colorcet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664941465 -SHA256 (colorcet-3.0.1.tar.gz) = 51455a20353d12fac91f953772d8409f2474e6a0db1af3fa4f7005f405a2480b -SIZE (colorcet-3.0.1.tar.gz) = 3036207 +TIMESTAMP = 1709948140 +SHA256 (colorcet-3.1.0.tar.gz) = 2921b3cd81a2288aaf2d63dbc0ce3c26dcd882e8c389cc505d6886bf7aa9a4eb +SIZE (colorcet-3.1.0.tar.gz) = 2183107