7 buildPythonPackage rec {
8 pname = "XStatic-jquery-ui";
12 inherit version pname;
13 sha256 = "d6ba48bb474420a8bcb2be02eef6ae96281ec24eff6befa54f04ebc9e4cc8910";
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 ];