mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add py-graphene-django 2.6.0
A Django integration for Graphene. WWW: https://github.com/graphql-python/graphene-django
This commit is contained in:
parent
3ca0a0b60f
commit
08ea1ea2d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516649
@ -4501,6 +4501,7 @@
|
||||
SUBDIR += py-googleapis-common-protos
|
||||
SUBDIR += py-grab
|
||||
SUBDIR += py-graphene
|
||||
SUBDIR += py-graphene-django
|
||||
SUBDIR += py-graphql-core
|
||||
SUBDIR += py-graphql-relay
|
||||
SUBDIR += py-greenlet
|
||||
|
24
devel/py-graphene-django/Makefile
Normal file
24
devel/py-graphene-django/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= graphene-django
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Graphene Django integration
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3:www/py-djangorestframework@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-graphene-django/distinfo
Normal file
3
devel/py-graphene-django/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1572806062
|
||||
SHA256 (graphene-django-2.6.0.tar.gz) = 0d1404ab1ba7873a8e848d87d138f615391d100ed0c046482c164429cfb992ef
|
||||
SIZE (graphene-django-2.6.0.tar.gz) = 51749
|
3
devel/py-graphene-django/pkg-descr
Normal file
3
devel/py-graphene-django/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Django integration for Graphene.
|
||||
|
||||
WWW: https://github.com/graphql-python/graphene-django
|
Loading…
Reference in New Issue
Block a user