Created attachment 224156 [details] py-django-bootstrap-pagination-switch-to-django32.patch Hi Danilo, the extended support for Django 3.0 has expired on 6th April (see the link in the URL field for more details). The attached patch switches www/py-django-bootstrap-pagination to Django 3.2 (LTS release, extended support until April 2024). The patch also prevents the installation of the test suite into root directory of ${PYTHON_SITELIBDIR}. - poudriere -> OK (11.4-RELEASE amd64 for py36, py37, py38 and py39)
Thanks.
Comment on attachment 224156 [details] py-django-bootstrap-pagination-switch-to-django32.patch ^ Triage: Set maintainer-approval flag to '+' as given by comment #1.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7220a250ce9464445c5df399d89754368474c0ad commit 7220a250ce9464445c5df399d89754368474c0ad Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-04-18 07:28:03 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-04-18 08:28:33 +0000 www/py-django-bootstrap-pagination: Switch to Django 3.2 * Adjust RUN_DEPENDS to use Django 3.2 (LTS release) because the extended support for Django 3.0 has expired on 6th April 2021. * Also avoid the installation of the test suite into the root of Python's site-lib directory as it can lead to conflicts with other packages. PR: 255114 Approved by: dbaio (maintainer) www/py-django-bootstrap-pagination/Makefile | 3 ++- .../files/patch-setup.py (new) | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-)
(In reply to Danilo G. Baio from comment #1) Committed, thank you for the quick review and approval!