diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-kiwisolver/Makefile | 6 | ||||
-rw-r--r-- | math/py-matplotlib/Makefile | 2 | ||||
-rw-r--r-- | math/py-matplotlib2/Makefile | 2 | ||||
-rw-r--r-- | math/py-splot/Makefile | 1 | ||||
-rw-r--r-- | math/py-spopt/Makefile | 1 | ||||
-rw-r--r-- | math/sage/Makefile | 2 |
6 files changed, 10 insertions, 4 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index f61b2c444e09..4f8890a24242 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -1,5 +1,6 @@ PORTNAME= kiwisolver PORTVERSION= 1.4.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP @@ -11,7 +12,10 @@ WWW= https://github.com/nucleic/kiwi LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= compiler:c++11-lang python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f232334d85f2..82451814bd0a 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -1,6 +1,6 @@ PORTNAME= matplotlib PORTVERSION= 3.4.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-matplotlib2/Makefile b/math/py-matplotlib2/Makefile index cdd8a90997ff..8c5bd827f3ae 100644 --- a/math/py-matplotlib2/Makefile +++ b/math/py-matplotlib2/Makefile @@ -1,6 +1,6 @@ PORTNAME= matplotlib DISTVERSION= 2.2.4 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-splot/Makefile b/math/py-splot/Makefile index 7f849361ae77..8beedda9b36c 100644 --- a/math/py-splot/Makefile +++ b/math/py-splot/Makefile @@ -1,5 +1,6 @@ PORTNAME= splot PORTVERSION= 1.1.5.post1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-spopt/Makefile b/math/py-spopt/Makefile index 1bb8147aeb6a..31ae5f54f11f 100644 --- a/math/py-spopt/Makefile +++ b/math/py-spopt/Makefile @@ -1,5 +1,6 @@ PORTNAME= spopt PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/sage/Makefile b/math/sage/Makefile index c01f5a830c24..8629b9e8ff76 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -1,6 +1,6 @@ PORTNAME= sage PORTVERSION= 9.2 -PORTREVISION= 32 +PORTREVISION= 34 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ |