Date: Wed, 31 Dec 2025 11:05:35 +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: 7e7ea55b639d - main - www/py-dj51-django-celery-results: Remove expired port Message-ID: <6955037f.26904.4280a25f@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=7e7ea55b639d7dbdf373ec572cdfaf11c809113b commit 7e7ea55b639d7dbdf373ec572cdfaf11c809113b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-12-31 11:05:25 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-12-31 11:05:25 +0000 www/py-dj51-django-celery-results: Remove expired port 2025-12-31 www/py-dj51-django-celery-results: 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 + www/Makefile | 1 - www/py-dj51-django-celery-results/Makefile | 24 ------------------------ www/py-dj51-django-celery-results/distinfo | 3 --- www/py-dj51-django-celery-results/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index 3672c0b01639..1dbf755403d0 100644 --- a/MOVED +++ b/MOVED @@ -4914,3 +4914,4 @@ security/clamtk||2025-12-31|Has expired: Maintainer has retired deskutils/charmtimetracker||2025-12-31|Has expired: Abandoned upstream, upstream repo archived Sep 24, 2023 www/py-dj51-django-taggit||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-filter||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-celery-results||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/www/Makefile b/www/Makefile index c9910133346d..da172ffdf3a2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1548,7 +1548,6 @@ SUBDIR += py-dj51-django-allauth SUBDIR += py-dj51-django-auditlog SUBDIR += py-dj51-django-auth-ldap - SUBDIR += py-dj51-django-celery-results SUBDIR += py-dj51-django-choices-field SUBDIR += py-dj51-django-compression-middleware SUBDIR += py-dj51-django-cors-headers diff --git a/www/py-dj51-django-celery-results/Makefile b/www/py-dj51-django-celery-results/Makefile deleted file mode 100644 index fc9ba59f0822..000000000000 --- a/www/py-dj51-django-celery-results/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= django-celery-results -PORTVERSION= 2.6.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- -DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} - -MAINTAINER= grembo@FreeBSD.org -COMMENT= Celery result backends for django -WWW= https://github.com/celery/django-celery-results - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -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 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}celery>=5.3.6:devel/py-celery@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/www/py-dj51-django-celery-results/distinfo b/www/py-dj51-django-celery-results/distinfo deleted file mode 100644 index 9f7f11775c75..000000000000 --- a/www/py-dj51-django-celery-results/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1746372914 -SHA256 (django_celery_results-2.6.0.tar.gz) = 9abcd836ae6b61063779244d8887a88fe80bbfaba143df36d3cb07034671277c -SIZE (django_celery_results-2.6.0.tar.gz) = 83985 diff --git a/www/py-dj51-django-celery-results/pkg-descr b/www/py-dj51-django-celery-results/pkg-descr deleted file mode 100644 index da24ab97a379..000000000000 --- a/www/py-dj51-django-celery-results/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Celery Result Backends using the Django ORM/Cache framework. - -This extension enables you to store Celery task results using the Django -ORM. It defines a single model (django_celery_results.models.TaskResult) -used to store task results, and you can query this database table like any -other Django model.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6955037f.26904.4280a25f>
