aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ppft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ppft/Makefile')
-rw-r--r--devel/py-ppft/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ppft/Makefile b/devel/py-ppft/Makefile
index 8426024b5f4c..133826e77be6 100644
--- a/devel/py-ppft/Makefile
+++ b/devel/py-ppft/Makefile
@@ -1,18 +1,18 @@
PORTNAME= ppft
-PORTVERSION= 1.7.6.6
-PORTREVISION= 1
+PORTVERSION= 1.7.6.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Distributed and parallel Python
-WWW= https://github.com/uqfoundation/ppft
+WWW= https://ppft.readthedocs.io/en/latest/ \
+ https://github.com/uqfoundation/ppft
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python