diff options
-rw-r--r-- | devel/py-pytweening/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-pytweening/Makefile b/devel/py-pytweening/Makefile index fa021813e48e..fddaffad07ac 100644 --- a/devel/py-pytweening/Makefile +++ b/devel/py-pytweening/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytweening DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,9 @@ WWW= https://github.com/asweigart/pytweening LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= dos2unix python:3.6+ USE_PYTHON= autoplist pep517 |