git: 2cf5adeec53c - main - www/py-dj42-django-redis: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:25:26 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf5adeec53c09db211f59122d59bf7009f205d3 commit 2cf5adeec53c09db211f59122d59bf7009f205d3 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:25:18 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:25:18 +0000 www/py-dj42-django-redis: Remove expired port 2024-06-15 www/py-dj42-django-redis: Obsolete, please use www/py-django-redis instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-redis/Makefile | 36 ------------------------------------ www/py-dj42-django-redis/distinfo | 3 --- www/py-dj42-django-redis/pkg-descr | 15 --------------- 5 files changed, 1 insertion(+), 55 deletions(-) diff --git a/MOVED b/MOVED index 4fd7d5a4cf60..b06b26dc1f44 100644 --- a/MOVED +++ b/MOVED @@ -3334,3 +3334,4 @@ www/py-dj42-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2024-06-15|Ha www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has expired: Obsolete, please use www/py-django-timezone-field instead www/py-dj42-django-graphiql-debug-toolbar|www/py-django-graphiql-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-graphiql-debug-toolbar instead www/py-dj42-django-rich|www/py-django-rich|2024-06-15|Has expired: Obsolete, please use www/py-django-rich instead +www/py-dj42-django-redis|www/py-django-redis|2024-06-15|Has expired: Obsolete, please use www/py-django-redis instead diff --git a/www/Makefile b/www/Makefile index d3dd768b8e03..5d964c6d03fc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1487,7 +1487,6 @@ SUBDIR += py-dj42-django-debug-toolbar SUBDIR += py-dj42-django-extensions SUBDIR += py-dj42-django-modelcluster - SUBDIR += py-dj42-django-redis SUBDIR += py-dj42-djangorestframework SUBDIR += py-django-admin-rangefilter SUBDIR += py-django-advanced-filters diff --git a/www/py-dj42-django-redis/Makefile b/www/py-dj42-django-redis/Makefile deleted file mode 100644 index c4d6f3559fda..000000000000 --- a/www/py-dj42-django-redis/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= django-redis -PORTVERSION= 5.4.0 -CATEGORIES= www databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -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= Obsolete, please use www/py-django-redis instead -EXPIRATION_DATE=2024-06-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${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 -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-dj42-django-redis/distinfo b/www/py-dj42-django-redis/distinfo deleted file mode 100644 index ef02bb27e20d..000000000000 --- a/www/py-dj42-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-dj42-django-redis/pkg-descr b/www/py-dj42-django-redis/pkg-descr deleted file mode 100644 index ab566f948f78..000000000000 --- a/www/py-dj42-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.