diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-05-20 09:55:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-05-20 09:55:34 +0000 |
commit | f3702b9eada31d4351adc24ecd1d503b83043108 (patch) | |
tree | e17556e056de0be1708dc895c53ccf5d7951b2c3 | |
parent | 699f325391c8fe0b0f92053f7f4f123239e680aa (diff) |
cleanup: Remove expired ports:
2023-05-20 www/py-dj40-django-debug-toolbar: 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/
2023-05-20 www/py-dj40-django-graphiql-debug-toolbar: 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/
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/py-dj40-django-debug-toolbar/Makefile | 27 | ||||
-rw-r--r-- | www/py-dj40-django-debug-toolbar/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj40-django-debug-toolbar/pkg-descr | 3 | ||||
-rw-r--r-- | www/py-dj40-django-graphiql-debug-toolbar/Makefile | 28 | ||||
-rw-r--r-- | www/py-dj40-django-graphiql-debug-toolbar/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj40-django-graphiql-debug-toolbar/pkg-descr | 2 |
8 files changed, 2 insertions, 68 deletions
@@ -7543,3 +7543,5 @@ math/py-python-igraph|math/py-igraph|2023-05-18|Rename to match upstream renamin www/py-dj40-django-auth-ldap|www/py-dj41-django-auth-ldap|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-rich|www/py-dj41-django-rich|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-filter|www/py-dj41-django-filter|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-debug-toolbar|www/py-dj41-django-debug-toolbar|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-graphiql-debug-toolbar|www/py-dj41-django-graphiql-debug-toolbar|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 be401420e11f..ce21453d2102 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1464,8 +1464,6 @@ SUBDIR += py-cssutils SUBDIR += py-dj-database-url SUBDIR += py-dj40-django-cors-headers - SUBDIR += py-dj40-django-debug-toolbar - SUBDIR += py-dj40-django-graphiql-debug-toolbar SUBDIR += py-dj40-django-js-asset SUBDIR += py-dj40-django-mptt SUBDIR += py-dj40-django-prometheus diff --git a/www/py-dj40-django-debug-toolbar/Makefile b/www/py-dj40-django-debug-toolbar/Makefile deleted file mode 100644 index e82d62e7baa6..000000000000 --- a/www/py-dj40-django-debug-toolbar/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= django-debug-toolbar -PORTVERSION= 3.7.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Configurable set of panels to display debug information -WWW= https://github.com/jazzband/django-debug-toolbar - -LICENSE= BSD3CLAUSE -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>=3.2.4:www/py-django40@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} - -USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -.include <bsd.port.mk> diff --git a/www/py-dj40-django-debug-toolbar/distinfo b/www/py-dj40-django-debug-toolbar/distinfo deleted file mode 100644 index 59ddaa963cf2..000000000000 --- a/www/py-dj40-django-debug-toolbar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1664768004 -SHA256 (django-debug-toolbar-3.7.0.tar.gz) = 1e3acad24e3d351ba45c6fa2072e4164820307332a776b16c9f06d1f89503465 -SIZE (django-debug-toolbar-3.7.0.tar.gz) = 133244 diff --git a/www/py-dj40-django-debug-toolbar/pkg-descr b/www/py-dj40-django-debug-toolbar/pkg-descr deleted file mode 100644 index e62114e4b61f..000000000000 --- a/www/py-dj40-django-debug-toolbar/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Django Debug Toolbar is a configurable set of panels that display various -debug information about the current request/response and when clicked, display -more details about the panel's content. diff --git a/www/py-dj40-django-graphiql-debug-toolbar/Makefile b/www/py-dj40-django-graphiql-debug-toolbar/Makefile deleted file mode 100644 index c0271b3da566..000000000000 --- a/www/py-dj40-django-graphiql-debug-toolbar/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= django-graphiql-debug-toolbar -DISTVERSION= 0.2.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Django Debug Toolbar for GraphiQL IDE -WWW= https://github.com/flavors/django-graphiql-debug-toolbar - -LICENSE= MIT -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>=2.2:www/py-django40@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj40-graphene-django>=2.0.0:devel/py-dj40-graphene-django@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj40-django-debug-toolbar>=3.1:www/py-dj40-django-debug-toolbar@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-dj40-django-graphiql-debug-toolbar/distinfo b/www/py-dj40-django-graphiql-debug-toolbar/distinfo deleted file mode 100644 index 559e6602138b..000000000000 --- a/www/py-dj40-django-graphiql-debug-toolbar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1630337959 -SHA256 (django-graphiql-debug-toolbar-0.2.0.tar.gz) = aec7a9e096594123d9fc359a583da794a0020b5391d941dda584ce1e667e0afd -SIZE (django-graphiql-debug-toolbar-0.2.0.tar.gz) = 5000 diff --git a/www/py-dj40-django-graphiql-debug-toolbar/pkg-descr b/www/py-dj40-django-graphiql-debug-toolbar/pkg-descr deleted file mode 100644 index cb6e9ccf41b5..000000000000 --- a/www/py-dj40-django-graphiql-debug-toolbar/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package is an extension for Django Debug Toolbar which enables support -for debugging GraphiQL queries in Django Projects. |