Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 05:39:43 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b27675f9fb5a - main - www/py-django-bootstrap-pagination: Deprecate/Set to expire
Message-ID:  <202403270539.42R5dh3B008308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403270539.42R5dh3B008308>