aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-09-13 07:47:02 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-09-13 07:54:22 +0000
commit0528c57a6b0614c096eb383a9fcaa4f318b2fb95 (patch)
tree950df6788c4e4b8b39d7d026aa17410f562f2504
parentc4c673f8184e6ef26d236453e1eacce4b3c2c43e (diff)
www/py-django-graphiql-debug-toolbar: Add new port
This package is an extension for Django Debug Toolbar which enables support for debugging GraphiQL queries in Django Projects. WWW: https://github.com/flavors/django-graphiql-debug-toolbar
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-graphiql-debug-toolbar/Makefile22
-rw-r--r--www/py-django-graphiql-debug-toolbar/distinfo3
-rw-r--r--www/py-django-graphiql-debug-toolbar/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index fa76897e6dd6..ab40b62cbef7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1510,6 +1510,7 @@
SUBDIR += py-django-filter
SUBDIR += py-django-formset-js-improved
SUBDIR += py-django-formtools
+ SUBDIR += py-django-graphiql-debug-toolbar
SUBDIR += py-django-gravatar2
SUBDIR += py-django-guardian
SUBDIR += py-django-happenings-update
diff --git a/www/py-django-graphiql-debug-toolbar/Makefile b/www/py-django-graphiql-debug-toolbar/Makefile
new file mode 100644
index 000000000000..922a393f15cd
--- /dev/null
+++ b/www/py-django-graphiql-debug-toolbar/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= django-graphiql-debug-toolbar
+DISTVERSION= 0.2.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= kai@FreeBSD.org
+COMMENT= Django Debug Toolbar for GraphiQL IDE
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}graphene-django>=2.0.0:devel/py-graphene-django@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=3.1:www/py-django-debug-toolbar@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-django-graphiql-debug-toolbar/distinfo b/www/py-django-graphiql-debug-toolbar/distinfo
new file mode 100644
index 000000000000..559e6602138b
--- /dev/null
+++ b/www/py-django-graphiql-debug-toolbar/distinfo
@@ -0,0 +1,3 @@
+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-django-graphiql-debug-toolbar/pkg-descr b/www/py-django-graphiql-debug-toolbar/pkg-descr
new file mode 100644
index 000000000000..328c55ac2ba0
--- /dev/null
+++ b/www/py-django-graphiql-debug-toolbar/pkg-descr
@@ -0,0 +1,4 @@
+This package is an extension for Django Debug Toolbar which enables support
+for debugging GraphiQL queries in Django Projects.
+
+WWW: https://github.com/flavors/django-graphiql-debug-toolbar