Date: Mon, 13 Sep 2021 07:54:38 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0528c57a6b06 - main - www/py-django-graphiql-debug-toolbar: Add new port Message-ID: <202109130754.18D7scrL098845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=0528c57a6b0614c096eb383a9fcaa4f318b2fb95 commit 0528c57a6b0614c096eb383a9fcaa4f318b2fb95 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-09-13 07:47:02 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-09-13 07:54:22 +0000 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 --- www/Makefile | 1 + www/py-django-graphiql-debug-toolbar/Makefile | 22 ++++++++++++++++++++++ www/py-django-graphiql-debug-toolbar/distinfo | 3 +++ www/py-django-graphiql-debug-toolbar/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109130754.18D7scrL098845>