Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 05:24:14 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b60a89a50380 - main - www/py-django-registration: Update to 3.4
Message-ID:  <202401160524.40G5OEjs026252@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b60a89a503805dd8bbe2bb019640e50c4eac2d7a

commit b60a89a503805dd8bbe2bb019640e50c4eac2d7a
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-01-16 05:21:10 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-01-16 05:21:10 +0000

    www/py-django-registration: Update to 3.4
    
    * Switch to the PEP517 build framework.
    
    Changelog:
    
    https://github.com/ubernostrum/django-registration/compare/3.3...3.4
    
    PR:             276324
    Approved by:    Kevin Golding (maintainer)
---
 www/py-django-registration/Makefile | 6 ++++--
 www/py-django-registration/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile
index fe425292f1e0..31fbdf68234b 100644
--- a/www/py-django-registration/Makefile
+++ b/www/py-django-registration/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-registration
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,13 @@ WWW=		https://github.com/ubernostrum/django-registration
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0<4.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist pep517
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-registration-redux
 
diff --git a/www/py-django-registration/distinfo b/www/py-django-registration/distinfo
index b2a5f206dd41..6935e00297d1 100644
--- a/www/py-django-registration/distinfo
+++ b/www/py-django-registration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668603223
-SHA256 (django-registration-3.3.tar.gz) = 884a4cc9ec87b9f1c0ceb6b6c4b7ba491c1877997a3cd29cc923697dac785eb8
-SIZE (django-registration-3.3.tar.gz) = 85046
+TIMESTAMP = 1704625621
+SHA256 (django-registration-3.4.tar.gz) = 1a0ccef7ef71e67a78a551abd8ad378977dc14a036f1fcd8be422a68bd5254a9
+SIZE (django-registration-3.4.tar.gz) = 89040



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