10 buildPythonPackage rec {
11 pname = "css-html-js-minify";
15 disabled = pythonOlder "3.9";
18 inherit pname version;
20 hash = "sha256-Sp8R9+BJb1KE0SER87pP9f8gI9EvFdGVycSL2XATdGw=";
28 # Tests are useless and broken
31 pythonImportsCheck = [ "css_html_js_minify" ];
34 description = "StandAlone Async cross-platform Minifier for the Web";
35 homepage = "https://github.com/juancarlospaco/css-html-js-minify";
36 license = with licenses; [
41 maintainers = with maintainers; [ FlorianFranzen ];
42 mainProgram = "css-html-js-minify";