diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-06-15 18:06:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-06-15 18:06:45 +0000 |
commit | 1cea2fd7181539acf2379132c0628e9eab2d9a7b (patch) | |
tree | 5b1db5efc83a3e7dfa951ef47ceb126c1169e99d | |
parent | a65c0e5f769b7bfdbdb007afb31df8504dd6a722 (diff) |
www/py-dj42-django-tables2: Remove expired port
2024-06-15 www/py-dj42-django-tables2: Obsolete, please use www/py-django-tables2 instead
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-dj42-django-tables2/Makefile | 31 | ||||
-rw-r--r-- | www/py-dj42-django-tables2/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj42-django-tables2/pkg-descr | 3 |
5 files changed, 1 insertions, 38 deletions
@@ -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. |