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