1 { lib, buildPythonPackage, fetchPypi, fetchpatch
3 , bottle, pyyaml, redis, six
7 buildPythonPackage rec {
10 buildInputs = [ nose numpy ];
11 propagatedBuildInputs = [
21 inherit pname version;
22 sha256 = "3656355c1f9cd1731065c9d589f66d33653cbe5e0879cbe5d8447b51e4ddb4ec";
25 checkInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "jug" ];
29 description = "A Task-Based Parallelization Framework";
30 license = licenses.mit;
31 homepage = "https://jug.readthedocs.io/";
32 maintainers = with maintainers; [ luispedro ];