Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 19:48:10 +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: 1de943a5fc09 - main - www/py-dj52-django-tasks: Remove expired port
Message-ID:  <6a441d7a.25322.527dcafc@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=1de943a5fc09a2ae0d9309de834c5ad0d0c78ee7

commit 1de943a5fc09a2ae0d9309de834c5ad0d0c78ee7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 19:48:06 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 19:48:06 +0000

    www/py-dj52-django-tasks: Remove expired port
    
    2026-06-30 www/py-dj52-django-tasks: Obsolete, please use www/py-django-tasks instead
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj52-django-tasks/Makefile                  | 29 ----------------------
 www/py-dj52-django-tasks/distinfo                  |  3 ---
 .../files/patch-pyproject.toml                     | 12 ---------
 www/py-dj52-django-tasks/pkg-descr                 |  2 --
 6 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 5e5c78d640a2..8665a8b1976d 100644
--- a/MOVED
+++ b/MOVED
@@ -5402,3 +5402,4 @@ devel/py-dj52-strawberry-graphql|devel/py-strawberry-graphql|2026-06-30|Has expi
 www/py-dj52-django-netfields|www/py-django-netfields|2026-06-30|Has expired: Obsolete, please use www/py-django-netfields instead
 www/py-dj52-django-extensions|www/py-django-extensions|2026-06-30|Has expired: Obsolete, please use www/py-django-extensions instead
 www/py-dj52-django-unfold|www/py-django-unfold|2026-06-30|Has expired: Obsolete, please use www/py-django-unfold instead
+www/py-dj52-django-tasks|www/py-django-tasks|2026-06-30|Has expired: Obsolete, please use www/py-django-tasks instead
diff --git a/www/Makefile b/www/Makefile
index e58afa11273e..2c25c933b41f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1577,7 +1577,6 @@
     SUBDIR += py-dj52-django-multiselectfield
     SUBDIR += py-dj52-django-stubs-ext
     SUBDIR += py-dj52-django-taggit
-    SUBDIR += py-dj52-django-tasks
     SUBDIR += py-dj52-django-timezone-field
     SUBDIR += py-dj52-django-treebeard
     SUBDIR += py-dj52-djangorestframework
diff --git a/www/py-dj52-django-tasks/Makefile b/www/py-dj52-django-tasks/Makefile
deleted file mode 100644
index 182f32ae0ce9..000000000000
--- a/www/py-dj52-django-tasks/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	django-tasks
-PORTVERSION=	0.12.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME=	django_tasks-${PORTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Implementation and backport of background workers and tasks in Django
-WWW=		https://github.com/RealOrangeOne/django-tasks
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=     Obsolete, please use www/py-django-tasks instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dj52-django-stubs-ext>=0:www/py-dj52-django-stubs-ext@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-django-tasks/distinfo b/www/py-dj52-django-tasks/distinfo
deleted file mode 100644
index b65179b6f1bc..000000000000
--- a/www/py-dj52-django-tasks/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1771421758
-SHA256 (django_tasks-0.12.0.tar.gz) = 58be66c1e487da32a3ce7320bd1949d0d1dc381b9004819f92591eb37fb2c1b8
-SIZE (django_tasks-0.12.0.tar.gz) = 15445
diff --git a/www/py-dj52-django-tasks/files/patch-pyproject.toml b/www/py-dj52-django-tasks/files/patch-pyproject.toml
deleted file mode 100644
index 9e8dc4ca9053..000000000000
--- a/www/py-dj52-django-tasks/files/patch-pyproject.toml
+++ /dev/null
@@ -1,12 +0,0 @@
---- pyproject.toml.orig	2025-07-04 15:51:35 UTC
-+++ pyproject.toml
-@@ -12,8 +12,7 @@ readme = "README.md"
- ]
- version = "0.8.1"
- readme = "README.md"
--license = "BSD-3-Clause"
--license-files = ["LICENSE"]
-+license = {file = "LICENSE"}
- classifiers = [
-     "Development Status :: 3 - Alpha",
-     "Programming Language :: Python :: 3",
diff --git a/www/py-dj52-django-tasks/pkg-descr b/www/py-dj52-django-tasks/pkg-descr
deleted file mode 100644
index 5d7bb4328913..000000000000
--- a/www/py-dj52-django-tasks/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Django Tasks provides an implementation and backport of background workers and
-tasks in Django, as defined in DEP 0014.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a441d7a.25322.527dcafc>