diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-06-01 20:42:04 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-01 20:42:04 +0000 |
| commit | 575acb82576fb7e7bb63b6af74721a93e69755da (patch) | |
| tree | 19f13fe337b1aefa32b79c56096ac3c34fa8ef24 | |
| parent | e5d5302d2da3bd935a800e29e5ef2f6c643a32dd (diff) | |
www/py-dj50-django-redis: Remove expired port
2025-05-31 www/py-dj50-django-redis: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-dj50-django-redis/Makefile | 37 | ||||
| -rw-r--r-- | www/py-dj50-django-redis/distinfo | 3 | ||||
| -rw-r--r-- | www/py-dj50-django-redis/pkg-descr | 15 |
5 files changed, 1 insertions, 56 deletions
@@ -4448,3 +4448,4 @@ devel/awless||2025-06-01|Has expired: Abandoned upstream devel/hgreviewboard||2025-06-01|Has expired: Upstream is gone www/py-dj50-django-mptt|www/py-dj51-django-mptt|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj50-django-js-asset|www/py-dj51-django-js-asset|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj50-django-redis|www/py-dj51-django-redis|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index 4bedbdd627f8..73aa1dfb48a1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1517,7 +1517,6 @@ SUBDIR += py-dash SUBDIR += py-dj-database-url SUBDIR += py-dj50-django-htmx - SUBDIR += py-dj50-django-redis SUBDIR += py-dj51-channels SUBDIR += py-dj51-channels-redis SUBDIR += py-dj51-django-allauth diff --git a/www/py-dj50-django-redis/Makefile b/www/py-dj50-django-redis/Makefile deleted file mode 100644 index 2ebd300d475d..000000000000 --- a/www/py-dj50-django-redis/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= django-redis -PORTVERSION= 5.4.0 -PORTREVISION= 1 -CATEGORIES= www databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- - -MAINTAINER= kai@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 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE=2025-05-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3: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:3.10+ -USE_PYTHON= autoplist concurrent distutils pytest - -TEST_ENV= DJANGO_SETTINGS_MODULE=settings.sqlite \ - PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -TEST_WRKSRC= ${WRKSRC}/tests - -.include <bsd.port.mk> diff --git a/www/py-dj50-django-redis/distinfo b/www/py-dj50-django-redis/distinfo deleted file mode 100644 index ef02bb27e20d..000000000000 --- a/www/py-dj50-django-redis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1698348853 -SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 -SIZE (django-redis-5.4.0.tar.gz) = 52567 diff --git a/www/py-dj50-django-redis/pkg-descr b/www/py-dj50-django-redis/pkg-descr deleted file mode 100644 index ab566f948f78..000000000000 --- a/www/py-dj50-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. |
