aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 07:30:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:36 +0000
commit8cb24995c9f31e518f0fde5af55d3702a9c6edab (patch)
tree413f6dde3944750c2191a9be3d73b1dfcb26f14f
parente716c4e0ead482d5823056ddbb895d69bf3132da (diff)
downloadports-8cb2499.tar.gz
ports-8cb2499.zip
www/py-dj41-django-filter: Remove expired port
2023-12-31 www/py-dj41-django-filter: 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-filter/Makefile26
-rw-r--r--www/py-dj41-django-filter/distinfo3
-rw-r--r--www/py-dj41-django-filter/pkg-descr2
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index 9758dd7bd081..54e85fd371c5 100644
--- a/MOVED
+++ b/MOVED
@@ -8285,3 +8285,4 @@ print/ghostscript9-agpl-base|print/ghostscript10|2023-12-31|Has expired: Obsolet
www/py-dj41-django-cors-headers|www/py-dj42-django-cors-headers|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/
databases/mysql57-server|mysql80-server|2023-12-31|Has expired: Upstream support ended in October 2019
databases/mysql57-client|mysql80-client|2023-12-31|Has expired: Upstream support ended in October 2019
+www/py-dj41-django-filter|www/py-dj42-django-filter|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 c288f590a32d..46f5fcef8b63 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1494,7 +1494,6 @@
SUBDIR += py-dj-database-url
SUBDIR += py-dj41-django-auth-ldap
SUBDIR += py-dj41-django-debug-toolbar
- SUBDIR += py-dj41-django-filter
SUBDIR += py-dj41-django-js-asset
SUBDIR += py-dj41-django-timezone-field
SUBDIR += py-dj41-djangorestframework
diff --git a/www/py-dj41-django-filter/Makefile b/www/py-dj41-django-filter/Makefile
deleted file mode 100644
index d8b7553d17a2..000000000000
--- a/www/py-dj41-django-filter/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= django-filter
-DISTVERSION= 23.2
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41-
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Dynamic filtering for querysets with Django
-WWW= https://github.com/carltongibson/django-filter
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-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
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj41-django-filter/distinfo b/www/py-dj41-django-filter/distinfo
deleted file mode 100644
index 991679780fec..000000000000
--- a/www/py-dj41-django-filter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1683382975
-SHA256 (django-filter-23.2.tar.gz) = 2fe15f78108475eda525692813205fa6f9e8c1caf1ae65daa5862d403c6dbf00
-SIZE (django-filter-23.2.tar.gz) = 139433
diff --git a/www/py-dj41-django-filter/pkg-descr b/www/py-dj41-django-filter/pkg-descr
deleted file mode 100644
index 089f799caa3e..000000000000
--- a/www/py-dj41-django-filter/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Django-filter is a reusable Django application allowing users to declaratively
-add dynamic QuerySet filtering from URL parameters.