git: a4d1a362bc4d - main - www/py-dj41-django-redis: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:08:46 UTC
The branch main has been updated by bofh:

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

commit a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 06:29:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:34 +0000

    www/py-dj41-django-redis: Remove expired port
    
    2023-12-31 www/py-dj41-django-redis: 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/
---
 MOVED                              |  1 +
 www/Makefile                       |  1 -
 www/py-dj41-django-redis/Makefile  | 33 ---------------------------------
 www/py-dj41-django-redis/distinfo  |  3 ---
 www/py-dj41-django-redis/pkg-descr | 15 ---------------
 5 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/MOVED b/MOVED
index 7e211ad6ee1a..402e74e32d1a 100644
--- a/MOVED
+++ b/MOVED
@@ -8276,3 +8276,4 @@ sysutils/etc_os-release||2023-12-31|Has expired: No longer required after the EO
 sysutils/afbinit||2023-12-31|Has expired: sparc64 architecture is deprecated in FreeBSD
 x11-drivers/xf86-video-sunffb||2023-12-31|Removed
 www/py-dj41-django-rich|www/py-dj42-django-rich|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/
+www/py-dj41-django-redis|www/py-dj42-django-redis|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 3ddc0e3d0969..c171e783c954 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1499,7 +1499,6 @@
     SUBDIR += py-dj41-django-js-asset
     SUBDIR += py-dj41-django-mptt
     SUBDIR += py-dj41-django-prometheus
-    SUBDIR += py-dj41-django-redis
     SUBDIR += py-dj41-django-timezone-field
     SUBDIR += py-dj41-djangorestframework
     SUBDIR += py-dj41-drf-spectacular-sidecar
diff --git a/www/py-dj41-django-redis/Makefile b/www/py-dj41-django-redis/Makefile
deleted file mode 100644
index 688c8b7b96a8..000000000000
--- a/www/py-dj41-django-redis/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	django-redis
-PORTVERSION=	5.4.0
-CATEGORIES=	www databases python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj41-
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Full featured Redis cache/session backend for Django
-WWW=		https://github.com/jazzband/django-redis
-
-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} \
-		${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-do-test:
-	@cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py
-
-.include <bsd.port.mk>
diff --git a/www/py-dj41-django-redis/distinfo b/www/py-dj41-django-redis/distinfo
deleted file mode 100644
index 98c6ec286ef9..000000000000
--- a/www/py-dj41-django-redis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1696432968
-SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42
-SIZE (django-redis-5.4.0.tar.gz) = 52567
diff --git a/www/py-dj41-django-redis/pkg-descr b/www/py-dj41-django-redis/pkg-descr
deleted file mode 100644
index ab566f948f78..000000000000
--- a/www/py-dj41-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.