From 18eba99d804037b59b43d5b2136f7a2dcb571ab6 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 30 Dec 2023 06:39:23 +0100 Subject: [PATCH] devel/py-dj41-django-rq: Remove expired port 2023-12-31 devel/py-dj41-django-rq: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ --- MOVED | 1 + devel/Makefile | 1 - devel/py-dj41-django-rq/Makefile | 38 -------------------- devel/py-dj41-django-rq/distinfo | 3 -- devel/py-dj41-django-rq/files/patch-setup.py | 11 ------ devel/py-dj41-django-rq/pkg-descr | 3 -- 6 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 devel/py-dj41-django-rq/Makefile delete mode 100644 devel/py-dj41-django-rq/distinfo delete mode 100644 devel/py-dj41-django-rq/files/patch-setup.py delete mode 100644 devel/py-dj41-django-rq/pkg-descr diff --git a/MOVED b/MOVED index cc4ebdf04b553..5d0e7c187b52d 100644 --- a/MOVED +++ b/MOVED @@ -8264,3 +8264,4 @@ net-mgmt/zabbix4-server|net-mgmt/zabbix5-server|2023-12-31|Has expired: Upstream net-mgmt/zabbix4-agent|net-mgmt/zabbix5-agent|2023-12-31|Has expired: Upstream EOL reaches on 2023-10-31 net-mgmt/zabbix4-java|net-mgmt/zabbix5-java|2023-12-31|Has expired: Upstream EOL reaches on 2023-10-31 net-mgmt/zabbix4-proxy|net-mgmt/zabbix5-proxy|2023-12-31|Has expired: Upstream EOL reaches on 2023-10-31 +devel/py-dj41-django-rq|devel/py-dj42-django-rq|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ diff --git a/devel/Makefile b/devel/Makefile index 0f10546b94a31..fb75097764850 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4602,7 +4602,6 @@ SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj41-django-rq SUBDIR += py-dj41-graphene-django SUBDIR += py-dj42-django-rq SUBDIR += py-dj42-graphene-django diff --git a/devel/py-dj41-django-rq/Makefile b/devel/py-dj41-django-rq/Makefile deleted file mode 100644 index c2628d85b9d44..0000000000000 --- a/devel/py-dj41-django-rq/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= django-rq -PORTVERSION= 2.9.0 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41- - -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 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-12-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rq>=1.11:devel/py-rq@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ - redis-server:databases/redis - -USES= python -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -# https://github.com/rq/django-rq/blob/master/Makefile -do-test: - cd ${WRKSRC} && coverage-${PYTHON_VER} run ${LOCALBASE}/bin/django-admin.py test django_rq --settings=django_rq.tests.settings --pythonpath=. - cd ${WRKSRC} && ${PYTHON_CMD} setup.py check --metadata --restructuredtext --strict - -.include diff --git a/devel/py-dj41-django-rq/distinfo b/devel/py-dj41-django-rq/distinfo deleted file mode 100644 index a032a84010d06..0000000000000 --- a/devel/py-dj41-django-rq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701083366 -SHA256 (django-rq-2.9.0.tar.gz) = cb9c5dcc6f037316cb227809607f1dc96ddb58ea8face454b09173b412f74966 -SIZE (django-rq-2.9.0.tar.gz) = 49153 diff --git a/devel/py-dj41-django-rq/files/patch-setup.py b/devel/py-dj41-django-rq/files/patch-setup.py deleted file mode 100644 index e732c13dfaef4..0000000000000 --- a/devel/py-dj41-django-rq/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-05-14 01:27:18 UTC -+++ setup.py -@@ -14,7 +14,7 @@ setup( - zip_safe=False, - include_package_data=True, - package_data={'': ['README.rst']}, -- install_requires=['django>=3.2', 'rq>=1.14', 'redis>=3'], -+ install_requires=['django>=3.2', 'rq>=1.11', 'redis>=3'], - extras_require={ - 'Sentry': ['raven>=6.1.0'], - 'testing': ['mock>=2.0.0'], diff --git a/devel/py-dj41-django-rq/pkg-descr b/devel/py-dj41-django-rq/pkg-descr deleted file mode 100644 index 85e24c643a23c..0000000000000 --- a/devel/py-dj41-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.