pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import py-graphene-2.1.8 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:42:48 2020 +0100
Changeset:	bf6f379f104503cb0fd65da25b42debc6a1197fd

Added Files:
	py-graphene/DESCR
	py-graphene/Makefile
	py-graphene/PLIST
	py-graphene/distinfo

Log Message:
import py-graphene-2.1.8 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf6f379f104503cb0fd65da25b42debc6a1197fd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-graphene/DESCR    |   8 +++
 py-graphene/Makefile |  19 ++++++
 py-graphene/PLIST    | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-graphene/distinfo |   6 ++
 4 files changed, 201 insertions(+)

diffs:
diff --git a/py-graphene/DESCR b/py-graphene/DESCR
new file mode 100644
index 0000000000..d80a544738
--- /dev/null
+++ b/py-graphene/DESCR
@@ -0,0 +1,8 @@
+Graphene is an opinionated Python library for building GraphQL
+schemas/types fast and easily.
+- Easy to use: Graphene helps you use GraphQL in Python without effort.
+- Relay: Graphene has builtin support for Relay.
+- Data agnostic: Graphene supports any kind of data source:
+SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc.
+We believe that by providing a complete API you could plug Graphene
+anywhere your data lives and make your data available through GraphQL.
diff --git a/py-graphene/Makefile b/py-graphene/Makefile
new file mode 100644
index 0000000000..e49ff49bbe
--- /dev/null
+++ b/py-graphene/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	graphene-2.1.8
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=g/graphene/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/graphql-python/graphene
+COMMENT=	GraphQL Framework for Python
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-aniso8601>=8.0.0:../../time/py-aniso8601
+DEPENDS+=	${PYPKGPREFIX}-graphql-core>=3.1.2:../../wip/py-graphql-core
+DEPENDS+=	${PYPKGPREFIX}-graphql-relay>=3.0.0:../../wip/py-graphql-relay
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-graphene/PLIST b/py-graphene/PLIST
new file mode 100644
index 0000000000..7911b944b5
--- /dev/null
+++ b/py-graphene/PLIST
@@ -0,0 +1,168 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/graphene/__init__.py
+${PYSITELIB}/graphene/__init__.pyc
+${PYSITELIB}/graphene/__init__.pyo
+${PYSITELIB}/graphene/pyutils/__init__.py
+${PYSITELIB}/graphene/pyutils/__init__.pyc
+${PYSITELIB}/graphene/pyutils/__init__.pyo
+${PYSITELIB}/graphene/pyutils/compat.py
+${PYSITELIB}/graphene/pyutils/compat.pyc
+${PYSITELIB}/graphene/pyutils/compat.pyo
+${PYSITELIB}/graphene/pyutils/init_subclass.py
+${PYSITELIB}/graphene/pyutils/init_subclass.pyc
+${PYSITELIB}/graphene/pyutils/init_subclass.pyo
+${PYSITELIB}/graphene/pyutils/signature.py
+${PYSITELIB}/graphene/pyutils/signature.pyc
+${PYSITELIB}/graphene/pyutils/signature.pyo
+${PYSITELIB}/graphene/pyutils/version.py
+${PYSITELIB}/graphene/pyutils/version.pyc
+${PYSITELIB}/graphene/pyutils/version.pyo
+${PYSITELIB}/graphene/relay/__init__.py
+${PYSITELIB}/graphene/relay/__init__.pyc
+${PYSITELIB}/graphene/relay/__init__.pyo
+${PYSITELIB}/graphene/relay/connection.py
+${PYSITELIB}/graphene/relay/connection.pyc
+${PYSITELIB}/graphene/relay/connection.pyo
+${PYSITELIB}/graphene/relay/mutation.py
+${PYSITELIB}/graphene/relay/mutation.pyc
+${PYSITELIB}/graphene/relay/mutation.pyo
+${PYSITELIB}/graphene/relay/node.py
+${PYSITELIB}/graphene/relay/node.pyc
+${PYSITELIB}/graphene/relay/node.pyo
+${PYSITELIB}/graphene/test/__init__.py
+${PYSITELIB}/graphene/test/__init__.pyc
+${PYSITELIB}/graphene/test/__init__.pyo
+${PYSITELIB}/graphene/types/__init__.py
+${PYSITELIB}/graphene/types/__init__.pyc
+${PYSITELIB}/graphene/types/__init__.pyo
+${PYSITELIB}/graphene/types/abstracttype.py
+${PYSITELIB}/graphene/types/abstracttype.pyc
+${PYSITELIB}/graphene/types/abstracttype.pyo
+${PYSITELIB}/graphene/types/argument.py
+${PYSITELIB}/graphene/types/argument.pyc
+${PYSITELIB}/graphene/types/argument.pyo
+${PYSITELIB}/graphene/types/base.py
+${PYSITELIB}/graphene/types/base.pyc
+${PYSITELIB}/graphene/types/base.pyo
+${PYSITELIB}/graphene/types/context.py
+${PYSITELIB}/graphene/types/context.pyc
+${PYSITELIB}/graphene/types/context.pyo
+${PYSITELIB}/graphene/types/datetime.py
+${PYSITELIB}/graphene/types/datetime.pyc
+${PYSITELIB}/graphene/types/datetime.pyo
+${PYSITELIB}/graphene/types/decimal.py
+${PYSITELIB}/graphene/types/decimal.pyc
+${PYSITELIB}/graphene/types/decimal.pyo
+${PYSITELIB}/graphene/types/definitions.py
+${PYSITELIB}/graphene/types/definitions.pyc
+${PYSITELIB}/graphene/types/definitions.pyo
+${PYSITELIB}/graphene/types/dynamic.py
+${PYSITELIB}/graphene/types/dynamic.pyc
+${PYSITELIB}/graphene/types/dynamic.pyo
+${PYSITELIB}/graphene/types/enum.py
+${PYSITELIB}/graphene/types/enum.pyc
+${PYSITELIB}/graphene/types/enum.pyo
+${PYSITELIB}/graphene/types/field.py
+${PYSITELIB}/graphene/types/field.pyc
+${PYSITELIB}/graphene/types/field.pyo
+${PYSITELIB}/graphene/types/generic.py
+${PYSITELIB}/graphene/types/generic.pyc
+${PYSITELIB}/graphene/types/generic.pyo
+${PYSITELIB}/graphene/types/inputfield.py
+${PYSITELIB}/graphene/types/inputfield.pyc
+${PYSITELIB}/graphene/types/inputfield.pyo
+${PYSITELIB}/graphene/types/inputobjecttype.py
+${PYSITELIB}/graphene/types/inputobjecttype.pyc
+${PYSITELIB}/graphene/types/inputobjecttype.pyo
+${PYSITELIB}/graphene/types/interface.py
+${PYSITELIB}/graphene/types/interface.pyc
+${PYSITELIB}/graphene/types/interface.pyo
+${PYSITELIB}/graphene/types/json.py
+${PYSITELIB}/graphene/types/json.pyc
+${PYSITELIB}/graphene/types/json.pyo
+${PYSITELIB}/graphene/types/mountedtype.py
+${PYSITELIB}/graphene/types/mountedtype.pyc
+${PYSITELIB}/graphene/types/mountedtype.pyo
+${PYSITELIB}/graphene/types/mutation.py
+${PYSITELIB}/graphene/types/mutation.pyc
+${PYSITELIB}/graphene/types/mutation.pyo
+${PYSITELIB}/graphene/types/objecttype.py
+${PYSITELIB}/graphene/types/objecttype.pyc
+${PYSITELIB}/graphene/types/objecttype.pyo
+${PYSITELIB}/graphene/types/resolver.py
+${PYSITELIB}/graphene/types/resolver.pyc
+${PYSITELIB}/graphene/types/resolver.pyo
+${PYSITELIB}/graphene/types/scalars.py
+${PYSITELIB}/graphene/types/scalars.pyc
+${PYSITELIB}/graphene/types/scalars.pyo
+${PYSITELIB}/graphene/types/schema.py
+${PYSITELIB}/graphene/types/schema.pyc
+${PYSITELIB}/graphene/types/schema.pyo
+${PYSITELIB}/graphene/types/structures.py
+${PYSITELIB}/graphene/types/structures.pyc
+${PYSITELIB}/graphene/types/structures.pyo
+${PYSITELIB}/graphene/types/typemap.py
+${PYSITELIB}/graphene/types/typemap.pyc
+${PYSITELIB}/graphene/types/typemap.pyo
+${PYSITELIB}/graphene/types/union.py
+${PYSITELIB}/graphene/types/union.pyc
+${PYSITELIB}/graphene/types/union.pyo
+${PYSITELIB}/graphene/types/unmountedtype.py
+${PYSITELIB}/graphene/types/unmountedtype.pyc
+${PYSITELIB}/graphene/types/unmountedtype.pyo
+${PYSITELIB}/graphene/types/utils.py
+${PYSITELIB}/graphene/types/utils.pyc
+${PYSITELIB}/graphene/types/utils.pyo
+${PYSITELIB}/graphene/types/uuid.py
+${PYSITELIB}/graphene/types/uuid.pyc
+${PYSITELIB}/graphene/types/uuid.pyo
+${PYSITELIB}/graphene/utils/__init__.py
+${PYSITELIB}/graphene/utils/__init__.pyc
+${PYSITELIB}/graphene/utils/__init__.pyo
+${PYSITELIB}/graphene/utils/annotate.py
+${PYSITELIB}/graphene/utils/annotate.pyc
+${PYSITELIB}/graphene/utils/annotate.pyo
+${PYSITELIB}/graphene/utils/crunch.py
+${PYSITELIB}/graphene/utils/crunch.pyc
+${PYSITELIB}/graphene/utils/crunch.pyo
+${PYSITELIB}/graphene/utils/deduplicator.py
+${PYSITELIB}/graphene/utils/deduplicator.pyc
+${PYSITELIB}/graphene/utils/deduplicator.pyo
+${PYSITELIB}/graphene/utils/deprecated.py
+${PYSITELIB}/graphene/utils/deprecated.pyc
+${PYSITELIB}/graphene/utils/deprecated.pyo
+${PYSITELIB}/graphene/utils/get_unbound_function.py
+${PYSITELIB}/graphene/utils/get_unbound_function.pyc
+${PYSITELIB}/graphene/utils/get_unbound_function.pyo
+${PYSITELIB}/graphene/utils/module_loading.py
+${PYSITELIB}/graphene/utils/module_loading.pyc
+${PYSITELIB}/graphene/utils/module_loading.pyo
+${PYSITELIB}/graphene/utils/orderedtype.py
+${PYSITELIB}/graphene/utils/orderedtype.pyc
+${PYSITELIB}/graphene/utils/orderedtype.pyo
+${PYSITELIB}/graphene/utils/props.py
+${PYSITELIB}/graphene/utils/props.pyc
+${PYSITELIB}/graphene/utils/props.pyo
+${PYSITELIB}/graphene/utils/resolve_only_args.py
+${PYSITELIB}/graphene/utils/resolve_only_args.pyc
+${PYSITELIB}/graphene/utils/resolve_only_args.pyo
+${PYSITELIB}/graphene/utils/str_converters.py
+${PYSITELIB}/graphene/utils/str_converters.pyc
+${PYSITELIB}/graphene/utils/str_converters.pyo
+${PYSITELIB}/graphene/utils/subclass_with_meta.py
+${PYSITELIB}/graphene/utils/subclass_with_meta.pyc
+${PYSITELIB}/graphene/utils/subclass_with_meta.pyo
+${PYSITELIB}/graphene/utils/thenables.py
+${PYSITELIB}/graphene/utils/thenables.pyc
+${PYSITELIB}/graphene/utils/thenables.pyo
+${PYSITELIB}/graphene/utils/thenables_asyncio.py
+${PYSITELIB}/graphene/utils/thenables_asyncio.pyc
+${PYSITELIB}/graphene/utils/thenables_asyncio.pyo
+${PYSITELIB}/graphene/utils/trim_docstring.py
+${PYSITELIB}/graphene/utils/trim_docstring.pyc
+${PYSITELIB}/graphene/utils/trim_docstring.pyo
diff --git a/py-graphene/distinfo b/py-graphene/distinfo
new file mode 100644
index 0000000000..39539d9028
--- /dev/null
+++ b/py-graphene/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (graphene-2.1.8.tar.gz) = 772c1f1a7b20ffda953a7b4fc0c98b6d17ee25ef
+RMD160 (graphene-2.1.8.tar.gz) = 5de6a97bc5bf91639becb28411833202d39cf15c
+SHA512 (graphene-2.1.8.tar.gz) = 7f74eb75729ff3610bdf38613f82844f5b82627f00fdcf207b37586764251e805541c52d79e18826c7e3abca09883a8c286ac9b0b2dd1549083017a7bbdef531
+Size (graphene-2.1.8.tar.gz) = 42415 bytes


Home | Main Index | Thread Index | Old Index