summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 20:25:18 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-15 20:25:18 +0200
commit2cf5adeec53c09db211f59122d59bf7009f205d3 (patch)
treee23c2f0cd5343d197b4b5870b0f3b1a0b2c70101 /www
parentwww/py-dj42-django-rich: Remove expired port (diff)
www/py-dj42-django-redis: Remove expired port
2024-06-15 www/py-dj42-django-redis: Obsolete, please use www/py-django-redis instead
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django-redis/Makefile36
-rw-r--r--www/py-dj42-django-redis/distinfo3
-rw-r--r--www/py-dj42-django-redis/pkg-descr15
4 files changed, 0 insertions, 55 deletions
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.