git: 8b6724a9de62 - main - www/py-django-happenings-update: Deprecate and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Mar 2022 08:35:53 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8b6724a9de622ca4e67273a88ac022636c1e5ac9
commit 8b6724a9de622ca4e67273a88ac022636c1e5ac9
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-05 08:33:36 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-05 08:33:36 +0000
www/py-django-happenings-update: Deprecate and set to expire
* Django 2.2 will become EoL in April 2022 and the port isn't compatible
with newer versions of Django.
* The upstream repository also seems to be abandoned as there has been
no update since 2018.
PR: 262226
Approved by: Kevin Golding (maintainer)
---
www/py-django-happenings-update/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-django-happenings-update/Makefile b/www/py-django-happenings-update/Makefile
index 3e9a8b509445..4fe2215aacd1 100644
--- a/www/py-django-happenings-update/Makefile
+++ b/www/py-django-happenings-update/Makefile
@@ -12,6 +12,9 @@ COMMENT= Event calendar app for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream no longer maintained, not compatible with newer versions of Django
+EXPIRATION_DATE= 2022-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9<2.0:devel/py-six@${PY_FLAVOR}