7 buildPythonPackage rec {
13 inherit version pname;
14 sha256 = "a1b900d9580aa1c2fab3b123ab7ff33413744da7c5f440bd4aadc4d40d14d920";
17 pythonImportsCheck = [ "pyroapi" ];
19 # tests require pyro-ppl which depends on this package
23 description = "Generic API for dispatch to Pyro backends";
24 homepage = "http://pyro.ai";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ georgewhewell ];