Lines 1-5
Link Here
|
1 |
PORTNAME= pyotp2289 |
1 |
PORTNAME= pyotp2289 |
2 |
PORTVERSION= 1.1.1 |
2 |
PORTVERSION= 1.2.1 |
3 |
CATEGORIES= security python |
3 |
CATEGORIES= security python |
4 |
MASTER_SITES= CHEESESHOP |
4 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-24
WWW= https://github.com/blackm0re/pyotp2289
Link Here
|
11 |
LICENSE= BSD2CLAUSE |
11 |
LICENSE= BSD2CLAUSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |
14 |
USES= python:3.7+ |
15 |
|
15 |
USE_PYTHON= distutils concurrent autoplist pytest |
16 |
USES= python:3.6+ |
|
|
17 |
USE_PYTHON= distutils concurrent autoplist |
18 |
|
16 |
|
19 |
NO_ARCH= yes |
17 |
NO_ARCH= yes |
20 |
|
18 |
|
21 |
do-test: |
|
|
22 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest |
23 |
|
24 |
.include <bsd.port.mk> |
19 |
.include <bsd.port.mk> |