diff options
Diffstat (limited to 'devel/py-fastimport/Makefile')
-rw-r--r-- | devel/py-fastimport/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-fastimport/Makefile b/devel/py-fastimport/Makefile index 7880bcffe3f8..3a2143d83e63 100644 --- a/devel/py-fastimport/Makefile +++ b/devel/py-fastimport/Makefile @@ -1,6 +1,5 @@ PORTNAME= fastimport -PORTVERSION= 0.9.14 -PORTREVISION= 1 +PORTVERSION= 0.9.16 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ WWW= https://github.com/jelmer/python-fastimport LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python |