Date: Sat, 16 Feb 2019 22:51:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493104 - in head/devel: . py-graphql-core Message-ID: <201902162251.x1GMpiv5076675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 16 22:51:43 2019 New Revision: 493104 URL: https://svnweb.freebsd.org/changeset/ports/493104 Log: Add py-graphql-core 2.1 GraphQL-core is a port of graphql-js to Python. WWW: https://github.com/graphql-python/graphql-core Added: head/devel/py-graphql-core/ head/devel/py-graphql-core/Makefile (contents, props changed) head/devel/py-graphql-core/distinfo (contents, props changed) head/devel/py-graphql-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 16 22:51:15 2019 (r493103) +++ head/devel/Makefile Sat Feb 16 22:51:43 2019 (r493104) @@ -4642,6 +4642,7 @@ SUBDIR += py-google-apputils SUBDIR += py-googleapis-common-protos SUBDIR += py-grab + SUBDIR += py-graphql-core SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch Added: head/devel/py-graphql-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphql-core/Makefile Sat Feb 16 22:51:43 2019 (r493104) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= graphql-core +PORTVERSION= 2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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}rx>=1.6.0:devel/py-rx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-graphql-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphql-core/distinfo Sat Feb 16 22:51:43 2019 (r493104) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550265799 +SHA256 (graphql-core-2.1.tar.gz) = 889e869be5574d02af77baf1f30b5db9ca2959f1c9f5be7b2863ead5a3ec6181 +SIZE (graphql-core-2.1.tar.gz) = 96271 Added: head/devel/py-graphql-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphql-core/pkg-descr Sat Feb 16 22:51:43 2019 (r493104) @@ -0,0 +1,3 @@ +GraphQL-core is a port of graphql-js to Python. + +WWW: https://github.com/graphql-python/graphql-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162251.x1GMpiv5076675>