git: b27675f9fb5a - main - www/py-django-bootstrap-pagination: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Mar 2024 05:39:43 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b27675f9fb5a7d27cceeb9249673595ac3a6ae48
commit b27675f9fb5a7d27cceeb9249673595ac3a6ae48
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-03-27 05:35:54 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-03-27 05:35:54 +0000
www/py-django-bootstrap-pagination: Deprecate/Set to expire
* The code is not compatible with Django 4.2 or newer and upstream
stopped working on the project in 2021 and archived the repository.
PR: 277926
Approved by: dbaio (maintainer)
---
www/py-django-bootstrap-pagination/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-django-bootstrap-pagination/Makefile b/www/py-django-bootstrap-pagination/Makefile
index 459c9a93f42f..ee620077315e 100644
--- a/www/py-django-bootstrap-pagination/Makefile
+++ b/www/py-django-bootstrap-pagination/Makefile
@@ -11,6 +11,9 @@ WWW= https://pypi.org/project/django-bootstrap-pagination/
LICENSE= MIT
+DEPRECATED= not compatible with Django 4.2, upstream no longer maintained.
+EXPIRATION_DATE=2024-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.7.0:www/py-django32@${PY_FLAVOR}
USES= python