git: 9bc0a7ea3288 - main - www/py-dj40-django-redis: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 09:57:25 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bc0a7ea328873c60f8a87b573f249da8b0ef08e commit 9bc0a7ea328873c60f8a87b573f249da8b0ef08e Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-20 09:57:17 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-20 09:57:17 +0000 www/py-dj40-django-redis: Remove expired port: 2023-05-20 www/py-dj40-django-redis: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj40-django-redis/Makefile | 34 ---------------------------------- www/py-dj40-django-redis/distinfo | 3 --- www/py-dj40-django-redis/pkg-descr | 15 --------------- 5 files changed, 1 insertion(+), 53 deletions(-) diff --git a/MOVED b/MOVED index fd333779f184..f382653455c8 100644 --- a/MOVED +++ b/MOVED @@ -7545,3 +7545,4 @@ www/py-dj40-django-rich|www/py-dj41-django-rich|2023-05-20|Has expired: Extended www/py-dj40-django-filter|www/py-dj41-django-filter|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-django-debug-toolbar|www/py-dj41-django-debug-toolbar|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-django-graphiql-debug-toolbar|www/py-dj41-django-graphiql-debug-toolbar|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj40-django-redis|www/py-dj41-django-redis|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index ce21453d2102..6621332e1f3a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1467,7 +1467,6 @@ SUBDIR += py-dj40-django-js-asset SUBDIR += py-dj40-django-mptt SUBDIR += py-dj40-django-prometheus - SUBDIR += py-dj40-django-redis SUBDIR += py-dj40-django-tables2 SUBDIR += py-dj40-django-taggit SUBDIR += py-dj40-django-timezone-field diff --git a/www/py-dj40-django-redis/Makefile b/www/py-dj40-django-redis/Makefile deleted file mode 100644 index 510bbf280a13..000000000000 --- a/www/py-dj40-django-redis/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= django-redis -PORTVERSION= 5.2.0 -PORTREVISION= 2 -CATEGORIES= www databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -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.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-05-20 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=2.2:www/py-django40@${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:3.6+ -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-dj40-django-redis/distinfo b/www/py-dj40-django-redis/distinfo deleted file mode 100644 index e8022e0e5f97..000000000000 --- a/www/py-dj40-django-redis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1641046018 -SHA256 (django-redis-5.2.0.tar.gz) = 8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de -SIZE (django-redis-5.2.0.tar.gz) = 44132 diff --git a/www/py-dj40-django-redis/pkg-descr b/www/py-dj40-django-redis/pkg-descr deleted file mode 100644 index ab566f948f78..000000000000 --- a/www/py-dj40-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.