Commit 1cea2fd7 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2024-06-15 www/py-dj42-django-tables2: Obsolete, please use www/py-django-tables2 instead
parent a65c0e5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −31
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1702731808
SHA256 (django-tables2-2.7.0.tar.gz) = 4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d
SIZE (django-tables2-2.7.0.tar.gz) = 79583
+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.