diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:09:28 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:09:28 +0000 |
| commit | 7f66c7ba707442571fae38db4a2e99a0bafde386 (patch) | |
| tree | 47d3948cc958f559beeba42359eb112073e44a4c | |
| parent | 56d4e99e58edeb12c873eda455d87aab62bd5ae5 (diff) | |
devel/py-dj51-django-rq: Remove expired port
2025-12-31 devel/py-dj51-django-rq: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-dj51-django-rq/Makefile | 45 | ||||
| -rw-r--r-- | devel/py-dj51-django-rq/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-dj51-django-rq/pkg-descr | 3 |
5 files changed, 1 insertions, 52 deletions
@@ -4922,3 +4922,4 @@ www/py-dj51-django-netfields||2025-12-31|Has expired: Extended support of Django www/py-dj51-djangorestframework-guardian||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ www/py-dj51-django-multiselectfield||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ www/py-dj51-drf-writable-nested||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ +devel/py-dj51-django-rq||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ diff --git a/devel/Makefile b/devel/Makefile index d5cd4109bb9e..d622f602ffcf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4836,7 +4836,6 @@ SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj51-django-rq SUBDIR += py-dj51-strawberry-graphql SUBDIR += py-dj52-django-rq SUBDIR += py-dj52-strawberry-graphql diff --git a/devel/py-dj51-django-rq/Makefile b/devel/py-dj51-django-rq/Makefile deleted file mode 100644 index 7cf9645e4aba..000000000000 --- a/devel/py-dj51-django-rq/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -PORTNAME= django-rq -PORTVERSION= 3.0.0 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- - -MAINTAINER= sunpoet@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.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE=2025-12-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${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}dj51-django-redis>0:www/py-dj51-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 -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes -TEST_ENV= PYTHONPATH=. - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*django-rq - -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 -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-dj51-django-rq/distinfo b/devel/py-dj51-django-rq/distinfo deleted file mode 100644 index cfd9a078c46b..000000000000 --- a/devel/py-dj51-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-dj51-django-rq/pkg-descr b/devel/py-dj51-django-rq/pkg-descr deleted file mode 100644 index 85e24c643a23..000000000000 --- a/devel/py-dj51-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. |
