git: d2d5297b1380 - main - www/py-dj42-django-filter: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 18:14:27 UTC
The branch main has been updated by rene:

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

commit d2d5297b1380682eb01aac11f7e799970cfd9761
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 18:14:21 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 18:14:21 +0000

    www/py-dj42-django-filter: Remove expired port
    
    2024-06-15 www/py-dj42-django-filter: Obsolete, please use www/py-django-filter instead
---
 MOVED                               |  1 +
 www/Makefile                        |  1 -
 www/py-dj42-django-filter/Makefile  | 27 ---------------------------
 www/py-dj42-django-filter/distinfo  |  3 ---
 www/py-dj42-django-filter/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 06c8034d5385..c0c4bb8ebf20 100644
--- a/MOVED
+++ b/MOVED
@@ -3328,3 +3328,4 @@ www/py-dj42-django-treebeard|www/py-django-treebeard|2024-06-15|Has expired: Obs
 www/py-dj42-django-otp|www/py-django-otp|2024-06-15|Has expired: Obsolete, please use www/py-django-otp instead
 www/py-dj42-django-prometheus|www/py-django-prometheus|2024-06-15|Has expired: Obsolete, please use www/py-django-prometheus instead
 www/py-dj42-channels|www/py-channels|2024-06-15|Has expired: Obsolete, please use www/py-channels instead
+www/py-dj42-django-filter|www/py-django-filter|2024-06-15|Has expired: Obsolete, please use www/py-django-filter instead
diff --git a/www/Makefile b/www/Makefile
index cdee1e00eea5..feaa9dfa2d0b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1486,7 +1486,6 @@
     SUBDIR += py-dj42-django-crispy-forms
     SUBDIR += py-dj42-django-debug-toolbar
     SUBDIR += py-dj42-django-extensions
-    SUBDIR += py-dj42-django-filter
     SUBDIR += py-dj42-django-graphiql-debug-toolbar
     SUBDIR += py-dj42-django-modelcluster
     SUBDIR += py-dj42-django-redis
diff --git a/www/py-dj42-django-filter/Makefile b/www/py-dj42-django-filter/Makefile
deleted file mode 100644
index c4d3e9fd2dac..000000000000
--- a/www/py-dj42-django-filter/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	django-filter
-DISTVERSION=	23.5
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-
-
-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=	Obsolete, please use www/py-django-filter instead
-EXPIRATION_DATE=2024-06-15
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-django-filter/distinfo b/www/py-dj42-django-filter/distinfo
deleted file mode 100644
index bb8f10c31688..000000000000
--- a/www/py-dj42-django-filter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1702733651
-SHA256 (django-filter-23.5.tar.gz) = 67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c
-SIZE (django-filter-23.5.tar.gz) = 141058
diff --git a/www/py-dj42-django-filter/pkg-descr b/www/py-dj42-django-filter/pkg-descr
deleted file mode 100644
index 089f799caa3e..000000000000
--- a/www/py-dj42-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.