1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/py-YubiOTP: Fix dependencies, undeprecate

Upstream switched from py-pycrypto to py-pycryptodome in 2018.
Do the same in the port and undeprecate.
This commit is contained in:
Michael Gmelin 2022-07-07 14:10:33 +02:00
parent d4d3536130
commit 91aec0c1b7

View File

@ -2,6 +2,7 @@
PORTNAME= YubiOTP
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,11 +12,8 @@ COMMENT= Library for verifying YubiKey OTP tokens
LICENSE= BSD2CLAUSE
DEPRECATED= Depends on expired security/py-pycrypto
EXPIRATION_DATE=2022-09-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils