1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

www/py-dj32-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

NB: This port is assigned to Django 3.2 and
    www/py-django-graphiql-debug-toolbar was used as a template.
This commit is contained in:
Kai Knoblich 2021-09-24 13:53:25 +02:00
parent 6aa7579190
commit 8611d2f3b6
4 changed files with 30 additions and 0 deletions

View File

@ -1459,6 +1459,7 @@
SUBDIR += py-dj32-django-cors-headers
SUBDIR += py-dj32-django-debug-toolbar
SUBDIR += py-dj32-django-filter
SUBDIR += py-dj32-django-graphiql-debug-toolbar
SUBDIR += py-dj32-django-js-asset
SUBDIR += py-dj32-django-modelcluster
SUBDIR += py-dj32-django-mptt

View File

@ -0,0 +1,22 @@
PORTNAME= django-graphiql-debug-toolbar
DISTVERSION= 0.2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj32-
MAINTAINER= kai@FreeBSD.org
COMMENT= Django Debug Toolbar for GraphiQL IDE
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-graphene-django>=2.0.0:devel/py-dj32-graphene-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.1:www/py-dj32-django-debug-toolbar@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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