Lines 1-7
Link Here
|
1 |
# Created by: Simeon Simeonov <sgs@pichove.org> |
1 |
# Created by: Simeon Simeonov <sgs@pichove.org> |
2 |
|
2 |
|
3 |
PORTNAME= pyotp2289 |
3 |
PORTNAME= pyotp2289 |
4 |
PORTVERSION= 1.0.0 |
4 |
PORTVERSION= 1.1.1 |
5 |
CATEGORIES= security python |
5 |
CATEGORIES= security python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 15-25
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
15 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |
15 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |
16 |
|
16 |
|
17 |
USES= python:3.6+ |
17 |
USES= python:3.6+ |
18 |
USE_PYTHON= autoplist concurrent distutils |
18 |
USE_PYTHON= distutils concurrent autoplist |
19 |
|
19 |
|
20 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
21 |
|
21 |
|
22 |
do-test: |
22 |
do-test: |
23 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts= |
23 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest |
24 |
|
24 |
|
25 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |