11 buildPythonPackage rec {
12 pname = "jsonrpc-async";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-KOnycsOZFDEVj8CJDwGbdtbOpMPQMVdrXbHG0fzr9PI=";
25 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "A JSON-RPC client library for asyncio";
45 homepage = "https://github.com/emlove/jsonrpc-async";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ peterhoeg ];