git: 699f325391c8 - main - www/py-dj40-django-filter/: Remove expired port:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 20 May 2023 09:51:55 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=699f325391c8fe0b0f92053f7f4f123239e680aa

commit 699f325391c8fe0b0f92053f7f4f123239e680aa
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-20 09:51:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-20 09:51:40 +0000

    www/py-dj40-django-filter/: Remove expired port:
    
    2023-05-20 www/py-dj40-django-filter: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                               |  1 +
 www/Makefile                        |  1 -
 www/py-dj40-django-filter/Makefile  | 26 --------------------------
 www/py-dj40-django-filter/distinfo  |  3 ---
 www/py-dj40-django-filter/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index ef8ab5a24da5..f55d472d4c4b 100644
--- a/MOVED
+++ b/MOVED
@@ -7542,3 +7542,4 @@ devel/gitklient|devel/kommit|2023-05-17|Renamed upstream
 math/py-python-igraph|math/py-igraph|2023-05-18|Rename to match upstream renaming
 www/py-dj40-django-auth-ldap|www/py-dj41-django-auth-ldap|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj40-django-rich|www/py-dj41-django-rich|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj40-django-filter|www/py-dj41-django-filter|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 661366c12d8c..be401420e11f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1465,7 +1465,6 @@
     SUBDIR += py-dj-database-url
     SUBDIR += py-dj40-django-cors-headers
     SUBDIR += py-dj40-django-debug-toolbar
-    SUBDIR += py-dj40-django-filter
     SUBDIR += py-dj40-django-graphiql-debug-toolbar
     SUBDIR += py-dj40-django-js-asset
     SUBDIR += py-dj40-django-mptt
diff --git a/www/py-dj40-django-filter/Makefile b/www/py-dj40-django-filter/Makefile
deleted file mode 100644
index 9508f327fcfb..000000000000
--- a/www/py-dj40-django-filter/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	django-filter
-DISTVERSION=	22.1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj40-
-
-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.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=	2023-05-20
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django40>=3.2:www/py-django40@${PY_FLAVOR}
-
-USES=		python:3.7+
-USE_PYTHON=	distutils autoplist
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj40-django-filter/distinfo b/www/py-dj40-django-filter/distinfo
deleted file mode 100644
index 6df62a95fa42..000000000000
--- a/www/py-dj40-django-filter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1655739412
-SHA256 (django-filter-22.1.tar.gz) = ed473b76e84f7e83b2511bb2050c3efb36d135207d0128dfe3ae4b36e3594ba5
-SIZE (django-filter-22.1.tar.gz) = 134811
diff --git a/www/py-dj40-django-filter/pkg-descr b/www/py-dj40-django-filter/pkg-descr
deleted file mode 100644
index 089f799caa3e..000000000000
--- a/www/py-dj40-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.