···
···
-
disabled = pythonOlder "3.7";
owner = "graphql-python";
-
hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY=";
build-system = [ setuptools ];
···
···
optional-dependencies = {
websockets = [ websockets ];
···
export PATH=$out/bin:$PATH
-
# Tests requires network access
-
"test_async_client_validation_fetch_schema_from_server_valid_query"
-
"test_execute_result_error"
-
"test_get_introspection_query_ast"
-
"test_query_with_variable"
-
"gql-checker/tests/test_flake8_linter.py"
-
"gql-checker/tests/test_pylama_linter.py"
-
"tests/test_httpx_async.py"
pythonImportsCheck = [ "gql" ];
__darwinAllowLocalNetworking = true;
description = "GraphQL client in Python";
homepage = "https://github.com/graphql-python/gql";
changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}";
-
license = licenses.mit;
-
maintainers = with maintainers; [ fab ];
···
···
owner = "graphql-python";
+
hash = "sha256-bPdlFN6MRT6G9Mw2g2BBfsOGpQmT7pbRatpqa7CImSs=";
build-system = [ setuptools ];
···
···
optional-dependencies = {
+
aiofiles = [ aiofiles ];
websockets = [ websockets ];
···
export PATH=$out/bin:$PATH
pythonImportsCheck = [ "gql" ];
__darwinAllowLocalNetworking = true;
description = "GraphQL client in Python";
homepage = "https://github.com/graphql-python/gql";
changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}";
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ fab ];