diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-28 07:56:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-28 08:09:53 +0000 |
commit | 7f947873882e5494cb5521138d0118b13c20a8bc (patch) | |
tree | 687ef83034bb70a6ecfb67468ceb4835a2a3dae2 /math/py-cmyt | |
parent | 489ca0f28acb5a47ff8b4c2c0241b6cc163b9748 (diff) | |
download | ports-7f947873882e5494cb5521138d0118b13c20a8bc.tar.gz ports-7f947873882e5494cb5521138d0118b13c20a8bc.zip |
math/py-cmyt: Update 1.1.1 → 1.1.3
Reported by: portscout
Diffstat (limited to 'math/py-cmyt')
-rw-r--r-- | math/py-cmyt/Makefile | 5 | ||||
-rw-r--r-- | math/py-cmyt/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-cmyt/Makefile b/math/py-cmyt/Makefile index ec7a61461295..62be60ee2662 100644 --- a/math/py-cmyt/Makefile +++ b/math/py-cmyt/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmyt -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,14 @@ WWW= https://yt-project.org/ LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.2.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=8.4:devel/py-more-itertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorspacious>=1.1.2:devel/py-colorspacious@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= pep517 concurrent autoplist NO_ARCH= yes diff --git a/math/py-cmyt/distinfo b/math/py-cmyt/distinfo index 3eb6ece6ea89..6dfef0a46508 100644 --- a/math/py-cmyt/distinfo +++ b/math/py-cmyt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658195940 -SHA256 (cmyt-1.1.1.tar.gz) = 9d43c28a39a7532e09d3162fc176601f79dd03d8aed787be82a337803c77dd8f -SIZE (cmyt-1.1.1.tar.gz) = 29461 +TIMESTAMP = 1679989831 +SHA256 (cmyt-1.1.3.tar.gz) = be0262cb399e9492a13ad7ef4aeb45221665341a9c24438aa9955a39856f4f27 +SIZE (cmyt-1.1.3.tar.gz) = 29399 |