6 buildPythonPackage rec {
7 pname = "XStatic-jQuery";
11 inherit version pname;
12 sha256 = "e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323";
15 # no tests implemented
19 homepage = "https://jquery.org";
20 description = "jquery packaged static files for python";
21 license = licenses.mit;
22 maintainers = with maintainers; [ makefu ];