Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:14:20 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: 79445cfc547f - main - www/py-django-otp: Update to 1.3.0
Message-ID:  <202403091414.429EEKjT018756@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=79445cfc547f518ac8c021af0200a407ef8bb679

commit 79445cfc547f518ac8c021af0200a407ef8bb679
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:50:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:18 +0000

    www/py-django-otp: Update to 1.3.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/django-otp/django-otp/blob/master/CHANGES.rst
---
 www/py-django-otp/Makefile | 8 +++++---
 www/py-django-otp/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/py-django-otp/Makefile b/www/py-django-otp/Makefile
index f278f241e936..f3881f7448e2 100644
--- a/www/py-django-otp/Makefile
+++ b/www/py-django-otp/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	django-otp
-PORTVERSION=	1.1.6
+PORTVERSION=	1.3.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
+DISTNAME=	django_otp-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -11,10 +12,11 @@ WWW=		https://github.com/django-otp/django-otp
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-django-otp/distinfo b/www/py-django-otp/distinfo
index 7184a25d134c..0e394c5ee0a8 100644
--- a/www/py-django-otp/distinfo
+++ b/www/py-django-otp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498836
-SHA256 (django-otp-1.1.6.tar.gz) = eac8e06041efe90e0687faea997fc0b3340f5bc74476f20aca0f6a96978f4253
-SIZE (django-otp-1.1.6.tar.gz) = 63262
+TIMESTAMP = 1709390736
+SHA256 (django_otp-1.3.0.tar.gz) = 8f4156a3c14ce2aaa31379385eadf388925cd50fc4b5d20a3b944f454c98ff7c
+SIZE (django_otp-1.3.0.tar.gz) = 69013



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091414.429EEKjT018756>