git: 45210ce5f4b3 - main - www/py-django-ldapdb: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 04:09:21 UTC
The branch main has been updated by kai:

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

commit 45210ce5f4b39210567916e69025df576051d578
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-04-24 04:00:47 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-04-24 04:03:01 +0000

    www/py-django-ldapdb: Deprecate/Set to expire
    
    * The code is not compatible with Django 4.2 or newer and upstream no
      longer seems to be maintained.  Thus deprecate the port and set an
      expiration date.
    
    PR:             277928
    Approved by:    maintainer timeout (3+ weeks)
---
 www/py-django-ldapdb/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-ldapdb/Makefile b/www/py-django-ldapdb/Makefile
index 76eac4ad4b46..2570defea4ff 100644
--- a/www/py-django-ldapdb/Makefile
+++ b/www/py-django-ldapdb/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/django-ldapdb/django-ldapdb
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	not compatible with Django >= 4.x, upstream no longer maintained
+EXPIRATION_DATE=2024-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-ldap>=3.0:net/py-python-ldap@${PY_FLAVOR}