1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

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)
This commit is contained in:
Kai Knoblich 2022-03-05 09:33:36 +01:00
parent 85397d18c6
commit 8b6724a9de

View File

@ -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}