git: c0efee18d74a - main - www/py-dj51-django-redis: Remove expired port

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

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

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

    www/py-dj51-django-redis: Remove expired port
    
    2025-12-31 www/py-dj51-django-redis: 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-redis/Makefile  | 38 --------------------------------------
 www/py-dj51-django-redis/distinfo  |  3 ---
 www/py-dj51-django-redis/pkg-descr | 15 ---------------
 5 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/MOVED b/MOVED
index a081497ba15b..d40fbbcc50a1 100644
--- a/MOVED
+++ b/MOVED
@@ -4927,3 +4927,4 @@ www/py-dj51-django-mptt||2025-12-31|Has expired: Extended support of Django 5.1
 www/py-dj51-django-rich||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-js-asset||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-social-auth-app-django||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-redis||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 5d767249f5c9..503075066364 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1554,7 +1554,6 @@
     SUBDIR += py-dj51-django-guardian
     SUBDIR += py-dj51-django-htmx
     SUBDIR += py-dj51-django-prometheus
-    SUBDIR += py-dj51-django-redis
     SUBDIR += py-dj51-django-tables2
     SUBDIR += py-dj51-django-timezone-field
     SUBDIR += py-dj51-djangorestframework
diff --git a/www/py-dj51-django-redis/Makefile b/www/py-dj51-django-redis/Makefile
deleted file mode 100644
index e56ac5036228..000000000000
--- a/www/py-dj51-django-redis/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME=	django-redis
-PORTVERSION=	6.0.0
-CATEGORIES=	www databases python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME=	django_redis-${PORTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Full featured redis cache backend for Django
-WWW=		https://github.com/jazzband/django-redis
-
-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}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}redis>=4.0.2:databases/py-redis@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-django>=0:devel/py-pytest-django@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \
-		redis-server:databases/redis
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517 pytest
-
-TEST_ENV=	DJANGO_SETTINGS_MODULE=settings.sqlite \
-		PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-TEST_WRKSRC=	${WRKSRC}/tests
-
-NO_ARCH=	yes
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*django-redis
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-redis/distinfo b/www/py-dj51-django-redis/distinfo
deleted file mode 100644
index 572d1e59ad40..000000000000
--- a/www/py-dj51-django-redis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1751208158
-SHA256 (django_redis-6.0.0.tar.gz) = 2d9cb12a20424a4c4dde082c6122f486628bae2d9c2bee4c0126a4de7fda00dd
-SIZE (django_redis-6.0.0.tar.gz) = 56904
diff --git a/www/py-dj51-django-redis/pkg-descr b/www/py-dj51-django-redis/pkg-descr
deleted file mode 100644
index ab566f948f78..000000000000
--- a/www/py-dj51-django-redis/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Django-redis is a BSD Licensed, full featured Redis cache/session
-backend for Django.
-
-Why use django-redis?
-
- * Modular client system (pluggable clients).
- * Master-Slave support in the default client.
- * Used in production in several projects as cache and session storage.
- * Supports infinite timeouts.
- * Python 3 support in same code base.
- * Facilities for raw access to Redis client/connection pool.
- * Highly configurable (can emulate memcached exception behavior, for
-   example).
- * Unix sockets supported by default.
- * Pluggable parsers.