From d57b5cd7830a5b4ed1437b1b648dca62a9b6eea3 Mon Sep 17 00:00:00 2001 From: Jan T Date: Thu, 23 Jul 2026 19:24:22 +0300 Subject: */*: initial commit --- www/py-user-agents/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www/py-user-agents/Makefile (limited to 'www/py-user-agents/Makefile') diff --git a/www/py-user-agents/Makefile b/www/py-user-agents/Makefile new file mode 100644 index 0000000..6b6f588 --- /dev/null +++ b/www/py-user-agents/Makefile @@ -0,0 +1,21 @@ +PORTNAME= user-agents +PORTVERSION= 2.2.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jan@jantuomi.fi +COMMENT= Library to identify devices by parsing user agent strings +WWW= https://github.com/selwin/python-user-agents + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ua-parser>=0.10.0:www/py-ua-parser@${PY_FLAVOR} + +USES= python:3.11+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include -- cgit v1.3