diff options
Diffstat (limited to 'devel/py-futurist/Makefile')
-rw-r--r-- | devel/py-futurist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile index 955cdde836c9..99d38fa973eb 100644 --- a/devel/py-futurist/Makefile +++ b/devel/py-futurist/Makefile @@ -1,6 +1,5 @@ PORTNAME= futurist -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=3.0.0:devel/py-debtcollector@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |