git: 64493f0d566c - main - www/py-dj41-django-graphiql-debug-toolbar: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=64493f0d566c5962b65d2814f989faf80272d14b commit 64493f0d566c5962b65d2814f989faf80272d14b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 05:42:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:32 +0000 www/py-dj41-django-graphiql-debug-toolbar: Remove expired port 2023-12-31 www/py-dj41-django-graphiql-debug-toolbar: 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/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj41-django-graphiql-debug-toolbar/Makefile | 28 ---------------------- www/py-dj41-django-graphiql-debug-toolbar/distinfo | 3 --- .../pkg-descr | 2 -- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index 9ea59b2e077e..61f4f88b2fcd 100644 --- a/MOVED +++ b/MOVED @@ -8266,3 +8266,4 @@ net-mgmt/zabbix4-java|net-mgmt/zabbix5-java|2023-12-31|Has expired: Upstream EOL net-mgmt/zabbix4-proxy|net-mgmt/zabbix5-proxy|2023-12-31|Has expired: Upstream EOL reaches on 2023-10-31 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/ diff --git a/www/Makefile b/www/Makefile index 2e4031ffaa1d..2edffbd53064 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1496,7 +1496,6 @@ SUBDIR += py-dj41-django-cors-headers SUBDIR += py-dj41-django-debug-toolbar SUBDIR += py-dj41-django-filter - SUBDIR += py-dj41-django-graphiql-debug-toolbar SUBDIR += py-dj41-django-js-asset SUBDIR += py-dj41-django-mptt SUBDIR += py-dj41-django-prometheus diff --git a/www/py-dj41-django-graphiql-debug-toolbar/Makefile b/www/py-dj41-django-graphiql-debug-toolbar/Makefile deleted file mode 100644 index e30e2d74cd8c..000000000000 --- a/www/py-dj41-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}dj41- - -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.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>=2.2:www/py-django41@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-graphene-django>=2.0.0,1:devel/py-dj41-graphene-django@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-django-debug-toolbar>=3.1:www/py-dj41-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-dj41-django-graphiql-debug-toolbar/distinfo b/www/py-dj41-django-graphiql-debug-toolbar/distinfo deleted file mode 100644 index 559e6602138b..000000000000 --- a/www/py-dj41-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-dj41-django-graphiql-debug-toolbar/pkg-descr b/www/py-dj41-django-graphiql-debug-toolbar/pkg-descr deleted file mode 100644 index cb6e9ccf41b5..000000000000 --- a/www/py-dj41-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.