git: 4cf6a3a843ab - main - www/py-dj51-django-timezone-field: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:22:45 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf6a3a843ab1f47f0a69a4fb6a65272a5a94337
commit 4cf6a3a843ab1f47f0a69a4fb6a65272a5a94337
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:22:35 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:22:35 +0000
www/py-dj51-django-timezone-field: Remove expired port
2025-12-31 www/py-dj51-django-timezone-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-timezone-field/Makefile | 28 ----------------------------
www/py-dj51-django-timezone-field/distinfo | 3 ---
www/py-dj51-django-timezone-field/pkg-descr | 2 --
5 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/MOVED b/MOVED
index f3eb0dd5e024..fa3f6f544b90 100644
--- a/MOVED
+++ b/MOVED
@@ -4935,3 +4935,4 @@ www/py-dj51-drf-spectacular||2025-12-31|Has expired: Extended support of Django
www/py-dj51-django-compression-middleware||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-strawberry-graphql-django||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-debug-toolbar||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-timezone-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 a6d60777111f..af14d0005b17 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1550,7 +1550,6 @@
SUBDIR += py-dj51-django-choices-field
SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-tables2
- SUBDIR += py-dj51-django-timezone-field
SUBDIR += py-dj51-djangorestframework
SUBDIR += py-dj51-drf-spectacular-sidecar
SUBDIR += py-dj52-channels
diff --git a/www/py-dj51-django-timezone-field/Makefile b/www/py-dj51-django-timezone-field/Makefile
deleted file mode 100644
index 562d4f194d9d..000000000000
--- a/www/py-dj51-django-timezone-field/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= django-timezone-field
-DISTVERSION= 7.2.1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME= django_timezone_field-${DISTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Provides database and form fields for pytz timezone objects for Django
-WWW= https://github.com/mfogel/django-timezone-field
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-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>=3.2<6.1:www/py-django51@${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-timezone-field/distinfo b/www/py-dj51-django-timezone-field/distinfo
deleted file mode 100644
index 40022c204202..000000000000
--- a/www/py-dj51-django-timezone-field/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1765118394
-SHA256 (django_timezone_field-7.2.1.tar.gz) = def846f9e7200b7b8f2a28fcce2b78fb2d470f6a9f272b07c4e014f6ba4c6d2e
-SIZE (django_timezone_field-7.2.1.tar.gz) = 13096
diff --git a/www/py-dj51-django-timezone-field/pkg-descr b/www/py-dj51-django-timezone-field/pkg-descr
deleted file mode 100644
index 98a3675d4d8d..000000000000
--- a/www/py-dj51-django-timezone-field/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Provides database, form, and REST framework fields for "zoneinfo" and "pytz"
-timezone objects for Django.