Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 11:53:27 +0000
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: 9c7bb7281f6c - main - www/py-django-formset-js-improved: Update to 0.5.0.5
Message-ID:  <69b2a937.1f1ec.49be0315@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit 9c7bb7281f6cbc23bba49588e2327a3e1a9d08cf
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-03-12 11:52:51 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-03-12 11:52:51 +0000

    www/py-django-formset-js-improved: Update to 0.5.0.5
    
    * Switch to the PEP517 build framework to make the port future proof.
    
    * Also transition to the more preferred DISTVERSION.
    
    Changelog:
    
    https://github.com/pretix/django-formset-js/compare/0.5.0.3...0.5.0.5
    
    PR:             293462
    Approved by:    maintainer timeout
---
 www/py-django-formset-js-improved/Makefile | 8 +++++---
 www/py-django-formset-js-improved/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/py-django-formset-js-improved/Makefile b/www/py-django-formset-js-improved/Makefile
index 573e18f18b36..7735f698e126 100644
--- a/www/py-django-formset-js-improved/Makefile
+++ b/www/py-django-formset-js-improved/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	django-formset-js-improved
-PORTVERSION=	0.5.0.2
-PORTREVISION=	4
+DISTVERSION=	0.5.0.5
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	django_formset_js_improved-${DISTVERSION}
 
 MAINTAINER=	alex@xanderio.de
 COMMENT=	Fork of django-formset-js that adds support for reordering and nested formsets
@@ -12,11 +12,13 @@ WWW=		https://github.com/pretix/django-formset-js
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=1.8:www/py-django42@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django-jquery-js>=0.:www/py-django-jquery-js@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-django-formset-js-improved/distinfo b/www/py-django-formset-js-improved/distinfo
index dd860876d4b9..380e6497224b 100644
--- a/www/py-django-formset-js-improved/distinfo
+++ b/www/py-django-formset-js-improved/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563114828
-SHA256 (django-formset-js-improved-0.5.0.2.tar.gz) = 251649ca389144728359b57d5845c601b3420fdafa2e4634668de614e14953ce
-SIZE (django-formset-js-improved-0.5.0.2.tar.gz) = 13373
+TIMESTAMP = 1772100589
+SHA256 (django_formset_js_improved-0.5.0.5.tar.gz) = 374dd339a14321683e6aa9be7098bf56bb4bdeb93bd42ccacc73374c7a055dad
+SIZE (django_formset_js_improved-0.5.0.5.tar.gz) = 11035


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b2a937.1f1ec.49be0315>