aboutsummaryrefslogtreecommitdiff
path: root/math/py-timple
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-timple')
-rw-r--r--math/py-timple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-timple/Makefile b/math/py-timple/Makefile
index 999c839efb5a..5b133d838e9d 100644
--- a/math/py-timple/Makefile
+++ b/math/py-timple/Makefile
@@ -1,6 +1,6 @@
PORTNAME= timple
PORTVERSION= 0.1.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW= https://github.com/theOehrly/Timple
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
USES= python