pkgsrc-WIP-changes archive

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

+pkg name: py-graphql-{core, relay}



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Oct 11 16:47:06 2020 +0100
Changeset:	d9696ec89dba5dacb1b54d7383d307495816ed02

Added Files:
	py-graphql-core/DESCR
	py-graphql-core/Makefile
	py-graphql-core/PLIST
	py-graphql-core/distinfo
	py-graphql-relay/DESCR
	py-graphql-relay/Makefile
	py-graphql-relay/PLIST
	py-graphql-relay/distinfo

Log Message:
+pkg name: py-graphql-{core, relay}

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

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

diffstat:
 py-graphql-core/DESCR     |   3 +
 py-graphql-core/Makefile  |  16 +++
 py-graphql-core/PLIST     | 352 ++++++++++++++++++++++++++++++++++++++++++++++
 py-graphql-core/distinfo  |   6 +
 py-graphql-relay/DESCR    |   5 +
 py-graphql-relay/Makefile |  20 +++
 py-graphql-relay/PLIST    |  47 +++++++
 py-graphql-relay/distinfo |   6 +
 8 files changed, 455 insertions(+)

diffs:
diff --git a/py-graphql-core/DESCR b/py-graphql-core/DESCR
new file mode 100644
index 0000000000..ca47ff88d3
--- /dev/null
+++ b/py-graphql-core/DESCR
@@ -0,0 +1,3 @@
+GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript
+reference implementation for GraphQL, a query language for APIs
+created by Facebook
diff --git a/py-graphql-core/Makefile b/py-graphql-core/Makefile
new file mode 100644
index 0000000000..1d9433703a
--- /dev/null
+++ b/py-graphql-core/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	graphql-core-3.1.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/cc/f6/d48b84eb1a2cb8819ee5c30d3e9c16fb6db523c195e642f06c702172390c/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/graphql-python/graphql-core
+COMMENT=	GraphQL.js, the JavaScript reference implementation for GraphQL
+LICENSE=	mit
+
+PYTHON_VERSIONS_ACCEPTED=	38 37 36
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-graphql-core/PLIST b/py-graphql-core/PLIST
new file mode 100644
index 0000000000..30000eeecd
--- /dev/null
+++ b/py-graphql-core/PLIST
@@ -0,0 +1,352 @@
+@comment $NetBSD$
+${PYSITELIB}/graphql/__init__.py
+${PYSITELIB}/graphql/__init__.pyc
+${PYSITELIB}/graphql/__init__.pyo
+${PYSITELIB}/graphql/error/__init__.py
+${PYSITELIB}/graphql/error/__init__.pyc
+${PYSITELIB}/graphql/error/__init__.pyo
+${PYSITELIB}/graphql/error/graphql_error.py
+${PYSITELIB}/graphql/error/graphql_error.pyc
+${PYSITELIB}/graphql/error/graphql_error.pyo
+${PYSITELIB}/graphql/error/located_error.py
+${PYSITELIB}/graphql/error/located_error.pyc
+${PYSITELIB}/graphql/error/located_error.pyo
+${PYSITELIB}/graphql/error/syntax_error.py
+${PYSITELIB}/graphql/error/syntax_error.pyc
+${PYSITELIB}/graphql/error/syntax_error.pyo
+${PYSITELIB}/graphql/execution/__init__.py
+${PYSITELIB}/graphql/execution/__init__.pyc
+${PYSITELIB}/graphql/execution/__init__.pyo
+${PYSITELIB}/graphql/execution/execute.py
+${PYSITELIB}/graphql/execution/execute.pyc
+${PYSITELIB}/graphql/execution/execute.pyo
+${PYSITELIB}/graphql/execution/middleware.py
+${PYSITELIB}/graphql/execution/middleware.pyc
+${PYSITELIB}/graphql/execution/middleware.pyo
+${PYSITELIB}/graphql/execution/values.py
+${PYSITELIB}/graphql/execution/values.pyc
+${PYSITELIB}/graphql/execution/values.pyo
+${PYSITELIB}/graphql/graphql.py
+${PYSITELIB}/graphql/graphql.pyc
+${PYSITELIB}/graphql/graphql.pyo
+${PYSITELIB}/graphql/language/__init__.py
+${PYSITELIB}/graphql/language/__init__.pyc
+${PYSITELIB}/graphql/language/__init__.pyo
+${PYSITELIB}/graphql/language/ast.py
+${PYSITELIB}/graphql/language/ast.pyc
+${PYSITELIB}/graphql/language/ast.pyo
+${PYSITELIB}/graphql/language/block_string.py
+${PYSITELIB}/graphql/language/block_string.pyc
+${PYSITELIB}/graphql/language/block_string.pyo
+${PYSITELIB}/graphql/language/directive_locations.py
+${PYSITELIB}/graphql/language/directive_locations.pyc
+${PYSITELIB}/graphql/language/directive_locations.pyo
+${PYSITELIB}/graphql/language/lexer.py
+${PYSITELIB}/graphql/language/lexer.pyc
+${PYSITELIB}/graphql/language/lexer.pyo
+${PYSITELIB}/graphql/language/location.py
+${PYSITELIB}/graphql/language/location.pyc
+${PYSITELIB}/graphql/language/location.pyo
+${PYSITELIB}/graphql/language/parser.py
+${PYSITELIB}/graphql/language/parser.pyc
+${PYSITELIB}/graphql/language/parser.pyo
+${PYSITELIB}/graphql/language/predicates.py
+${PYSITELIB}/graphql/language/predicates.pyc
+${PYSITELIB}/graphql/language/predicates.pyo
+${PYSITELIB}/graphql/language/print_location.py
+${PYSITELIB}/graphql/language/print_location.pyc
+${PYSITELIB}/graphql/language/print_location.pyo
+${PYSITELIB}/graphql/language/printer.py
+${PYSITELIB}/graphql/language/printer.pyc
+${PYSITELIB}/graphql/language/printer.pyo
+${PYSITELIB}/graphql/language/source.py
+${PYSITELIB}/graphql/language/source.pyc
+${PYSITELIB}/graphql/language/source.pyo
+${PYSITELIB}/graphql/language/token_kind.py
+${PYSITELIB}/graphql/language/token_kind.pyc
+${PYSITELIB}/graphql/language/token_kind.pyo
+${PYSITELIB}/graphql/language/visitor.py
+${PYSITELIB}/graphql/language/visitor.pyc
+${PYSITELIB}/graphql/language/visitor.pyo
+${PYSITELIB}/graphql/py.typed
+${PYSITELIB}/graphql/pyutils/__init__.py
+${PYSITELIB}/graphql/pyutils/__init__.pyc
+${PYSITELIB}/graphql/pyutils/__init__.pyo
+${PYSITELIB}/graphql/pyutils/awaitable_or_value.py
+${PYSITELIB}/graphql/pyutils/awaitable_or_value.pyc
+${PYSITELIB}/graphql/pyutils/awaitable_or_value.pyo
+${PYSITELIB}/graphql/pyutils/cached_property.py
+${PYSITELIB}/graphql/pyutils/cached_property.pyc
+${PYSITELIB}/graphql/pyutils/cached_property.pyo
+${PYSITELIB}/graphql/pyutils/convert_case.py
+${PYSITELIB}/graphql/pyutils/convert_case.pyc
+${PYSITELIB}/graphql/pyutils/convert_case.pyo
+${PYSITELIB}/graphql/pyutils/description.py
+${PYSITELIB}/graphql/pyutils/description.pyc
+${PYSITELIB}/graphql/pyutils/description.pyo
+${PYSITELIB}/graphql/pyutils/did_you_mean.py
+${PYSITELIB}/graphql/pyutils/did_you_mean.pyc
+${PYSITELIB}/graphql/pyutils/did_you_mean.pyo
+${PYSITELIB}/graphql/pyutils/event_emitter.py
+${PYSITELIB}/graphql/pyutils/event_emitter.pyc
+${PYSITELIB}/graphql/pyutils/event_emitter.pyo
+${PYSITELIB}/graphql/pyutils/frozen_dict.py
+${PYSITELIB}/graphql/pyutils/frozen_dict.pyc
+${PYSITELIB}/graphql/pyutils/frozen_dict.pyo
+${PYSITELIB}/graphql/pyutils/frozen_error.py
+${PYSITELIB}/graphql/pyutils/frozen_error.pyc
+${PYSITELIB}/graphql/pyutils/frozen_error.pyo
+${PYSITELIB}/graphql/pyutils/frozen_list.py
+${PYSITELIB}/graphql/pyutils/frozen_list.pyc
+${PYSITELIB}/graphql/pyutils/frozen_list.pyo
+${PYSITELIB}/graphql/pyutils/identity_func.py
+${PYSITELIB}/graphql/pyutils/identity_func.pyc
+${PYSITELIB}/graphql/pyutils/identity_func.pyo
+${PYSITELIB}/graphql/pyutils/inspect.py
+${PYSITELIB}/graphql/pyutils/inspect.pyc
+${PYSITELIB}/graphql/pyutils/inspect.pyo
+${PYSITELIB}/graphql/pyutils/is_awaitable.py
+${PYSITELIB}/graphql/pyutils/is_awaitable.pyc
+${PYSITELIB}/graphql/pyutils/is_awaitable.pyo
+${PYSITELIB}/graphql/pyutils/is_collection.py
+${PYSITELIB}/graphql/pyutils/is_collection.pyc
+${PYSITELIB}/graphql/pyutils/is_collection.pyo
+${PYSITELIB}/graphql/pyutils/is_finite.py
+${PYSITELIB}/graphql/pyutils/is_finite.pyc
+${PYSITELIB}/graphql/pyutils/is_finite.pyo
+${PYSITELIB}/graphql/pyutils/is_integer.py
+${PYSITELIB}/graphql/pyutils/is_integer.pyc
+${PYSITELIB}/graphql/pyutils/is_integer.pyo
+${PYSITELIB}/graphql/pyutils/path.py
+${PYSITELIB}/graphql/pyutils/path.pyc
+${PYSITELIB}/graphql/pyutils/path.pyo
+${PYSITELIB}/graphql/pyutils/print_path_list.py
+${PYSITELIB}/graphql/pyutils/print_path_list.pyc
+${PYSITELIB}/graphql/pyutils/print_path_list.pyo
+${PYSITELIB}/graphql/pyutils/suggestion_list.py
+${PYSITELIB}/graphql/pyutils/suggestion_list.pyc
+${PYSITELIB}/graphql/pyutils/suggestion_list.pyo
+${PYSITELIB}/graphql/pyutils/undefined.py
+${PYSITELIB}/graphql/pyutils/undefined.pyc
+${PYSITELIB}/graphql/pyutils/undefined.pyo
+${PYSITELIB}/graphql/subscription/__init__.py
+${PYSITELIB}/graphql/subscription/__init__.pyc
+${PYSITELIB}/graphql/subscription/__init__.pyo
+${PYSITELIB}/graphql/subscription/map_async_iterator.py
+${PYSITELIB}/graphql/subscription/map_async_iterator.pyc
+${PYSITELIB}/graphql/subscription/map_async_iterator.pyo
+${PYSITELIB}/graphql/subscription/subscribe.py
+${PYSITELIB}/graphql/subscription/subscribe.pyc
+${PYSITELIB}/graphql/subscription/subscribe.pyo
+${PYSITELIB}/graphql/type/__init__.py
+${PYSITELIB}/graphql/type/__init__.pyc
+${PYSITELIB}/graphql/type/__init__.pyo
+${PYSITELIB}/graphql/type/definition.py
+${PYSITELIB}/graphql/type/definition.pyc
+${PYSITELIB}/graphql/type/definition.pyo
+${PYSITELIB}/graphql/type/directives.py
+${PYSITELIB}/graphql/type/directives.pyc
+${PYSITELIB}/graphql/type/directives.pyo
+${PYSITELIB}/graphql/type/introspection.py
+${PYSITELIB}/graphql/type/introspection.pyc
+${PYSITELIB}/graphql/type/introspection.pyo
+${PYSITELIB}/graphql/type/scalars.py
+${PYSITELIB}/graphql/type/scalars.pyc
+${PYSITELIB}/graphql/type/scalars.pyo
+${PYSITELIB}/graphql/type/schema.py
+${PYSITELIB}/graphql/type/schema.pyc
+${PYSITELIB}/graphql/type/schema.pyo
+${PYSITELIB}/graphql/type/validate.py
+${PYSITELIB}/graphql/type/validate.pyc
+${PYSITELIB}/graphql/type/validate.pyo
+${PYSITELIB}/graphql/utilities/__init__.py
+${PYSITELIB}/graphql/utilities/__init__.pyc
+${PYSITELIB}/graphql/utilities/__init__.pyo
+${PYSITELIB}/graphql/utilities/assert_valid_name.py
+${PYSITELIB}/graphql/utilities/assert_valid_name.pyc
+${PYSITELIB}/graphql/utilities/assert_valid_name.pyo
+${PYSITELIB}/graphql/utilities/ast_from_value.py
+${PYSITELIB}/graphql/utilities/ast_from_value.pyc
+${PYSITELIB}/graphql/utilities/ast_from_value.pyo
+${PYSITELIB}/graphql/utilities/build_ast_schema.py
+${PYSITELIB}/graphql/utilities/build_ast_schema.pyc
+${PYSITELIB}/graphql/utilities/build_ast_schema.pyo
+${PYSITELIB}/graphql/utilities/build_client_schema.py
+${PYSITELIB}/graphql/utilities/build_client_schema.pyc
+${PYSITELIB}/graphql/utilities/build_client_schema.pyo
+${PYSITELIB}/graphql/utilities/coerce_input_value.py
+${PYSITELIB}/graphql/utilities/coerce_input_value.pyc
+${PYSITELIB}/graphql/utilities/coerce_input_value.pyo
+${PYSITELIB}/graphql/utilities/concat_ast.py
+${PYSITELIB}/graphql/utilities/concat_ast.pyc
+${PYSITELIB}/graphql/utilities/concat_ast.pyo
+${PYSITELIB}/graphql/utilities/extend_schema.py
+${PYSITELIB}/graphql/utilities/extend_schema.pyc
+${PYSITELIB}/graphql/utilities/extend_schema.pyo
+${PYSITELIB}/graphql/utilities/find_breaking_changes.py
+${PYSITELIB}/graphql/utilities/find_breaking_changes.pyc
+${PYSITELIB}/graphql/utilities/find_breaking_changes.pyo
+${PYSITELIB}/graphql/utilities/find_deprecated_usages.py
+${PYSITELIB}/graphql/utilities/find_deprecated_usages.pyc
+${PYSITELIB}/graphql/utilities/find_deprecated_usages.pyo
+${PYSITELIB}/graphql/utilities/get_introspection_query.py
+${PYSITELIB}/graphql/utilities/get_introspection_query.pyc
+${PYSITELIB}/graphql/utilities/get_introspection_query.pyo
+${PYSITELIB}/graphql/utilities/get_operation_ast.py
+${PYSITELIB}/graphql/utilities/get_operation_ast.pyc
+${PYSITELIB}/graphql/utilities/get_operation_ast.pyo
+${PYSITELIB}/graphql/utilities/get_operation_root_type.py
+${PYSITELIB}/graphql/utilities/get_operation_root_type.pyc
+${PYSITELIB}/graphql/utilities/get_operation_root_type.pyo
+${PYSITELIB}/graphql/utilities/introspection_from_schema.py
+${PYSITELIB}/graphql/utilities/introspection_from_schema.pyc
+${PYSITELIB}/graphql/utilities/introspection_from_schema.pyo
+${PYSITELIB}/graphql/utilities/lexicographic_sort_schema.py
+${PYSITELIB}/graphql/utilities/lexicographic_sort_schema.pyc
+${PYSITELIB}/graphql/utilities/lexicographic_sort_schema.pyo
+${PYSITELIB}/graphql/utilities/print_schema.py
+${PYSITELIB}/graphql/utilities/print_schema.pyc
+${PYSITELIB}/graphql/utilities/print_schema.pyo
+${PYSITELIB}/graphql/utilities/separate_operations.py
+${PYSITELIB}/graphql/utilities/separate_operations.pyc
+${PYSITELIB}/graphql/utilities/separate_operations.pyo
+${PYSITELIB}/graphql/utilities/strip_ignored_characters.py
+${PYSITELIB}/graphql/utilities/strip_ignored_characters.pyc
+${PYSITELIB}/graphql/utilities/strip_ignored_characters.pyo
+${PYSITELIB}/graphql/utilities/type_comparators.py
+${PYSITELIB}/graphql/utilities/type_comparators.pyc
+${PYSITELIB}/graphql/utilities/type_comparators.pyo
+${PYSITELIB}/graphql/utilities/type_from_ast.py
+${PYSITELIB}/graphql/utilities/type_from_ast.pyc
+${PYSITELIB}/graphql/utilities/type_from_ast.pyo
+${PYSITELIB}/graphql/utilities/type_info.py
+${PYSITELIB}/graphql/utilities/type_info.pyc
+${PYSITELIB}/graphql/utilities/type_info.pyo
+${PYSITELIB}/graphql/utilities/value_from_ast.py
+${PYSITELIB}/graphql/utilities/value_from_ast.pyc
+${PYSITELIB}/graphql/utilities/value_from_ast.pyo
+${PYSITELIB}/graphql/utilities/value_from_ast_untyped.py
+${PYSITELIB}/graphql/utilities/value_from_ast_untyped.pyc
+${PYSITELIB}/graphql/utilities/value_from_ast_untyped.pyo
+${PYSITELIB}/graphql/validation/__init__.py
+${PYSITELIB}/graphql/validation/__init__.pyc
+${PYSITELIB}/graphql/validation/__init__.pyo
+${PYSITELIB}/graphql/validation/rules/__init__.py
+${PYSITELIB}/graphql/validation/rules/__init__.pyc
+${PYSITELIB}/graphql/validation/rules/__init__.pyo
+${PYSITELIB}/graphql/validation/rules/executable_definitions.py
+${PYSITELIB}/graphql/validation/rules/executable_definitions.pyc
+${PYSITELIB}/graphql/validation/rules/executable_definitions.pyo
+${PYSITELIB}/graphql/validation/rules/fields_on_correct_type.py
+${PYSITELIB}/graphql/validation/rules/fields_on_correct_type.pyc
+${PYSITELIB}/graphql/validation/rules/fields_on_correct_type.pyo
+${PYSITELIB}/graphql/validation/rules/fragments_on_composite_types.py
+${PYSITELIB}/graphql/validation/rules/fragments_on_composite_types.pyc
+${PYSITELIB}/graphql/validation/rules/fragments_on_composite_types.pyo
+${PYSITELIB}/graphql/validation/rules/known_argument_names.py
+${PYSITELIB}/graphql/validation/rules/known_argument_names.pyc
+${PYSITELIB}/graphql/validation/rules/known_argument_names.pyo
+${PYSITELIB}/graphql/validation/rules/known_directives.py
+${PYSITELIB}/graphql/validation/rules/known_directives.pyc
+${PYSITELIB}/graphql/validation/rules/known_directives.pyo
+${PYSITELIB}/graphql/validation/rules/known_fragment_names.py
+${PYSITELIB}/graphql/validation/rules/known_fragment_names.pyc
+${PYSITELIB}/graphql/validation/rules/known_fragment_names.pyo
+${PYSITELIB}/graphql/validation/rules/known_type_names.py
+${PYSITELIB}/graphql/validation/rules/known_type_names.pyc
+${PYSITELIB}/graphql/validation/rules/known_type_names.pyo
+${PYSITELIB}/graphql/validation/rules/lone_anonymous_operation.py
+${PYSITELIB}/graphql/validation/rules/lone_anonymous_operation.pyc
+${PYSITELIB}/graphql/validation/rules/lone_anonymous_operation.pyo
+${PYSITELIB}/graphql/validation/rules/lone_schema_definition.py
+${PYSITELIB}/graphql/validation/rules/lone_schema_definition.pyc
+${PYSITELIB}/graphql/validation/rules/lone_schema_definition.pyo
+${PYSITELIB}/graphql/validation/rules/no_fragment_cycles.py
+${PYSITELIB}/graphql/validation/rules/no_fragment_cycles.pyc
+${PYSITELIB}/graphql/validation/rules/no_fragment_cycles.pyo
+${PYSITELIB}/graphql/validation/rules/no_undefined_variables.py
+${PYSITELIB}/graphql/validation/rules/no_undefined_variables.pyc
+${PYSITELIB}/graphql/validation/rules/no_undefined_variables.pyo
+${PYSITELIB}/graphql/validation/rules/no_unused_fragments.py
+${PYSITELIB}/graphql/validation/rules/no_unused_fragments.pyc
+${PYSITELIB}/graphql/validation/rules/no_unused_fragments.pyo
+${PYSITELIB}/graphql/validation/rules/no_unused_variables.py
+${PYSITELIB}/graphql/validation/rules/no_unused_variables.pyc
+${PYSITELIB}/graphql/validation/rules/no_unused_variables.pyo
+${PYSITELIB}/graphql/validation/rules/overlapping_fields_can_be_merged.py
+${PYSITELIB}/graphql/validation/rules/overlapping_fields_can_be_merged.pyc
+${PYSITELIB}/graphql/validation/rules/overlapping_fields_can_be_merged.pyo
+${PYSITELIB}/graphql/validation/rules/possible_fragment_spreads.py
+${PYSITELIB}/graphql/validation/rules/possible_fragment_spreads.pyc
+${PYSITELIB}/graphql/validation/rules/possible_fragment_spreads.pyo
+${PYSITELIB}/graphql/validation/rules/possible_type_extensions.py
+${PYSITELIB}/graphql/validation/rules/possible_type_extensions.pyc
+${PYSITELIB}/graphql/validation/rules/possible_type_extensions.pyo
+${PYSITELIB}/graphql/validation/rules/provided_required_arguments.py
+${PYSITELIB}/graphql/validation/rules/provided_required_arguments.pyc
+${PYSITELIB}/graphql/validation/rules/provided_required_arguments.pyo
+${PYSITELIB}/graphql/validation/rules/scalar_leafs.py
+${PYSITELIB}/graphql/validation/rules/scalar_leafs.pyc
+${PYSITELIB}/graphql/validation/rules/scalar_leafs.pyo
+${PYSITELIB}/graphql/validation/rules/single_field_subscriptions.py
+${PYSITELIB}/graphql/validation/rules/single_field_subscriptions.pyc
+${PYSITELIB}/graphql/validation/rules/single_field_subscriptions.pyo
+${PYSITELIB}/graphql/validation/rules/unique_argument_names.py
+${PYSITELIB}/graphql/validation/rules/unique_argument_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_argument_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_directive_names.py
+${PYSITELIB}/graphql/validation/rules/unique_directive_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_directive_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_directives_per_location.py
+${PYSITELIB}/graphql/validation/rules/unique_directives_per_location.pyc
+${PYSITELIB}/graphql/validation/rules/unique_directives_per_location.pyo
+${PYSITELIB}/graphql/validation/rules/unique_enum_value_names.py
+${PYSITELIB}/graphql/validation/rules/unique_enum_value_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_enum_value_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_field_definition_names.py
+${PYSITELIB}/graphql/validation/rules/unique_field_definition_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_field_definition_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_fragment_names.py
+${PYSITELIB}/graphql/validation/rules/unique_fragment_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_fragment_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_input_field_names.py
+${PYSITELIB}/graphql/validation/rules/unique_input_field_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_input_field_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_operation_names.py
+${PYSITELIB}/graphql/validation/rules/unique_operation_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_operation_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_operation_types.py
+${PYSITELIB}/graphql/validation/rules/unique_operation_types.pyc
+${PYSITELIB}/graphql/validation/rules/unique_operation_types.pyo
+${PYSITELIB}/graphql/validation/rules/unique_type_names.py
+${PYSITELIB}/graphql/validation/rules/unique_type_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_type_names.pyo
+${PYSITELIB}/graphql/validation/rules/unique_variable_names.py
+${PYSITELIB}/graphql/validation/rules/unique_variable_names.pyc
+${PYSITELIB}/graphql/validation/rules/unique_variable_names.pyo
+${PYSITELIB}/graphql/validation/rules/values_of_correct_type.py
+${PYSITELIB}/graphql/validation/rules/values_of_correct_type.pyc
+${PYSITELIB}/graphql/validation/rules/values_of_correct_type.pyo
+${PYSITELIB}/graphql/validation/rules/variables_are_input_types.py
+${PYSITELIB}/graphql/validation/rules/variables_are_input_types.pyc
+${PYSITELIB}/graphql/validation/rules/variables_are_input_types.pyo
+${PYSITELIB}/graphql/validation/rules/variables_in_allowed_position.py
+${PYSITELIB}/graphql/validation/rules/variables_in_allowed_position.pyc
+${PYSITELIB}/graphql/validation/rules/variables_in_allowed_position.pyo
+${PYSITELIB}/graphql/validation/specified_rules.py
+${PYSITELIB}/graphql/validation/specified_rules.pyc
+${PYSITELIB}/graphql/validation/specified_rules.pyo
+${PYSITELIB}/graphql/validation/validate.py
+${PYSITELIB}/graphql/validation/validate.pyc
+${PYSITELIB}/graphql/validation/validate.pyo
+${PYSITELIB}/graphql/validation/validation_context.py
+${PYSITELIB}/graphql/validation/validation_context.pyc
+${PYSITELIB}/graphql/validation/validation_context.pyo
+${PYSITELIB}/graphql/version.py
+${PYSITELIB}/graphql/version.pyc
+${PYSITELIB}/graphql/version.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-graphql-core/distinfo b/py-graphql-core/distinfo
new file mode 100644
index 0000000000..3382749762
--- /dev/null
+++ b/py-graphql-core/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (graphql-core-3.1.2.tar.gz) = d64d9d047e309ba2720b03386a346482a637f721
+RMD160 (graphql-core-3.1.2.tar.gz) = 0f5476a2a3f3e94e4396409b1ecdcff49fb19e4d
+SHA512 (graphql-core-3.1.2.tar.gz) = 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03
+Size (graphql-core-3.1.2.tar.gz) = 487634 bytes
diff --git a/py-graphql-relay/DESCR b/py-graphql-relay/DESCR
new file mode 100644
index 0000000000..22cc832971
--- /dev/null
+++ b/py-graphql-relay/DESCR
@@ -0,0 +1,5 @@
+GraphQL-relay-py is the Relay library for GraphQL-core.
+It allows the easy creation of Relay-compliant servers using
+GraphQL-core. GraphQL-Relay-Py is a Python port of graphql-relay-js,
+while GraphQL-Core is a Python port of GraphQL.js, the reference
+implementation of GraphQL for JavaScript.
diff --git a/py-graphql-relay/Makefile b/py-graphql-relay/Makefile
new file mode 100644
index 0000000000..fcb9fa60a2
--- /dev/null
+++ b/py-graphql-relay/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	graphql-relay-3.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	https://files.pythonhosted.org/packages/84/52/bc59b382e7090bd704d217a5e0a3ab1dc82e0ac3230f8089f2bad0671b97/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/graphql-python/graphql-relay-py
+COMMENT=	Relay library for graphql-core-next
+LICENSE=	mit
+
+PYTHON_VERSIONS_ACCEPTED=	38 37 36
+
+#DEPENDS+=	${PYPKGPREFIX}-graphql-core>=3.1.2:../../wip/py-graphql-core
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-graphql-relay/PLIST b/py-graphql-relay/PLIST
new file mode 100644
index 0000000000..32efd0e498
--- /dev/null
+++ b/py-graphql-relay/PLIST
@@ -0,0 +1,47 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/graphql_relay/__init__.py
+${PYSITELIB}/graphql_relay/__init__.pyc
+${PYSITELIB}/graphql_relay/__init__.pyo
+${PYSITELIB}/graphql_relay/connection/__init__.py
+${PYSITELIB}/graphql_relay/connection/__init__.pyc
+${PYSITELIB}/graphql_relay/connection/__init__.pyo
+${PYSITELIB}/graphql_relay/connection/arrayconnection.py
+${PYSITELIB}/graphql_relay/connection/arrayconnection.pyc
+${PYSITELIB}/graphql_relay/connection/arrayconnection.pyo
+${PYSITELIB}/graphql_relay/connection/connection.py
+${PYSITELIB}/graphql_relay/connection/connection.pyc
+${PYSITELIB}/graphql_relay/connection/connection.pyo
+${PYSITELIB}/graphql_relay/connection/connectiontypes.py
+${PYSITELIB}/graphql_relay/connection/connectiontypes.pyc
+${PYSITELIB}/graphql_relay/connection/connectiontypes.pyo
+${PYSITELIB}/graphql_relay/mutation/__init__.py
+${PYSITELIB}/graphql_relay/mutation/__init__.pyc
+${PYSITELIB}/graphql_relay/mutation/__init__.pyo
+${PYSITELIB}/graphql_relay/mutation/mutation.py
+${PYSITELIB}/graphql_relay/mutation/mutation.pyc
+${PYSITELIB}/graphql_relay/mutation/mutation.pyo
+${PYSITELIB}/graphql_relay/node/__init__.py
+${PYSITELIB}/graphql_relay/node/__init__.pyc
+${PYSITELIB}/graphql_relay/node/__init__.pyo
+${PYSITELIB}/graphql_relay/node/node.py
+${PYSITELIB}/graphql_relay/node/node.pyc
+${PYSITELIB}/graphql_relay/node/node.pyo
+${PYSITELIB}/graphql_relay/node/plural.py
+${PYSITELIB}/graphql_relay/node/plural.pyc
+${PYSITELIB}/graphql_relay/node/plural.pyo
+${PYSITELIB}/graphql_relay/py.typed
+${PYSITELIB}/graphql_relay/utils/__init__.py
+${PYSITELIB}/graphql_relay/utils/__init__.pyc
+${PYSITELIB}/graphql_relay/utils/__init__.pyo
+${PYSITELIB}/graphql_relay/utils/base64.py
+${PYSITELIB}/graphql_relay/utils/base64.pyc
+${PYSITELIB}/graphql_relay/utils/base64.pyo
+${PYSITELIB}/graphql_relay/version.py
+${PYSITELIB}/graphql_relay/version.pyc
+${PYSITELIB}/graphql_relay/version.pyo
diff --git a/py-graphql-relay/distinfo b/py-graphql-relay/distinfo
new file mode 100644
index 0000000000..0f78fe3364
--- /dev/null
+++ b/py-graphql-relay/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (graphql-relay-3.0.0.tar.gz) = bb6ba0a811791039dc0b9771e30246188cb7aee5
+RMD160 (graphql-relay-3.0.0.tar.gz) = f805796778ae0ba64c701a5e09a88c8c26ac7ad2
+SHA512 (graphql-relay-3.0.0.tar.gz) = 5e09d0cc21b1f6241a3a19b96f6607fb13ebe87798338669d2cc687b15d858acb24e884fc0752c091414f857560dae2e7b1d52011c9ce4718986919997dae7ff
+Size (graphql-relay-3.0.0.tar.gz) = 41928 bytes


Home | Main Index | Thread Index | Old Index