Add py-graphene-sqlalchemy 2.2.2
A SQLAlchemy integration for Graphene. WWW: https://github.com/graphql-python/graphene-sqlalchemy
This commit is contained in:
parent
08ea1ea2d2
commit
67fd1d9561
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516650
4 changed files with 38 additions and 0 deletions
|
@ -4502,6 +4502,7 @@
|
|||
SUBDIR += py-grab
|
||||
SUBDIR += py-graphene
|
||||
SUBDIR += py-graphene-django
|
||||
SUBDIR += py-graphene-sqlalchemy
|
||||
SUBDIR += py-graphql-core
|
||||
SUBDIR += py-graphql-relay
|
||||
SUBDIR += py-greenlet
|
||||
|
|
31
devel/py-graphene-sqlalchemy/Makefile
Normal file
31
devel/py-graphene-sqlalchemy/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= graphene-sqlalchemy
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Graphene SQLAlchemy integration
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PY_ENUM34} \
|
||||
${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.1<2:databases/py-sqlalchemy13@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3<4:devel/py-singledispatch@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/py-graphene-sqlalchemy/distinfo
Normal file
3
devel/py-graphene-sqlalchemy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1572806064
|
||||
SHA256 (graphene-sqlalchemy-2.2.2.tar.gz) = fda3a131149a96f02b18c4d8276102edd80ba22b92939c9a3fc94bda699c1477
|
||||
SIZE (graphene-sqlalchemy-2.2.2.tar.gz) = 24265
|
3
devel/py-graphene-sqlalchemy/pkg-descr
Normal file
3
devel/py-graphene-sqlalchemy/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A SQLAlchemy integration for Graphene.
|
||||
|
||||
WWW: https://github.com/graphql-python/graphene-sqlalchemy
|
Loading…
Reference in a new issue