aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-20 09:58:41 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-20 09:58:41 +0000
commit9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc (patch)
tree5dcf73a21f8a34421819ecd345d83add13e42703
parent9bc0a7ea328873c60f8a87b573f249da8b0ef08e (diff)
downloadports-9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc.tar.gz
ports-9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc.zip
devel/py-dj40-django-rq: Remove expired port:
2023-05-20 devel/py-dj40-django-rq: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.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-dj40-django-rq/Makefile38
-rw-r--r--devel/py-dj40-django-rq/distinfo3
-rw-r--r--devel/py-dj40-django-rq/pkg-descr3
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index f382653455c8..c8c24c2190c7 100644
--- a/MOVED
+++ b/MOVED
@@ -7546,3 +7546,4 @@ www/py-dj40-django-filter|www/py-dj41-django-filter|2023-05-20|Has expired: Exte
www/py-dj40-django-debug-toolbar|www/py-dj41-django-debug-toolbar|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj40-django-graphiql-debug-toolbar|www/py-dj41-django-graphiql-debug-toolbar|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj40-django-redis|www/py-dj41-django-redis|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
+devel/py-dj40-django-rq|devel/py-dj41-django-rq|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/devel/Makefile b/devel/Makefile
index cc6225737a4a..da427fa55c82 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4543,7 +4543,6 @@
SUBDIR += py-diskcache
SUBDIR += py-distlib
SUBDIR += py-distributed
- SUBDIR += py-dj40-django-rq
SUBDIR += py-dj40-graphene-django
SUBDIR += py-dj41-django-rq
SUBDIR += py-dj41-graphene-django
diff --git a/devel/py-dj40-django-rq/Makefile b/devel/py-dj40-django-rq/Makefile
deleted file mode 100644
index 99e7a8f9e7d5..000000000000
--- a/devel/py-dj40-django-rq/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= django-rq
-PORTVERSION= 2.8.0
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40-
-
-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.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-05-20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=2.0:www/py-django40@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rq>=1.2: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:3.6+
-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 <bsd.port.mk>
diff --git a/devel/py-dj40-django-rq/distinfo b/devel/py-dj40-django-rq/distinfo
deleted file mode 100644
index af28b4404d5b..000000000000
--- a/devel/py-dj40-django-rq/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1683227611
-SHA256 (django-rq-2.8.0.tar.gz) = 161fcd037aa837e047400db909d2efa2867294c5efe1c45bcaf8d888ad1839b4
-SIZE (django-rq-2.8.0.tar.gz) = 47430
diff --git a/devel/py-dj40-django-rq/pkg-descr b/devel/py-dj40-django-rq/pkg-descr
deleted file mode 100644
index 85e24c643a23..000000000000
--- a/devel/py-dj40-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.