diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-24 17:21:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-24 17:27:43 +0000 |
commit | b83ddf0c587695ae9676a3e1c45e420d28153491 (patch) | |
tree | 51faa992e24ace66f89851415ab0ddc5f5250234 | |
parent | 08fbab7d791cea64c3616c63fccd3047c819a861 (diff) | |
download | ports-b83ddf0c587695ae9676a3e1c45e420d28153491.tar.gz ports-b83ddf0c587695ae9676a3e1c45e420d28153491.zip |
math/py-numpoly: Update 1.2.0 -> 1.2.2
-rw-r--r-- | math/py-numpoly/Makefile | 5 | ||||
-rw-r--r-- | math/py-numpoly/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile index aac44f5f1668..e294449e2183 100644 --- a/math/py-numpoly/Makefile +++ b/math/py-numpoly/Makefile @@ -1,5 +1,5 @@ PORTNAME= numpoly -DISTVERSION= 1.2.0 +DISTVERSION= 1.2.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,7 @@ COMMENT= Create/manipulate/evaluate polynomial arrays based on numpy.ndarray LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ USE_PYTHON= distutils autoplist diff --git a/math/py-numpoly/distinfo b/math/py-numpoly/distinfo index d4b2c1d9fd66..e0f8bb2bb980 100644 --- a/math/py-numpoly/distinfo +++ b/math/py-numpoly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621757077 -SHA256 (numpoly-1.2.0.tar.gz) = 6058c92d8f6e1057a6fbdabcef6b14dbe33998b7187c637910b4d63f8e808da2 -SIZE (numpoly-1.2.0.tar.gz) = 76600 +TIMESTAMP = 1621876752 +SHA256 (numpoly-1.2.2.tar.gz) = 3d16ba0a9a59fd2865c3ee0cd00b989325efc70d91b3bc7cb8c505a688e54d3f +SIZE (numpoly-1.2.2.tar.gz) = 76702 |