8 buildPythonPackage rec {
9 pname = "xstatic-jquery-ui";
13 pname = "XStatic-jquery-ui";
15 sha256 = "3697e5f0ef355b8f4a1c724221592683c2db031935cbb57b46224eef474bd294";
18 # no tests implemented
21 propagatedBuildInputs = [ xstatic-jquery ];
24 homepage = "https://jqueryui.com/";
25 description = "jquery-ui packaged static files for python";
26 license = licenses.mit;
27 maintainers = with maintainers; [ makefu ];