diff options
Diffstat (limited to 'www/py-django51/Makefile')
-rw-r--r-- | www/py-django51/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-django51/Makefile b/www/py-django51/Makefile index 1a363c87595a..8eef2ebc7560 100644 --- a/www/py-django51/Makefile +++ b/www/py-django51/Makefile @@ -1,6 +1,5 @@ PORTNAME= django -PORTVERSION= 5.1.12 -PORTREVISION= 1 +PORTVERSION= 5.1.13 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ @@ -19,6 +18,9 @@ WWW= https://www.djangoproject.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to a newer version of Django. See https://www.djangoproject.com/download/ +EXPIRATION_DATE=2025-12-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \ |