Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:22:56 +0000
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: 5e98944a8426 - main - www/py-django-crispy-forms: Update to 2.5
Message-ID:  <697e1040.317d8.1d8a120e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 5e98944a8426c56891e0cbbd481dae3674acc8a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:36:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:34 +0000

    www/py-django-crispy-forms: Update to 2.5
    
    - Remove outdated PORTSCOUT
    
    Changes:        https://github.com/django-crispy-forms/django-crispy-forms/releases
---
 www/py-django-crispy-forms/Makefile                   | 12 +++++-------
 www/py-django-crispy-forms/distinfo                   |  6 +++---
 www/py-django-crispy-forms/files/patch-pyproject.toml | 19 +++++++++++++++++++
 3 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile
index b0f98c34817b..895c4bf14f7c 100644
--- a/www/py-django-crispy-forms/Makefile
+++ b/www/py-django-crispy-forms/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	django-crispy-forms
-PORTVERSION=	2.0
-PORTREVISION=	1
+PORTVERSION=	2.5
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	django_crispy_forms-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Best way to have Django DRY forms
@@ -13,15 +13,13 @@ WWW=		https://django-crispy-forms.readthedocs.io/en/latest/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
 
-USES=		dos2unix python
+USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-PORTSCOUT=	skipv:2.1
-
 .include <bsd.port.mk>
diff --git a/www/py-django-crispy-forms/distinfo b/www/py-django-crispy-forms/distinfo
index b308d501a69b..90194c60817c 100644
--- a/www/py-django-crispy-forms/distinfo
+++ b/www/py-django-crispy-forms/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104566
-SHA256 (django-crispy-forms-2.0.tar.gz) = 90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322
-SIZE (django-crispy-forms-2.0.tar.gz) = 277697
+TIMESTAMP = 1768625777
+SHA256 (django_crispy_forms-2.5.tar.gz) = 066e72a8f152a1334f1c811cc37740868efe3265e5a218f79079ef89f848c3d8
+SIZE (django_crispy_forms-2.5.tar.gz) = 1097999
diff --git a/www/py-django-crispy-forms/files/patch-pyproject.toml b/www/py-django-crispy-forms/files/patch-pyproject.toml
new file mode 100644
index 000000000000..fdff0e968cd1
--- /dev/null
+++ b/www/py-django-crispy-forms/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2025-11-06 20:43:49 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77.0.3"]
++requires = ["setuptools>=61.0.0"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -27,8 +27,7 @@ classifiers=[
+     "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
+     "Topic :: Software Development :: Libraries :: Python Modules",
+ ]
+-license = "MIT"
+-license-files = ["LICENSE.txt"]
++license = {text = "MIT"}
+ dependencies = ["django>=4.2"]
+ authors = [{name = "Miguel Araujo", email = "miguel.araujo.perez@gmail.com"}]
+ dynamic = ['version']


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1040.317d8.1d8a120e>