7 buildPythonPackage rec {
8 pname = "XStatic-jquery-ui";
12 inherit version pname;
13 sha256 = "3697e5f0ef355b8f4a1c724221592683c2db031935cbb57b46224eef474bd294";
16 # no tests implemented
19 propagatedBuildInputs = [ xstatic-jquery ];
22 homepage = "https://jqueryui.com/";
23 description = "jquery-ui packaged static files for python";
24 license = licenses.mit;
25 maintainers = with maintainers; [ makefu ];