git: c08e643a210f - main - www/py-django-bootstrap-form: Deprecate and set to expire

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

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

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

    www/py-django-bootstrap-form: Deprecate and set to expire
    
    * The upstream repository seems abandoned and there's no compatibility
      for newer versions of Django.
    
    PR:             262402
    Approved by:    maintainer timeout (14+ days)
---
 www/py-django-bootstrap-form/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-bootstrap-form/Makefile b/www/py-django-bootstrap-form/Makefile
index 654b3509ae72..9e1ebc9f9ed3 100644
--- a/www/py-django-bootstrap-form/Makefile
+++ b/www/py-django-bootstrap-form/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Bootstrap forms for django
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer maintained, not compatible with newer versions of Django
+EXPIRATION_DATE=	2022-06-30
+
 USES=		python:3.5+
 USE_PYTHON=	distutils autoplist