git: d825f2a7c044 - main - www/py-django-bulk-update: Deprecate and set to expire

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

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

commit d825f2a7c0447476881a68a7703ef00bd43ddb31
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-08 06:48:26 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-08 06:48:26 +0000

    www/py-django-bulk-update: Deprecate and set to expire
    
    * The project seems to be abandoned by upstream and isn't compatible
      with newer versions of Django.
    
    PR:             262403
    Approved by:    sunpoet (maintainer)
---
 www/py-django-bulk-update/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-bulk-update/Makefile b/www/py-django-bulk-update/Makefile
index 905245522548..6730e999174a 100644
--- a/www/py-django-bulk-update/Makefile
+++ b/www/py-django-bulk-update/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Bulk update using a single query over Django ORM
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer maintained, not compatible with newer versions of Django
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+