diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-03-25 17:01:33 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-03-25 17:07:58 +0100 |
commit | b226c44e5bbd099528753cb0609d86af560235f7 (patch) | |
tree | 4cc33ad0c106e29bd8450a0e6246ee435a0de681 | |
parent | www/py-django-hijack: Update to 3.1.4 (diff) |
www/py-django-sudo: Deprecate and set to expire
* The upstream project was abandoned and there's no compatibility for
newer versions of Django.
PR: 261313
Approved by: kai (python, maintainer)
-rw-r--r-- | www/py-django-sudo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-django-sudo/Makefile b/www/py-django-sudo/Makefile index a20b9c8b65e0..1eb77272b880 100644 --- a/www/py-django-sudo/Makefile +++ b/www/py-django-sudo/Makefile @@ -12,6 +12,9 @@ COMMENT= Sudo mode is an extra layer of security for Django LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream, not compatible with newer versions of Django +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} USES= python:3.5+ |