From 1659f828731d78cc74d811abbdf4854d83c13fdb Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sun, 18 Apr 2021 09:50:07 +0200 Subject: [PATCH] www/py-django30: Set to expire * Set the EXPIRATION_DATE to make it clearer that consumers need to switch to another Django version as soon as possible. Reported by: rene Approved by: python (with hat) --- www/py-django30/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/py-django30/Makefile b/www/py-django30/Makefile index 8dcece01a9b0..4bf0954f55b5 100644 --- a/www/py-django30/Makefile +++ b/www/py-django30/Makefile @@ -17,6 +17,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Has expired: Extended support has expired on April 6th, 2021. Use www/py-django31 or www/py-django32 instead +EXPIRATION_DATE= 2021-05-16 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asgiref>0:www/py-asgiref@${PY_FLAVOR} \