git: 1cea2fd71815 - main - www/py-dj42-django-tables2: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 18:06:51 UTC
The branch main has been updated by rene:

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

commit 1cea2fd7181539acf2379132c0628e9eab2d9a7b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 18:06:45 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 18:06:45 +0000

    www/py-dj42-django-tables2: Remove expired port
    
    2024-06-15 www/py-dj42-django-tables2: Obsolete, please use www/py-django-tables2 instead
---
 MOVED                                |  1 +
 www/Makefile                         |  1 -
 www/py-dj42-django-tables2/Makefile  | 31 -------------------------------
 www/py-dj42-django-tables2/distinfo  |  3 ---
 www/py-dj42-django-tables2/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/MOVED b/MOVED
index 595e85b54bee..a9a23201aeb9 100644
--- a/MOVED
+++ b/MOVED
@@ -3320,3 +3320,4 @@ www/py-dj42-djangoql|www/py-djangoql|2024-06-15|Has expired: Obsolete, please us
 www/py-dj42-django-mptt|www/py-django-mptt|2024-06-15|Has expired: Obsolete, please use www/py-django-mptt instead
 www/py-dj42-django-js-asset|www/py-django-js-asset|2024-06-15|Has expired: Obsolete, please use www/py-django-js-asset instead
 www/py-dj42-django-guardian|www/py-django-guardian|2024-06-15|Has expired: Obsolete, please use www/py-django-guardian instead
+www/py-dj42-django-tables2|www/py-django-tables2|2024-06-15|Has expired: Obsolete, please use www/py-django-tables2 instead
diff --git a/www/Makefile b/www/Makefile
index 3c6a5b0bd317..0cee78c37391 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1497,7 +1497,6 @@
     SUBDIR += py-dj42-django-prometheus
     SUBDIR += py-dj42-django-redis
     SUBDIR += py-dj42-django-rich
-    SUBDIR += py-dj42-django-tables2
     SUBDIR += py-dj42-django-timezone-field
     SUBDIR += py-dj42-django-treebeard
     SUBDIR += py-dj42-djangorestframework
diff --git a/www/py-dj42-django-tables2/Makefile b/www/py-dj42-django-tables2/Makefile
deleted file mode 100644
index c1bb85bdd414..000000000000
--- a/www/py-dj42-django-tables2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	django-tables2
-DISTVERSION=	2.7.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-
-
-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=2024-06-15
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	distutils autoplist
-
-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-dj42-django-tables2/distinfo b/www/py-dj42-django-tables2/distinfo
deleted file mode 100644
index 594898b9c461..000000000000
--- a/www/py-dj42-django-tables2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1702731808
-SHA256 (django-tables2-2.7.0.tar.gz) = 4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d
-SIZE (django-tables2-2.7.0.tar.gz) = 79583
diff --git a/www/py-dj42-django-tables2/pkg-descr b/www/py-dj42-django-tables2/pkg-descr
deleted file mode 100644
index 5b09aff2a2f2..000000000000
--- a/www/py-dj42-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.