git: 5307161d704f - main - www/py-dj51-django-tables2: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:32:01 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5307161d704fb6e24812dd08f3b94a310430a6dc
commit 5307161d704fb6e24812dd08f3b94a310430a6dc
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:31:52 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:31:52 +0000
www/py-dj51-django-tables2: Remove expired port
2025-12-31 www/py-dj51-django-tables2: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-tables2/Makefile | 33 ---------------------------------
www/py-dj51-django-tables2/distinfo | 3 ---
www/py-dj51-django-tables2/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/MOVED b/MOVED
index df323cdbf335..ece8b18a9dfa 100644
--- a/MOVED
+++ b/MOVED
@@ -4944,3 +4944,4 @@ www/py-dj51-django-choices-field||2025-12-31|Has expired: Extended support of Dj
devel/py-dj51-strawberry-graphql||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-channels||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-htmx||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-tables2||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 8146b68c4428..10e6a9f81f6a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1543,7 +1543,6 @@
SUBDIR += py-dash
SUBDIR += py-ddgs
SUBDIR += py-dj-database-url
- SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-djangorestframework
SUBDIR += py-dj52-channels
SUBDIR += py-dj52-channels-redis
diff --git a/www/py-dj51-django-tables2/Makefile b/www/py-dj51-django-tables2/Makefile
deleted file mode 100644
index 7cc09845d25b..000000000000
--- a/www/py-dj51-django-tables2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= django-tables2
-DISTVERSION= 2.8.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME= django_tables2-${DISTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Table/data-grid framework for Django
-WWW= https://github.com/jieter/django-tables2
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= TABLIB
-
-TABLIB_DESC= Enable support for exporting table datasets
-TABLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-tables2/distinfo b/www/py-dj51-django-tables2/distinfo
deleted file mode 100644
index c254de3704a2..000000000000
--- a/www/py-dj51-django-tables2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1763819807
-SHA256 (django_tables2-2.8.0.tar.gz) = 0dea3401bb99a0164ba09e20d59a7d90856fdc05e5ae2da9a14d0fa14d99257c
-SIZE (django_tables2-2.8.0.tar.gz) = 129204
diff --git a/www/py-dj51-django-tables2/pkg-descr b/www/py-dj51-django-tables2/pkg-descr
deleted file mode 100644
index 5b09aff2a2f2..000000000000
--- a/www/py-dj51-django-tables2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-django-tables2 simplifies the task of turning sets of data into HTML tables.
-It has native support for pagination and sorting, does for HTML tables what
-django.forms does for HTML forms.