8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1f0f1133fbadcd2c5138e579b9934e29fd00f803af01d9bf6f9e6b80ecf1999b";
17 checkInputs = [ flake8 nose ];
19 # tests not included with pypi release
23 description = "Declarative Python programming using Parameters";
24 homepage = "https://github.com/pyviz/param";
25 license = licenses.bsd3;
26 maintainers = [ maintainers.costrouc ];