Lines 1-5
Link Here
|
1 |
PORTNAME= pycryptodome |
1 |
PORTNAME= pycryptodome |
2 |
DISTVERSION= 3.16.0 |
2 |
DISTVERSION= 3.18.0 |
3 |
CATEGORIES= security python |
3 |
CATEGORIES= security python |
4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-21
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
Link Here
|
14 |
|
14 |
|
15 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} |
15 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} |
16 |
|
16 |
|
17 |
# Officially: 2.7, 3.5-3.10 |
17 |
# Officially: 2.7, 3.5-3.11 |
18 |
USES= cpe python:3.7+ |
18 |
USES= cpe python |
19 |
CPE_VENDOR= python |
19 |
CPE_VENDOR= python |
20 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist distutils |
21 |
|
21 |
|