git: b226c44e5bbd - main - www/py-django-sudo: Deprecate and set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 16:08:15 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b226c44e5bbd099528753cb0609d86af560235f7

commit b226c44e5bbd099528753cb0609d86af560235f7
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-25 16:01:33 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-25 16:07:58 +0000

    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)
---
 www/py-django-sudo/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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+