git: 736840d7e8eb - main - devel/py-dj52-django-rq: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 19:56:25 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=736840d7e8eb32225131a5b70df828833962651d
commit 736840d7e8eb32225131a5b70df828833962651d
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 19:56:04 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 19:56:17 +0000
devel/py-dj52-django-rq: Remove expired port
2026-06-30 devel/py-dj52-django-rq: Obsolete, please use devel/py-django-rq instead
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-dj52-django-rq/Makefile | 35 -----------------------------------
devel/py-dj52-django-rq/distinfo | 3 ---
devel/py-dj52-django-rq/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 42 deletions(-)
diff --git a/MOVED b/MOVED
index 54e15646d2f3..1a2b1096892f 100644
--- a/MOVED
+++ b/MOVED
@@ -5410,3 +5410,4 @@ www/py-dj52-django-taggit|www/py-django-taggit|2026-06-30|Has expired: Obsolete,
www/py-dj52-django-treebeard|www/py-django-treebeard|2026-06-30|Has expired: Obsolete, please use www/py-django-treebeard instead
www/py-dj52-drf-spectacular|www/py-drf-spectacular|2026-06-30|Has expired: Obsolete, please use www/py-drf-spectacular instead
www/py-dj52-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2026-06-30|Has expired: Obsolete, please use www/py-drf-spectacular-sidecar instead
+devel/py-dj52-django-rq|devel/py-django-rq|2026-06-30|Has expired: Obsolete, please use devel/py-django-rq instead
diff --git a/devel/Makefile b/devel/Makefile
index e69ebbde6c49..e11fd5b7072b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4924,7 +4924,6 @@
SUBDIR += py-diskcache
SUBDIR += py-distlib
SUBDIR += py-distributed
- SUBDIR += py-dj52-django-rq
SUBDIR += py-dj52-graphene-django
SUBDIR += py-dj60-django-rq
SUBDIR += py-dj60-strawberry-graphql
diff --git a/devel/py-dj52-django-rq/Makefile b/devel/py-dj52-django-rq/Makefile
deleted file mode 100644
index 4e8d9987a060..000000000000
--- a/devel/py-dj52-django-rq/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= django-rq
-PORTVERSION= 4.1.0
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME= django_rq-${PORTVERSION}
-
-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= Obsolete, please use devel/py-django-rq instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}redis>=3.5:databases/py-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rq>=2.6.1:devel/py-rq@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*django-rq
-
-OPTIONS_DEFINE= PROMETHEUS
-PROMETHEUS_DESC= Prometheus support
-
-PROMETHEUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.4.0:net-mgmt/py-prometheus-client@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-dj52-django-rq/distinfo b/devel/py-dj52-django-rq/distinfo
deleted file mode 100644
index 237b539fade9..000000000000
--- a/devel/py-dj52-django-rq/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1777252612
-SHA256 (django_rq-4.1.0.tar.gz) = d08eabd70f3a17f289cd9fc68b15efe8e1f45b0fe64c5504161277e8cd9eeb8e
-SIZE (django_rq-4.1.0.tar.gz) = 43660
diff --git a/devel/py-dj52-django-rq/pkg-descr b/devel/py-dj52-django-rq/pkg-descr
deleted file mode 100644
index 85e24c643a23..000000000000
--- a/devel/py-dj52-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.