1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add py-graphql-relay2 2.0.1 (copied from py-graphql-relay)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-01 09:21:15 +00:00
parent 24430085da
commit c1760120a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521705
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= graphql-relay
PORTVERSION= 2.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Relay implementation for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.2<3:devel/py-graphql-core2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}promise>=2.2<3:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= limit:^2\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1575908034
SHA256 (graphql-relay-2.0.1.tar.gz) = 870b6b5304123a38a0b215a79eace021acce5a466bf40cd39fa18cb8528afabb
SIZE (graphql-relay-2.0.1.tar.gz) = 21052

View File

@ -0,0 +1,8 @@
Relay Library for GraphQL Python is a library to allow the easy creation of
Relay-compliant servers using the GraphQL Python reference implementation of a
GraphQL server.
Note: The code is a exact port of the original graphql-relay js implementation
from Facebook
WWW: https://github.com/graphql-python/graphql-relay-py