git: 924bba62f67e - main - www/py-dj52-django-tables2: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 19:43:29 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=924bba62f67e77535bb421d57c5739dec8a48dd1
commit 924bba62f67e77535bb421d57c5739dec8a48dd1
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 19:43:26 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 19:43:26 +0000
www/py-dj52-django-tables2: Remove expired port
2026-06-30 www/py-dj52-django-tables2: Obsolete, please use www/py-django-tables2 instead
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj52-django-tables2/Makefile | 33 ---------------------------------
www/py-dj52-django-tables2/distinfo | 3 ---
www/py-dj52-django-tables2/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/MOVED b/MOVED
index 74af4a5e00a3..664f47b1e7d8 100644
--- a/MOVED
+++ b/MOVED
@@ -5397,3 +5397,4 @@ www/py-dj52-channels|www/py-channels|2026-06-30|Has expired: Obsolete, please us
www/py-dj52-django-permissionedforms|www/py-django-permissionedforms|2026-06-30|Has expired: Obsolete, please use www/py-django-permissionedforms instead
www/py-dj52-django-prometheus|www/py-django-prometheus|2026-06-30|Has expired: Obsolete, please use www/py-django-prometheus instead
www/py-dj52-django-compression-middleware|www/py-django-compression-middleware|2026-06-30|Has expired: Obsolete, please use www/py-django-compression-middleware instead
+www/py-dj52-django-tables2|www/py-django-tables2|2026-06-30|Has expired: Obsolete, please use www/py-django-tables2 instead
diff --git a/www/Makefile b/www/Makefile
index 02196be885af..365549089f56 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1578,7 +1578,6 @@
SUBDIR += py-dj52-django-multiselectfield
SUBDIR += py-dj52-django-netfields
SUBDIR += py-dj52-django-stubs-ext
- SUBDIR += py-dj52-django-tables2
SUBDIR += py-dj52-django-taggit
SUBDIR += py-dj52-django-tasks
SUBDIR += py-dj52-django-timezone-field
diff --git a/www/py-dj52-django-tables2/Makefile b/www/py-dj52-django-tables2/Makefile
deleted file mode 100644
index 482e66bc0a53..000000000000
--- a/www/py-dj52-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}dj52-
-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= Obsolete, please use www/py-django-tables2 instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${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-dj52-django-tables2/distinfo b/www/py-dj52-django-tables2/distinfo
deleted file mode 100644
index c254de3704a2..000000000000
--- a/www/py-dj52-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-dj52-django-tables2/pkg-descr b/www/py-dj52-django-tables2/pkg-descr
deleted file mode 100644
index 5b09aff2a2f2..000000000000
--- a/www/py-dj52-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.