git: f944812b929c - main - www/py-user_agent: update to 0.1.14

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Mon, 15 Sep 2025 22:47:03 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f944812b929cbe6fd495ff4fc2b788ec6fd0acac

commit f944812b929cbe6fd495ff4fc2b788ec6fd0acac
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-09-15 22:46:17 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-09-15 22:46:17 +0000

    www/py-user_agent: update to 0.1.14
    
    - update to latest version
    - actualize homepage and package description
---
 www/py-user_agent/Makefile  | 8 +++++---
 www/py-user_agent/distinfo  | 6 +++---
 www/py-user_agent/pkg-descr | 6 ++++--
 3 files changed, 12 insertions(+), 8 deletions(-)

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,18 +1,20 @@
 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
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