Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 09:58:53 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ef398f1eaad - main - devel/py-dj40-django-rq: Remove expired port:
Message-ID:  <202305200958.34K9wrsG052533@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc

commit 9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-20 09:58:41 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-20 09:58:41 +0000

    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/
---
 MOVED                             |  1 +
 devel/Makefile                    |  1 -
 devel/py-dj40-django-rq/Makefile  | 38 --------------------------------------
 devel/py-dj40-django-rq/distinfo  |  3 ---
 devel/py-dj40-django-rq/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305200958.34K9wrsG052533>