diff --git a/devel/py-ppft/Makefile b/devel/py-ppft/Makefile index ba691ec51266..f41a80f2c365 100644 --- a/devel/py-ppft/Makefile +++ b/devel/py-ppft/Makefile @@ -1,19 +1,23 @@ PORTNAME= ppft PORTVERSION= 1.7.6.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Distributed and parallel Python WWW= https://github.com/uqfoundation/ppft LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include