Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2025 11:09:36 +0000
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: 7f66c7ba7074 - main - devel/py-dj51-django-rq: Remove expired port
Message-ID:  <69550470.2668a.277830a0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f66c7ba707442571fae38db4a2e99a0bafde386

commit 7f66c7ba707442571fae38db4a2e99a0bafde386
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:09:28 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:09:28 +0000

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

diff --git a/MOVED b/MOVED
index ffd95cf6ed41..3c32327a992c 100644
--- a/MOVED
+++ b/MOVED
@@ -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.


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69550470.2668a.277830a0>