summaryrefslogtreecommitdiff
path: root/www/py-dj41-django-timezone-field
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj41-django-timezone-field')
-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
3 files changed, 0 insertions, 39 deletions
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.