Commit 924bba62 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-tables2: Remove expired port

2026-06-30 www/py-dj52-django-tables2: Obsolete, please use www/py-django-tables2 instead
parent 0a81b23e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −33
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1763819807
SHA256 (django_tables2-2.8.0.tar.gz) = 0dea3401bb99a0164ba09e20d59a7d90856fdc05e5ae2da9a14d0fa14d99257c
SIZE (django_tables2-2.8.0.tar.gz) = 129204
+0 −3
Original line number Diff line number Diff line
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.