git: 56034b3c2cde - main - www/py-dj51-django-filter: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:04:47 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56034b3c2cde2394ca5e8f6a34d35e24ae1020fe

commit 56034b3c2cde2394ca5e8f6a34d35e24ae1020fe
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:04:39 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:04:39 +0000

    www/py-dj51-django-filter: Remove expired port
    
    2025-12-31 www/py-dj51-django-filter: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                               |  1 +
 www/Makefile                        |  1 -
 www/py-dj51-django-filter/Makefile  | 31 -------------------------------
 www/py-dj51-django-filter/distinfo  |  3 ---
 www/py-dj51-django-filter/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index 854e13f97e11..3672c0b01639 100644
--- a/MOVED
+++ b/MOVED
@@ -4913,3 +4913,4 @@ www/py-lia-web|www/py-cross-web|2025-12-29|Renamed to match upstream name
 security/clamtk||2025-12-31|Has expired: Maintainer has retired
 deskutils/charmtimetracker||2025-12-31|Has expired: Abandoned upstream, upstream repo archived Sep 24, 2023
 www/py-dj51-django-taggit||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-filter||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 1fc2a352decb..c9910133346d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1554,7 +1554,6 @@
     SUBDIR += py-dj51-django-cors-headers
     SUBDIR += py-dj51-django-debug-toolbar
     SUBDIR += py-dj51-django-extensions
-    SUBDIR += py-dj51-django-filter
     SUBDIR += py-dj51-django-guardian
     SUBDIR += py-dj51-django-htmx
     SUBDIR += py-dj51-django-js-asset
diff --git a/www/py-dj51-django-filter/Makefile b/www/py-dj51-django-filter/Makefile
deleted file mode 100644
index 0aee70704432..000000000000
--- a/www/py-dj51-django-filter/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	django-filter
-DISTVERSION=	25.1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME=	django_filter-${DISTVERSION}
-
-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 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-# Release 25.2 dropped support for Django < 5.2
-PORTSCOUT=	ignore:1
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-filter/distinfo b/www/py-dj51-django-filter/distinfo
deleted file mode 100644
index 1fe436b6ac10..000000000000
--- a/www/py-dj51-django-filter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1740212287
-SHA256 (django_filter-25.1.tar.gz) = 1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153
-SIZE (django_filter-25.1.tar.gz) = 143021
diff --git a/www/py-dj51-django-filter/pkg-descr b/www/py-dj51-django-filter/pkg-descr
deleted file mode 100644
index 089f799caa3e..000000000000
--- a/www/py-dj51-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.