7 buildPythonPackage rec {
8 pname = "xstatic-bootbox";
12 pname = "XStatic-Bootbox";
14 sha256 = "4b2120bb33a1d8ada8f9e0532ad99987aa03879b17b08bfdc6b8326d6eb7c205";
17 # no tests implemented
21 homepage = "http://bootboxjs.com";
22 description = "Bootboxjs packaged static files for python";
23 license = licenses.mit;
24 maintainers = with maintainers; [ makefu ];