www/py-django-otp-yubikey: Update to 1.0.1
- Update WWW - Add LICENSE_FILE - Add NO_ARCH - Take maintainership Changes: https://github.com/django-otp/django-otp-yubikey/blob/master/CHANGES.rst
This commit is contained in:
parent
95dc9ed660
commit
90e863f4d0
2 changed files with 14 additions and 11 deletions
|
@ -1,19 +1,22 @@
|
||||||
PORTNAME= django-otp-yubikey
|
PORTNAME= django-otp-yubikey
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Plugin that verifies YubiKey OTP tokens
|
COMMENT= Django-otp plugin that verifies YubiKey OTP tokens
|
||||||
WWW= https://pypi.org/project/django-otp-yubikey/
|
WWW= https://github.com/django-otp/django-otp-yubikey
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.1:security/py-YubiOTP@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-otp>=1.0.0:www/py-django-otp@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}django-otp>0.4.0:www/py-django-otp@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.2:security/py-YubiOTP@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.6+
|
USES= python:3.7+
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1602936051
|
TIMESTAMP = 1674590038
|
||||||
SHA256 (django-otp-yubikey-1.0.0.tar.gz) = fbd409277892229b7e3578faa4f63ea766e242659456939164c8f71b845287b6
|
SHA256 (django-otp-yubikey-1.0.1.tar.gz) = 5917b9134fa408d12b94bdb4d3cac23e4586ae99c3a42fcb1d2c287c182e6c77
|
||||||
SIZE (django-otp-yubikey-1.0.0.tar.gz) = 13260
|
SIZE (django-otp-yubikey-1.0.1.tar.gz) = 13355
|
||||||
|
|
Loading…
Reference in a new issue