diff options
Diffstat (limited to 'www/py-user_agent')
-rw-r--r-- | www/py-user_agent/Makefile | 13 | ||||
-rw-r--r-- | www/py-user_agent/distinfo | 6 | ||||
-rw-r--r-- | www/py-user_agent/pkg-descr | 6 |
3 files changed, 15 insertions, 10 deletions
diff --git a/www/py-user_agent/Makefile b/www/py-user_agent/Makefile index 360cd18fa9f1..fafe92520ded 100644 --- a/www/py-user_agent/Makefile +++ b/www/py-user_agent/Makefile @@ -1,20 +1,23 @@ PORTNAME= user_agent -PORTVERSION= 0.1.9 -PORTREVISION= 1 +DISTVERSION= 0.1.14 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Generates random, valid User-Agent values -WWW= https://pypi.org/project/user_agent/ +WWW= https://github.com/lorien/user_agent LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +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} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@{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..12489e2cc991 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 = 1757975740 +SHA256 (user_agent-0.1.14.tar.gz) = 5b25bedb43f89dff7d1ab569a96c16bea6f151a2f07b6323d4356ead5a96e4d2 +SIZE (user_agent-0.1.14.tar.gz) = 23404 diff --git a/www/py-user_agent/pkg-descr b/www/py-user_agent/pkg-descr index ed97fd682f8f..a02c4fda4f80 100644 --- a/www/py-user_agent/pkg-descr +++ b/www/py-user_agent/pkg-descr @@ -1,2 +1,4 @@ -This module is for generating random, valid web navigator's configs -& User-Agent HTTP headers. +This module is for generating random, valid web user agents: + +- content of "User-Agent" HTTP headers +- content of window.navigator JavaScript object |