Date: Sat, 20 Apr 2024 14:27:30 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: eda98ee89380 - main - www/py-dj42-django-otp: Update to 1.5.0 Message-ID: <202404201427.43KERUPJ008510@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=eda98ee893807f75b5f92f5bce164937579617a5 commit eda98ee893807f75b5f92f5bce164937579617a5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-20 14:23:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-20 14:25:44 +0000 www/py-dj42-django-otp: Update to 1.5.0 - Add QRCODE and SEGNO options Changes: https://github.com/django-otp/django-otp/blob/master/CHANGES.rst --- www/py-dj42-django-otp/Makefile | 10 +++++++++- www/py-dj42-django-otp/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/www/py-dj42-django-otp/Makefile b/www/py-dj42-django-otp/Makefile index dae9ba60a024..569b9ed8a3d8 100644 --- a/www/py-dj42-django-otp/Makefile +++ b/www/py-dj42-django-otp/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-otp -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= www python MASTER_SITES= PYPI DISTNAME= django_otp-${PORTVERSION} @@ -20,4 +20,12 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_RADIO= QR +OPTIONS_RADIO_QR= QRCODE SEGNO +QRCODE_DESC= QR code support via qrcode module +SEGNO_DESC= QR code support via segno module + +QRCODE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} +SEGNO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}segno>=0:textproc/py-segno@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/www/py-dj42-django-otp/distinfo b/www/py-dj42-django-otp/distinfo index 27daa65da804..f63b0e7fc592 100644 --- a/www/py-dj42-django-otp/distinfo +++ b/www/py-dj42-django-otp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712886464 -SHA256 (django_otp-1.4.1.tar.gz) = 0855ec5d9ff9c04e6e6b5ba041470329dc0479d254bf19fa2d99f2ff72c312eb -SIZE (django_otp-1.4.1.tar.gz) = 71847 +TIMESTAMP = 1713528554 +SHA256 (django_otp-1.5.0.tar.gz) = e7142139f1e9686be5f396669a3d3d61178cd9b3e9de9de5933888668908b46b +SIZE (django_otp-1.5.0.tar.gz) = 72265
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404201427.43KERUPJ008510>