Add py-graphql-core2 2.2.1 (copied from py-graphql-core)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-30 16:55:27 +00:00
parent c5e01d9141
commit 9d7de5c117
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521498
4 changed files with 37 additions and 1 deletions

View file

@ -4225,7 +4225,7 @@
SUBDIR += py-backcall
SUBDIR += py-backports
SUBDIR += py-backports.csv
SUBDIR += py-backports.functools_lru_cache
SUBDIR += py-backports.functools-lru-cache
SUBDIR += py-backports.os
SUBDIR += py-backports.shutil_get_terminal_size
SUBDIR += py-backports.tempfile
@ -4500,6 +4500,7 @@
SUBDIR += py-graphene-django
SUBDIR += py-graphene-sqlalchemy
SUBDIR += py-graphql-core
SUBDIR += py-graphql-core2
SUBDIR += py-graphql-relay
SUBDIR += py-greenlet
SUBDIR += py-grizzled

View file

@ -0,0 +1,29 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= graphql-core
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GraphQL implementation for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rx1>=1.6<3:devel/py-rx1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0: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 = 1563805955
SHA256 (graphql-core-2.2.1.tar.gz) = da64c472d720da4537a2e8de8ba859210b62841bd47a9be65ca35177f62fe0e4
SIZE (graphql-core-2.2.1.tar.gz) = 99207

View file

@ -0,0 +1,3 @@
GraphQL-core is a port of graphql-js to Python.
WWW: https://github.com/graphql-python/graphql-core