aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 08:15:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:39 +0000
commit559cd20d7ed35b6a1ecec2732b9f968c1f68d6bc (patch)
treee562b98bff51a7e7df0f8a23986cf95215646401
parentc97a4245f127ff4ada0643ffc222fd470508433f (diff)
www/py-dj41-django-timezone-field: Remove expired port
2023-12-31 www/py-dj41-django-timezone-field: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj41-django-timezone-field/Makefile35
-rw-r--r--www/py-dj41-django-timezone-field/distinfo3
-rw-r--r--www/py-dj41-django-timezone-field/pkg-descr1
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 74beea830168..254c2a0b6ce3 100644
--- a/MOVED
+++ b/MOVED
@@ -8293,3 +8293,4 @@ sysutils/kfloppy||2023-12-31|Has expired: No longer part of KDE Gear since 23.08
net/wireguard||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
net/wireguard-kmod||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
www/py-dj41-django-js-asset|www/py-dj42-django-js-asset|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj41-django-timezone-field|www/py-dj42-django-timezone-field|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 926d05af7fef..fb7e1d68dd50 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1491,7 +1491,6 @@
SUBDIR += py-cssutils
SUBDIR += py-daphne
SUBDIR += py-dj-database-url
- SUBDIR += py-dj41-django-timezone-field
SUBDIR += py-dj41-djangorestframework
SUBDIR += py-dj41-drf-spectacular-sidecar
SUBDIR += py-dj42-django-auth-ldap
diff --git a/www/py-dj41-django-timezone-field/Makefile b/www/py-dj41-django-timezone-field/Makefile
deleted file mode 100644
index b6bbefa84290..000000000000
--- a/www/py-dj41-django-timezone-field/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= django-timezone-field
-DISTVERSION= 5.1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41-
-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 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-12-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0.2.1<0.3.0:devel/py-backports.zoneinfo@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/py-dj41-django-timezone-field/distinfo b/www/py-dj41-django-timezone-field/distinfo
deleted file mode 100644
index d2242caf5e48..000000000000
--- a/www/py-dj41-django-timezone-field/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1687762789
-SHA256 (django_timezone_field-5.1.tar.gz) = 73fc49519273cd5da1c7f16abc04a4bcad87b00cc02968d0d384c0fecf9a8a86
-SIZE (django_timezone_field-5.1.tar.gz) = 11525
diff --git a/www/py-dj41-django-timezone-field/pkg-descr b/www/py-dj41-django-timezone-field/pkg-descr
deleted file mode 100644
index 39bfb6367806..000000000000
--- a/www/py-dj41-django-timezone-field/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Provides database and form fields for pytz timezone objects for Django.