git: 85d35d890b44 - main - www/py-dj52-django-timezone-field: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 19:49:46 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85d35d890b4423bb4e3383e8f8ee2974eed80a77
commit 85d35d890b4423bb4e3383e8f8ee2974eed80a77
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 19:49:41 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 19:49:41 +0000
www/py-dj52-django-timezone-field: Remove expired port
2026-06-30 www/py-dj52-django-timezone-field: Obsolete, please use www/py-django-timezone-field instead
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj52-django-timezone-field/Makefile | 28 ----------------------------
www/py-dj52-django-timezone-field/distinfo | 3 ---
www/py-dj52-django-timezone-field/pkg-descr | 2 --
5 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/MOVED b/MOVED
index 86a5271d0e02..68fdf7fe70a5 100644
--- a/MOVED
+++ b/MOVED
@@ -5404,3 +5404,4 @@ www/py-dj52-django-extensions|www/py-django-extensions|2026-06-30|Has expired: O
www/py-dj52-django-unfold|www/py-django-unfold|2026-06-30|Has expired: Obsolete, please use www/py-django-unfold instead
www/py-dj52-django-tasks|www/py-django-tasks|2026-06-30|Has expired: Obsolete, please use www/py-django-tasks instead
www/py-dj52-django-cors-headers|www/py-django-cors-headers|2026-06-30|Has expired: Obsolete, please use www/py-django-cors-headers instead
+www/py-dj52-django-timezone-field|www/py-django-timezone-field|2026-06-30|Has expired: Obsolete, please use www/py-django-timezone-field instead
diff --git a/www/Makefile b/www/Makefile
index 90acaad54a87..5160eebc4f61 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1576,7 +1576,6 @@
SUBDIR += py-dj52-django-multiselectfield
SUBDIR += py-dj52-django-stubs-ext
SUBDIR += py-dj52-django-taggit
- SUBDIR += py-dj52-django-timezone-field
SUBDIR += py-dj52-django-treebeard
SUBDIR += py-dj52-djangorestframework
SUBDIR += py-dj52-djangorestframework-guardian
diff --git a/www/py-dj52-django-timezone-field/Makefile b/www/py-dj52-django-timezone-field/Makefile
deleted file mode 100644
index ac9024e62eff..000000000000
--- a/www/py-dj52-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}dj52-
-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= Obsolete, please use www/py-django-timezone-field instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2<6.1:www/py-django52@${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-dj52-django-timezone-field/distinfo b/www/py-dj52-django-timezone-field/distinfo
deleted file mode 100644
index 40022c204202..000000000000
--- a/www/py-dj52-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-dj52-django-timezone-field/pkg-descr b/www/py-dj52-django-timezone-field/pkg-descr
deleted file mode 100644
index 98a3675d4d8d..000000000000
--- a/www/py-dj52-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.