7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "cd9649a9ea9dfcb9b34d78f9a64e1870aa8b6b94de546e2c99c6bb53d64ab5d1";
16 propagatedBuildInputs = [ param ];
18 # there are not tests with the package
22 description = "Launch jobs, organize the output, and dissect the results";
23 homepage = "https://pyviz.org/";
24 license = licenses.bsd3;
25 maintainers = [ maintainers.costrouc ];