7 buildPythonPackage rec {
8 pname = "xstatic-jquery";
12 pname = "XStatic-jQuery";
14 sha256 = "e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323";
17 # no tests implemented
21 homepage = "https://jquery.org";
22 description = "jquery packaged static files for python";
23 license = licenses.mit;
24 maintainers = with maintainers; [ makefu ];