diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-24 01:32:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-24 01:36:22 +0000 |
commit | 8036eb39281634de06fbc5b951f5b4645e6e5192 (patch) | |
tree | 4e23d0aee99f09a8da54e5c6023f48b0bda7b037 /math/py-pyneqsys | |
parent | dc08439c74fe5e15923afdfb03210f06b16f3ce0 (diff) |
Diffstat (limited to 'math/py-pyneqsys')
-rw-r--r-- | math/py-pyneqsys/Makefile | 5 | ||||
-rw-r--r-- | math/py-pyneqsys/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/py-pyneqsys/Makefile b/math/py-pyneqsys/Makefile index b7773f502ac9..149e12102c4c 100644 --- a/math/py-pyneqsys/Makefile +++ b/math/py-pyneqsys/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyneqsys -DISTVERSION= 0.5.6 -PORTREVISION= 2 +DISTVERSION= 0.5.7 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +10,6 @@ COMMENT= Solver of symbolically defined systems of non-linear equations LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}fastcache>0:devel/py-fastcache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.1:math/py-sym@${PY_FLAVOR} \ @@ -19,6 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.5+ USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/py-pyneqsys/distinfo b/math/py-pyneqsys/distinfo index 6b269951954d..8e0b7e364be5 100644 --- a/math/py-pyneqsys/distinfo +++ b/math/py-pyneqsys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540739675 -SHA256 (pyneqsys-0.5.6.tar.gz) = e4ccbf6d390bc65443b1cc8287606d9ada8150381a257d474ba7c3f6dd7c52f7 -SIZE (pyneqsys-0.5.6.tar.gz) = 25196 +TIMESTAMP = 1619227712 +SHA256 (pyneqsys-0.5.7.tar.gz) = a4ef31b66895171ecab9677d2f36c757debafad450169a2ba0d4e23a7eff283a +SIZE (pyneqsys-0.5.7.tar.gz) = 29470 |