summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-01 21:37:19 +0200
committerRene Ladan <rene@FreeBSD.org>2025-06-01 21:37:19 +0200
commit527f4d01e812a2426b82d9219a0f6d7672d8b15e (patch)
tree348789a36192c97d6ef9c251a076e701f1462db0
parentwww/py-dj50-django-debug-toolbar: Remove expired port (diff)
devel/py-dj50-django-rq: Remove expired port
2025-05-31 devel/py-dj50-django-rq: 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--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-dj50-django-rq/Makefile47
-rw-r--r--devel/py-dj50-django-rq/distinfo3
-rw-r--r--devel/py-dj50-django-rq/pkg-descr3
5 files changed, 1 insertions, 54 deletions
diff --git a/MOVED b/MOVED
index e4bcb560874c..6d9755bc0112 100644
--- a/MOVED
+++ b/MOVED
@@ -4433,3 +4433,4 @@ www/py-dj50-djangorestframework|www/py-dj51-djangorestframework|2025-06-01|Has e
devel/aphpbreakdown||2025-06-01|Has expired: Upstream is gone and last release in 2018
www/py-dj50-drf-spectacular-sidecar|www/py-dj51-drf-spectacular-sidecar|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-debug-toolbar|www/py-dj51-django-debug-toolbar|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/
+devel/py-dj50-django-rq|devel/py-dj51-django-rq|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/devel/Makefile b/devel/Makefile
index 6524b012842a..07ab9e63f910 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4814,7 +4814,6 @@
SUBDIR += py-diskcache
SUBDIR += py-distlib
SUBDIR += py-distributed
- SUBDIR += py-dj50-django-rq
SUBDIR += py-dj51-django-rq
SUBDIR += py-dj51-strawberry-graphql
SUBDIR += py-django-rq
diff --git a/devel/py-dj50-django-rq/Makefile b/devel/py-dj50-django-rq/Makefile
deleted file mode 100644
index 710ed35494d2..000000000000
--- a/devel/py-dj50-django-rq/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-PORTNAME= django-rq
-PORTVERSION= 3.0.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Provides Django integration for RQ (Redis Queue)
-WWW= https://github.com/rq/django-rq
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-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.5:databases/py-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rq>=2:devel/py-rq@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj50-django-redis>0:www/py-dj50-django-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rq-scheduler>=0:devel/py-rq-scheduler@${PY_FLAVOR} \
- redis-server:databases/redis
-
-USES= python:3.10+
-USE_PYTHON= autoplist concurrent distutils
-
-TEST_ENV= PYTHONPATH="."
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= SENTRY
-
-SENTRY_DESC= Sentry support
-
-SENTRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.0.0:devel/py-sentry-sdk@${PY_FLAVOR}
-
-# https://github.com/rq/django-rq/blob/master/Makefile
-# The test suite is not fully working at the moment, which is because
-# devel/py-rq-scheduler is still using the 1.x release of devel/py-rq
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/django-admin test django_rq --settings=django_rq.tests.settings -v2
-
-.include <bsd.port.mk>
diff --git a/devel/py-dj50-django-rq/distinfo b/devel/py-dj50-django-rq/distinfo
deleted file mode 100644
index cfd9a078c46b..000000000000
--- a/devel/py-dj50-django-rq/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1730574573
-SHA256 (django-rq-3.0.0.tar.gz) = 7bdadb85d9909c118cf1ee1b9bdd1a74ebf141bf8f3c2de2409fcac6080f67ac
-SIZE (django-rq-3.0.0.tar.gz) = 53356
diff --git a/devel/py-dj50-django-rq/pkg-descr b/devel/py-dj50-django-rq/pkg-descr
deleted file mode 100644
index 85e24c643a23..000000000000
--- a/devel/py-dj50-django-rq/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Django integration with RQ, a Redis based Python queuing library. Django-RQ is a
-simple app that allows you to configure your queues in django's settings.py and
-easily use them in your project.