Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 20:20:47 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8380407186e3 - main - www/py-dj52-django-crispy-forms: Remove expired port
Message-ID:  <6a44251f.31533.3d7cbc53@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit 8380407186e34c7024a3d91c1d84e96db4306870
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:20:44 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:20:44 +0000

    www/py-dj52-django-crispy-forms: Remove expired port
    
    2026-06-30 www/py-dj52-django-crispy-forms: Obsolete, please use www/py-django-crispy-forms instead
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj52-django-crispy-forms/Makefile           | 28 ----------------------
 www/py-dj52-django-crispy-forms/distinfo           |  3 ---
 .../files/patch-pyproject.toml                     | 19 ---------------
 www/py-dj52-django-crispy-forms/pkg-descr          | 12 ----------
 6 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/MOVED b/MOVED
index e7a3b3b10d85..5c876af90f72 100644
--- a/MOVED
+++ b/MOVED
@@ -5418,3 +5418,4 @@ www/py-dj52-django-guardian|www/py-django-guardian|2026-06-30|Has expired: Obsol
 www/py-dj52-django-celery-results|www/py-django-celery-results|2026-06-30|Has expired: Obsolete, please use www/py-django-celery-results instead
 www/py-dj52-drf-writable-nested|www/py-drf-writable-nested|2026-06-30|Has expired: Obsolete, please use www/py-drf-writable-nested instead
 devel/py-dj52-graphene-django|devel/py-graphene-django|2026-06-30|Has expired: Obsolete, please use devel/py-graphene-django instead
+www/py-dj52-django-crispy-forms|www/py-django-crispy-forms|2026-06-30|Has expired: Obsolete, please use www/py-django-crispy-forms instead
diff --git a/www/Makefile b/www/Makefile
index f24c38c3694a..103038d7763f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1566,7 +1566,6 @@
     SUBDIR += py-dj42-djangosaml2
     SUBDIR += py-dj52-django-allauth
     SUBDIR += py-dj52-django-auditlog
-    SUBDIR += py-dj52-django-crispy-forms
     SUBDIR += py-dj52-django-debug-toolbar
     SUBDIR += py-dj52-django-modelcluster
     SUBDIR += py-dj52-django-stubs-ext
diff --git a/www/py-dj52-django-crispy-forms/Makefile b/www/py-dj52-django-crispy-forms/Makefile
deleted file mode 100644
index b1ed4bbd1f10..000000000000
--- a/www/py-dj52-django-crispy-forms/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	django-crispy-forms
-PORTVERSION=	2.6
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME=	django_crispy_forms-${PORTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Best way to have Django DRY forms
-WWW=		https://django-crispy-forms.readthedocs.io/en/latest/ \
-		https://github.com/django-crispy-forms/django-crispy-forms
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Obsolete, please use www/py-django-crispy-forms instead
-EXPIRATION_DATE=2026-06-30
-
-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}django52>=5.2:www/py-django52@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-django-crispy-forms/distinfo b/www/py-dj52-django-crispy-forms/distinfo
deleted file mode 100644
index 9433f2c5bc1d..000000000000
--- a/www/py-dj52-django-crispy-forms/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1775587110
-SHA256 (django_crispy_forms-2.6.tar.gz) = 4921a1087c6cd4f9fa3c139654c1de1c1c385f8bd6729aaee530bc0121ab4b93
-SIZE (django_crispy_forms-2.6.tar.gz) = 1097838
diff --git a/www/py-dj52-django-crispy-forms/files/patch-pyproject.toml b/www/py-dj52-django-crispy-forms/files/patch-pyproject.toml
deleted file mode 100644
index f03ea1541042..000000000000
--- a/www/py-dj52-django-crispy-forms/files/patch-pyproject.toml
+++ /dev/null
@@ -1,19 +0,0 @@
---- pyproject.toml.orig	2026-03-01 09:03:26 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]
-@@ -24,8 +24,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>=5.2"]
- authors = [{name = "Miguel Araujo", email = "miguel.araujo.perez@gmail.com"}]
- dynamic = ['version']
diff --git a/www/py-dj52-django-crispy-forms/pkg-descr b/www/py-dj52-django-crispy-forms/pkg-descr
deleted file mode 100644
index dc5dff56bcd8..000000000000
--- a/www/py-dj52-django-crispy-forms/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The best way to have Django DRY forms. Build programmatic reusable layouts out
-of components, having full control of the rendered HTML without writing HTML in
-templates. All this without breaking the standard way of doing things in Django,
-so it plays nice with any other form application.
-
-The application mainly provides:
-- A filter named |crispy that will render elegant div based forms. Think of it
-  as the built-in methods: as_table, as_ul and as_p. You cannot tune up the
-  output, but it is easy to start using it.
-- A tag named {% crispy %} that will render a form based on your configuration
-  and specific layout setup. This gives you amazing power without much hassle,
-  helping you save tons of time.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a44251f.31533.3d7cbc53>