diff options
Diffstat (limited to 'security/py-pycryptodome/Makefile')
-rw-r--r-- | security/py-pycryptodome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile index e61270276eeb..4b5f0437a47e 100644 --- a/security/py-pycryptodome/Makefile +++ b/security/py-pycryptodome/Makefile @@ -1,5 +1,5 @@ PORTNAME?= pycryptodome -DISTVERSION= 3.21.0 +DISTVERSION= 3.23.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} \ gmp>=0:math/gmp -# Officially: 2.7, 3.6-3.13 +# Officially: 2.7, 3.7-3.13 USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist pep517 |