summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-redis
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-redis')
-rw-r--r--www/py-dj50-django-redis/Makefile37
-rw-r--r--www/py-dj50-django-redis/distinfo3
-rw-r--r--www/py-dj50-django-redis/pkg-descr15
3 files changed, 0 insertions, 55 deletions
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.