summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 20:20:04 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-15 20:20:55 +0200
commit843b864f4072fab34c0885c3544bf8669d0cab64 (patch)
treea941fadd64199706c4099b35379c7939f3598d9d /www
parentwww/py-dj42-django-timezone-field: Remove expired port (diff)
www/py-dj42-django-graphiql-debug-toolbar: Remove expired port
2024-06-15 www/py-dj42-django-graphiql-debug-toolbar: Obsolete, please use www/py-django-graphiql-debug-toolbar instead
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django-graphiql-debug-toolbar/Makefile29
-rw-r--r--www/py-dj42-django-graphiql-debug-toolbar/distinfo3
-rw-r--r--www/py-dj42-django-graphiql-debug-toolbar/pkg-descr2
4 files changed, 0 insertions, 35 deletions
diff --git a/www/Makefile b/www/Makefile
index 2bfa1c003c14..ecd8c134eec9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1486,7 +1486,6 @@
SUBDIR += py-dj42-django-crispy-forms
SUBDIR += py-dj42-django-debug-toolbar
SUBDIR += py-dj42-django-extensions
- SUBDIR += py-dj42-django-graphiql-debug-toolbar
SUBDIR += py-dj42-django-modelcluster
SUBDIR += py-dj42-django-redis
SUBDIR += py-dj42-django-rich
diff --git a/www/py-dj42-django-graphiql-debug-toolbar/Makefile b/www/py-dj42-django-graphiql-debug-toolbar/Makefile
deleted file mode 100644
index eed88d0087bb..000000000000
--- a/www/py-dj42-django-graphiql-debug-toolbar/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= django-graphiql-debug-toolbar
-DISTVERSION= 0.2.0
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
-
-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= Obsolete, please use www/py-django-graphiql-debug-toolbar instead
-EXPIRATION_DATE=2024-06-15
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}graphene-django300>=2.0.0:devel/py-graphene-django300@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj42-django-debug-toolbar>=3.1:www/py-dj42-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-dj42-django-graphiql-debug-toolbar/distinfo b/www/py-dj42-django-graphiql-debug-toolbar/distinfo
deleted file mode 100644
index 559e6602138b..000000000000
--- a/www/py-dj42-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-dj42-django-graphiql-debug-toolbar/pkg-descr b/www/py-dj42-django-graphiql-debug-toolbar/pkg-descr
deleted file mode 100644
index cb6e9ccf41b5..000000000000
--- a/www/py-dj42-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.