git: d7d4a024fefe - main - www/py-django50: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 06:22:58 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7d4a024fefeedaac19bff35391b896dd30288c8
commit d7d4a024fefeedaac19bff35391b896dd30288c8
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-02-14 06:18:44 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-02-14 06:20:32 +0000
www/py-django50: Deprecate/Set to expire
* Django 5.0 will reach its End-of-Life on 2025-04. Set the expiration
date to end of May 2025 to give users enough time to migrate to a
newer Django version.
Reviewed by: sunpoet (python, maintainer)
Differential Revision: https://reviews.freebsd.org/D48901
---
www/py-django50/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-django50/Makefile b/www/py-django50/Makefile
index c2a2e9a5c761..f4fd90894769 100644
--- a/www/py-django50/Makefile
+++ b/www/py-django50/Makefile
@@ -15,6 +15,9 @@ WWW= https://www.djangoproject.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2024, upgrade to a newer version of Django. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.7.0:www/py-asgiref@${PY_FLAVOR} \