git: 468b9ef2afac - main - www/py-dj40-django-tables2: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 10:09:48 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=468b9ef2aface8b1d1ce86c91fa8c9a8a31f1005 commit 468b9ef2aface8b1d1ce86c91fa8c9a8a31f1005 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-20 10:09:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-20 10:09:42 +0000 www/py-dj40-django-tables2: Remove expired port: 2023-05-20 www/py-dj40-django-tables2: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj40-django-tables2/Makefile | 31 ------------------------------- www/py-dj40-django-tables2/distinfo | 3 --- www/py-dj40-django-tables2/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index ff14598c5cba..bc16c3fd80ea 100644 --- a/MOVED +++ b/MOVED @@ -7549,3 +7549,4 @@ www/py-dj40-django-redis|www/py-dj41-django-redis|2023-05-20|Has expired: Extend devel/py-dj40-django-rq|devel/py-dj41-django-rq|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-django-cors-headers|www/py-dj41-django-cors-headers|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-drf-yasg|www/py-dj41-drf-yasg|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj40-django-tables2|www/py-dj41-django-tables2|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index e318685419df..1313fad2be47 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1466,7 +1466,6 @@ SUBDIR += py-dj40-django-js-asset SUBDIR += py-dj40-django-mptt SUBDIR += py-dj40-django-prometheus - SUBDIR += py-dj40-django-tables2 SUBDIR += py-dj40-django-taggit SUBDIR += py-dj40-django-timezone-field SUBDIR += py-dj40-djangorestframework diff --git a/www/py-dj40-django-tables2/Makefile b/www/py-dj40-django-tables2/Makefile deleted file mode 100644 index c53346822691..000000000000 --- a/www/py-dj40-django-tables2/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= django-tables2 -DISTVERSION= 2.4.1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -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.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-05-20 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=1.11:www/py-django40@${PY_FLAVOR} - -USES= python:3.7+ -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-dj40-django-tables2/distinfo b/www/py-dj40-django-tables2/distinfo deleted file mode 100644 index 151f1103a4fd..000000000000 --- a/www/py-dj40-django-tables2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1633552255 -SHA256 (django-tables2-2.4.1.tar.gz) = 6c72dd208358539e789e4c0efd7d151e43283a4aa4093a35f44c43489e7ddeaa -SIZE (django-tables2-2.4.1.tar.gz) = 78516 diff --git a/www/py-dj40-django-tables2/pkg-descr b/www/py-dj40-django-tables2/pkg-descr deleted file mode 100644 index 5b09aff2a2f2..000000000000 --- a/www/py-dj40-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.