diff --git a/www/py-user_agent/Makefile b/www/py-user_agent/Makefile index 23239ae34dbb..fafe92520ded 100644 --- a/www/py-user_agent/Makefile +++ b/www/py-user_agent/Makefile @@ -1,21 +1,23 @@ PORTNAME= user_agent -DISTVERSION= 0.1.10 +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 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} +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 pep517 .include diff --git a/www/py-user_agent/distinfo b/www/py-user_agent/distinfo index ab038052d0e6..12489e2cc991 100644 --- a/www/py-user_agent/distinfo +++ b/www/py-user_agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754174848 -SHA256 (user_agent-0.1.10.tar.gz) = b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723 -SIZE (user_agent-0.1.10.tar.gz) = 20965 +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