diff options
Diffstat (limited to 'www/py-user_agent/Makefile')
-rw-r--r-- | www/py-user_agent/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/py-user_agent/Makefile b/www/py-user_agent/Makefile index 360cd18fa9f1..23239ae34dbb 100644 --- a/www/py-user_agent/Makefile +++ b/www/py-user_agent/Makefile @@ -1,6 +1,5 @@ PORTNAME= user_agent -PORTVERSION= 0.1.9 -PORTREVISION= 1 +DISTVERSION= 0.1.10 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,12 @@ WWW= https://pypi.org/project/user_agent/ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 .include <bsd.port.mk> |