Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 22:51:58 +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: r493105 - in head/devel: . py-graphql-relay
Message-ID:  <201902162251.x1GMpwAY077758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 16 22:51:58 2019
New Revision: 493105
URL: https://svnweb.freebsd.org/changeset/ports/493105

Log:
  Add py-graphql-relay 0.4.5
  
  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

Added:
  head/devel/py-graphql-relay/
  head/devel/py-graphql-relay/Makefile   (contents, props changed)
  head/devel/py-graphql-relay/distinfo   (contents, props changed)
  head/devel/py-graphql-relay/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 16 22:51:43 2019	(r493104)
+++ head/devel/Makefile	Sat Feb 16 22:51:58 2019	(r493105)
@@ -4643,6 +4643,7 @@
     SUBDIR += py-googleapis-common-protos
     SUBDIR += py-grab
     SUBDIR += py-graphql-core
+    SUBDIR += py-graphql-relay
     SUBDIR += py-greenlet
     SUBDIR += py-grizzled
     SUBDIR += py-grouch

Added: head/devel/py-graphql-relay/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-graphql-relay/Makefile	Sat Feb 16 22:51:58 2019	(r493105)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	graphql-relay
+PORTVERSION=	0.4.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Relay implementation for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core>=0.5.0:devel/py-graphql-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}promise>=0.4.0:devel/py-promise@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.7.2:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-graphql-relay/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-graphql-relay/distinfo	Sat Feb 16 22:51:58 2019	(r493105)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550267460
+SHA256 (graphql-relay-0.4.5.tar.gz) = 2716b7245d97091af21abf096fabafac576905096d21ba7118fba722596f65db
+SIZE (graphql-relay-0.4.5.tar.gz) = 9422

Added: head/devel/py-graphql-relay/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-graphql-relay/pkg-descr	Sat Feb 16 22:51:58 2019	(r493105)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162251.x1GMpwAY077758>