git: eb18559eb723 - main - www/py-django-bootstrap-pagination: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 12:47:19 UTC
The branch main has been updated by rene:

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

commit eb18559eb72359fe23d0b381337ee98a7854208c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 12:46:43 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 12:46:43 +0000

    www/py-django-bootstrap-pagination: Remove expired port
    
    2024-06-30 www/py-django-bootstrap-pagination: not compatible with Django 4.2, upstream no longer maintained.
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-django-bootstrap-pagination/Makefile        | 24 ----------------------
 www/py-django-bootstrap-pagination/distinfo        |  3 ---
 .../files/patch-setup.py                           | 14 -------------
 www/py-django-bootstrap-pagination/pkg-descr       |  6 ------
 6 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/MOVED b/MOVED
index 9daa91807765..3c4ee48bc8b1 100644
--- a/MOVED
+++ b/MOVED
@@ -3365,3 +3365,4 @@ graphics/py-ming||2024-06-30|Has expired: Depends on deprecated graphics/ming
 graphics/p5-ming||2024-06-30|Has expired: Depends on deprecated graphics/ming
 print/panda||2024-06-30|Has expired: Depends on deprecated Oracle Berkeley DB 5.3 and upstream is dead
 mail/avenger||2024-06-30|Has expired: Depends on deprecated Oracle Berkeley DB 5.3 and upstream is dead
+www/py-django-bootstrap-pagination||2024-06-30|Has expired: not compatible with Django 4.2, upstream no longer maintained
diff --git a/www/Makefile b/www/Makefile
index edd2f1f1612b..1d13dd8dc1a1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1487,7 +1487,6 @@
     SUBDIR += py-django-bakery
     SUBDIR += py-django-bitfield
     SUBDIR += py-django-bleach
-    SUBDIR += py-django-bootstrap-pagination
     SUBDIR += py-django-bootstrap3
     SUBDIR += py-django-bootstrap4
     SUBDIR += py-django-braces
diff --git a/www/py-django-bootstrap-pagination/Makefile b/www/py-django-bootstrap-pagination/Makefile
deleted file mode 100644
index ee620077315e..000000000000
--- a/www/py-django-bootstrap-pagination/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	django-bootstrap-pagination
-DISTVERSION=	1.7.1
-PORTREVISION=	1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	dbaio@FreeBSD.org
-COMMENT=	Bootstrap pagination for django
-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
-USE_PYTHON=	autoplist distutils
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-django-bootstrap-pagination/distinfo b/www/py-django-bootstrap-pagination/distinfo
deleted file mode 100644
index c83562ae519a..000000000000
--- a/www/py-django-bootstrap-pagination/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1595974382
-SHA256 (django-bootstrap-pagination-1.7.1.tar.gz) = 69d826d92217325611cb86e49944d8261e3c92eaa4deafea5a605d79fd363883
-SIZE (django-bootstrap-pagination-1.7.1.tar.gz) = 15843
diff --git a/www/py-django-bootstrap-pagination/files/patch-setup.py b/www/py-django-bootstrap-pagination/files/patch-setup.py
deleted file mode 100644
index b541907c0fb6..000000000000
--- a/www/py-django-bootstrap-pagination/files/patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
-Avoid the installation of the test suite in the top-level directory
-of ${PYTHON_SITELIBDIR}.
-
---- setup.py.orig	2019-06-13 21:18:37 UTC
-+++ setup.py
-@@ -17,7 +17,7 @@ setup(
-     keywords="django bootstrap pagination templatetag",
-     author=u'Jason McClellan<jason@jasonmcclellan.io>, Koert van der Veer<koert@ondergetekende.nl>',
-     author_email='jason@jasonmccllelan.io',
--    packages=find_packages(),
-+    packages=find_packages(exclude=['tests']),
-     url='https://github.com/jmcclell/django-bootstrap-pagination',
-     license='MIT licence, see LICENCE',
-     description='Render Django Page objects as Bootstrap 3.x/4.x Pagination compatible HTML',
diff --git a/www/py-django-bootstrap-pagination/pkg-descr b/www/py-django-bootstrap-pagination/pkg-descr
deleted file mode 100644
index ecead51d50d5..000000000000
--- a/www/py-django-bootstrap-pagination/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Render Django Page objects as Bootstrap 3.x/4.x Pagination compatible HTML
-
-This application serves to make using Twitter's Bootstrap Pagination styles
-work seamlessly with Django Page objects. By passing in a Page object and one
-or more optional arguments, Bootstrap pagination bars and pagers can be
-rendered with very little effort.