Lines 1-9
Link Here
|
1 |
PORTNAME= pysmi |
1 |
PORTNAME= pysmi |
2 |
DISTVERSION= 1.1.13 |
2 |
DISTVERSION= 1.4.4 |
3 |
CATEGORIES= net-mgmt python |
3 |
CATEGORIES= net-mgmt python |
4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
DISTNAME= ${PORTNAME}_lextudio-${PORTVERSION} |
|
|
7 |
|
6 |
|
8 |
MAINTAINER= john@saltant.com |
7 |
MAINTAINER= john@saltant.com |
9 |
COMMENT= SNMP/SMI MIB parsing in Python |
8 |
COMMENT= SNMP/SMI MIB parsing in Python |
Lines 13-20
LICENSE= BSD2CLAUSE
Link Here
|
13 |
|
12 |
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} |
13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.11:devel/py-ply@${PY_FLAVOR} \ |
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.11:devel/py-ply@${PY_FLAVOR} \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3:devel/py-Jinja2@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} |
16 |
${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} |
17 |
|
17 |
|
|
|
18 |
# Officially: 3.8-3.12 |
18 |
USES= python |
19 |
USES= python |
19 |
USE_PYTHON= autoplist concurrent pep517 |
20 |
USE_PYTHON= autoplist concurrent pep517 |
20 |
|
21 |
|