git: 03e95ae4d423 - main - www/py-dj51-django-choices-field: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:27:22 UTC
The branch main has been updated by rene:

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

commit 03e95ae4d4237f7f1dc7b02592e7770a086d3dd3
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:27:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:27:13 +0000

    www/py-dj51-django-choices-field: Remove expired port
    
    2025-12-31 www/py-dj51-django-choices-field: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                                      |  1 +
 www/Makefile                               |  1 -
 www/py-dj51-django-choices-field/Makefile  | 29 -----------------------------
 www/py-dj51-django-choices-field/distinfo  |  3 ---
 www/py-dj51-django-choices-field/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index 38a30b839a2e..e72a2c466fca 100644
--- a/MOVED
+++ b/MOVED
@@ -4940,3 +4940,4 @@ www/py-dj51-drf-spectacular-sidecar||2025-12-31|Has expired: Extended support of
 www/py-dj51-django-allauth||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj51-django-auditlog||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj51-django-auth-ldap||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-choices-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index f5270bd49c43..1860f13611e9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1544,7 +1544,6 @@
     SUBDIR += py-ddgs
     SUBDIR += py-dj-database-url
     SUBDIR += py-dj51-channels
-    SUBDIR += py-dj51-django-choices-field
     SUBDIR += py-dj51-django-htmx
     SUBDIR += py-dj51-django-tables2
     SUBDIR += py-dj51-djangorestframework
diff --git a/www/py-dj51-django-choices-field/Makefile b/www/py-dj51-django-choices-field/Makefile
deleted file mode 100644
index b2ee2a636e79..000000000000
--- a/www/py-dj51-django-choices-field/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	django-choices-field
-DISTVERSION=	4.0.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME=	django_choices_field-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Django field that set/get TextChoices/IntegerChoices enumerations
-WWW=		https://github.com/bellini666/django-choices-field
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-choices-field/distinfo b/www/py-dj51-django-choices-field/distinfo
deleted file mode 100644
index 759f841aef87..000000000000
--- a/www/py-dj51-django-choices-field/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1766946751
-SHA256 (django_choices_field-4.0.0.tar.gz) = 7b07aacb2ad2b3ee3c8be78be98302ebbcb606285d20547a4163287819364954
-SIZE (django_choices_field-4.0.0.tar.gz) = 6346
diff --git a/www/py-dj51-django-choices-field/pkg-descr b/www/py-dj51-django-choices-field/pkg-descr
deleted file mode 100644
index 3a855539fca9..000000000000
--- a/www/py-dj51-django-choices-field/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This package provides a Django field that set/get the "TextChoices" and
-"IntegerChoices" enumerations.