Date: Mon, 30 Jan 2023 13:11:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 90e863f4d015 - main - www/py-django-otp-yubikey: Update to 1.0.1 Message-ID: <202301301311.30UDBJDv071797@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=90e863f4d015d6d2ede2865ac71e066ac772e4a7 commit 90e863f4d015d6d2ede2865ac71e066ac772e4a7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:35:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:00:23 +0000 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 --- www/py-django-otp-yubikey/Makefile | 19 +++++++++++-------- www/py-django-otp-yubikey/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/www/py-django-otp-yubikey/Makefile b/www/py-django-otp-yubikey/Makefile index 85dd55204911..c0c183cd38d8 100644 --- a/www/py-django-otp-yubikey/Makefile +++ b/www/py-django-otp-yubikey/Makefile @@ -1,19 +1,22 @@ PORTNAME= django-otp-yubikey -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Plugin that verifies YubiKey OTP tokens -WWW= https://pypi.org/project/django-otp-yubikey/ +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Django-otp plugin that verifies YubiKey OTP tokens +WWW= https://github.com/django-otp/django-otp-yubikey LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.1:security/py-YubiOTP@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-otp>0.4.0:www/py-django-otp@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-otp>=1.0.0:www/py-django-otp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.2:security/py-YubiOTP@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= autoplist distutils +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/py-django-otp-yubikey/distinfo b/www/py-django-otp-yubikey/distinfo index 2409a9eec2df..6cb6bee8e3fb 100644 --- a/www/py-django-otp-yubikey/distinfo +++ b/www/py-django-otp-yubikey/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602936051 -SHA256 (django-otp-yubikey-1.0.0.tar.gz) = fbd409277892229b7e3578faa4f63ea766e242659456939164c8f71b845287b6 -SIZE (django-otp-yubikey-1.0.0.tar.gz) = 13260 +TIMESTAMP = 1674590038 +SHA256 (django-otp-yubikey-1.0.1.tar.gz) = 5917b9134fa408d12b94bdb4d3cac23e4586ae99c3a42fcb1d2c287c182e6c77 +SIZE (django-otp-yubikey-1.0.1.tar.gz) = 13355
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301311.30UDBJDv071797>