diff options
Diffstat (limited to 'www/py-dj51-django-celery-results/Makefile')
-rw-r--r-- | www/py-dj51-django-celery-results/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj51-django-celery-results/Makefile b/www/py-dj51-django-celery-results/Makefile index 250b0a9013e8..fc9ba59f0822 100644 --- a/www/py-dj51-django-celery-results/Makefile +++ b/www/py-dj51-django-celery-results/Makefile @@ -12,6 +12,9 @@ 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} |