8 googleapis-common-protos,
17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-5221hVjD0TynCsTdruiUZkTsb7uOi49tZ8M/YqdWreE=";
31 build-system = [ setuptools ];
43 googleapis-common-protos
47 pythonImportsCheck = [ "grpclib" ];
50 description = "Pure-Python gRPC implementation for asyncio";
51 homepage = "https://github.com/vmagamedov/grpclib";
52 changelog = "https://github.com/vmagamedov/grpclib/blob/v${version}/docs/changelog/index.rst";
53 license = licenses.bsd3;
54 maintainers = with maintainers; [ nikstur ];