12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "uqfoundation";
22 rev = "refs/tags/${version}";
23 hash = "sha256-J3rwnsn/3DXmChydwNC5yvsdSk1mzvPSnSo21BwkhSE=";
26 propagatedBuildInputs = [
36 pythonImportsCheck = [ "pathos" ];
39 description = "Parallel graph management and execution in heterogeneous computing";
40 homepage = "https://pathos.readthedocs.io/";
41 changelog = "https://github.com/uqfoundation/pathos/releases/tag/${version}";
42 license = licenses.bsd3;