Index: head/devel/py-graphql-relay2/Makefile =================================================================== --- head/devel/py-graphql-relay2/Makefile (nonexistent) +++ head/devel/py-graphql-relay2/Makefile (revision 521705) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $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 Property changes on: head/devel/py-graphql-relay2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-graphql-relay2/distinfo =================================================================== --- head/devel/py-graphql-relay2/distinfo (nonexistent) +++ head/devel/py-graphql-relay2/distinfo (revision 521705) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575908034 +SHA256 (graphql-relay-2.0.1.tar.gz) = 870b6b5304123a38a0b215a79eace021acce5a466bf40cd39fa18cb8528afabb +SIZE (graphql-relay-2.0.1.tar.gz) = 21052 Property changes on: head/devel/py-graphql-relay2/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-graphql-relay2/pkg-descr =================================================================== --- head/devel/py-graphql-relay2/pkg-descr (nonexistent) +++ head/devel/py-graphql-relay2/pkg-descr (revision 521705) @@ -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 Property changes on: head/devel/py-graphql-relay2/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property