6 buildPythonPackage rec {
7 pname = "css-html-js-minify";
12 inherit pname version;
14 sha256 = "4a9f11f7e0496f5284d12111f3ba4ff5ff2023d12f15d195c9c48bd97013746c";
17 doCheck = false; # Tests are useless and broken
19 pythonImportsCheck = [ "css_html_js_minify" ];
22 description = "StandAlone Async cross-platform Minifier for the Web";
23 mainProgram = "css-html-js-minify";
24 homepage = "https://github.com/juancarlospaco/css-html-js-minify";
25 license = with licenses; [ gpl3Plus lgpl3Plus mit ];
26 maintainers = with maintainers; [ FlorianFranzen ];