Lines 1-5
Link Here
|
1 |
PORTNAME= ripe.atlas.sagan |
1 |
PORTNAME= ripe.atlas.sagan |
2 |
PORTVERSION= 1.3.0 |
2 |
DISTVERSION= 1.3.1 |
3 |
CATEGORIES= net python |
3 |
CATEGORIES= net python |
4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-21
WWW= https://github.com/RIPE-NCC/ripe.atlas.sagan
Link Here
|
11 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
|
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} |
16 |
|
18 |
|
17 |
USES= python |
19 |
USES= python |
18 |
USE_PYTHON= autoplist concurrent cryptography distutils |
20 |
USE_PYTHON= autoplist concurrent cryptography pep517 pytest |
|
|
21 |
PYTEST_IGNORED_TESTS= test_invalid_country_code # Needs investigation |
22 |
|
23 |
TEST_ARGS= tests/*.py |
24 |
|
19 |
NO_ARCH= yes |
25 |
NO_ARCH= yes |
20 |
|
26 |
|
21 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |