Commit 4968b58a authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

www/py-dj41-drf-spectacular: Remove expired port

2023-12-31 www/py-dj41-drf-spectacular: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
parent 64493f0d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8267,3 +8267,6 @@ net-mgmt/zabbix4-proxy|net-mgmt/zabbix5-proxy|2023-12-31|Has expired: Upstream E
devel/py-dj41-django-rq|devel/py-dj42-django-rq|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
net/p5-MaxMind-DB-Writer||2023-12-31|Has expired: This is the final release. This distribution is no longer being developed
www/py-dj41-django-graphiql-debug-toolbar|www/py-dj42-django-graphiql-debug-toolbar|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-drf-spectacular|www/py-dj42-drf-spectacular|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-tables2|www/py-dj42-django-tables2|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-httpx013||2023-12-31|Has expired: Old repo-copy needed for deprecated textproc/py-googletrans
+0 −3
Original line number Diff line number Diff line
@@ -1501,11 +1501,9 @@
    SUBDIR += py-dj41-django-prometheus
    SUBDIR += py-dj41-django-redis
    SUBDIR += py-dj41-django-rich
    SUBDIR += py-dj41-django-tables2
    SUBDIR += py-dj41-django-taggit
    SUBDIR += py-dj41-django-timezone-field
    SUBDIR += py-dj41-djangorestframework
    SUBDIR += py-dj41-drf-spectacular
    SUBDIR += py-dj41-drf-spectacular-sidecar
    SUBDIR += py-dj41-drf-yasg
    SUBDIR += py-dj42-django-auth-ldap
@@ -1738,7 +1736,6 @@
    SUBDIR += py-httpx-gssapi
    SUBDIR += py-httpx-oauth
    SUBDIR += py-httpx-socks
    SUBDIR += py-httpx013
    SUBDIR += py-hypercorn
    SUBDIR += py-hyperframe
    SUBDIR += py-hyperlink
+0 −31
Original line number Diff line number Diff line
PORTNAME=	django-tables2
DISTVERSION=	2.6.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj41-

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 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION_DATE=	2023-12-31

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${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 = 1688911162
SHA256 (django-tables2-2.6.0.tar.gz) = 479eed04007cc04bcf764a6fb7a5e3955d94b878ba7f3a4bd4edbd2f7769e08d
SIZE (django-tables2-2.6.0.tar.gz) = 79370
+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.
Loading