diff options
Diffstat (limited to 'www/py-user_agent')
-rw-r--r-- | www/py-user_agent/Makefile | 7 | ||||
-rw-r--r-- | www/py-user_agent/distinfo | 6 |
2 files changed, 7 insertions, 6 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> diff --git a/www/py-user_agent/distinfo b/www/py-user_agent/distinfo index 204e020b56ed..ab038052d0e6 100644 --- a/www/py-user_agent/distinfo +++ b/www/py-user_agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506112533 -SHA256 (user_agent-0.1.9.tar.gz) = 8f1ad46cc4aef9f99515ea1c74bb8cacc43e23074c335b2ba2db7735ebe9c0d5 -SIZE (user_agent-0.1.9.tar.gz) = 20895 +TIMESTAMP = 1754174848 +SHA256 (user_agent-0.1.10.tar.gz) = b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723 +SIZE (user_agent-0.1.10.tar.gz) = 20965 |