blob: 6b6f5881344f83201c31bcc4d1b949210c85662e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 <bsd.port.mk>
|