12 buildPythonPackage rec {
13 pname = "cssbeautifier";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-n3BkNirt1VnFXu7Pa2vtZeBfM0iNy+OQRPBAPCbhwAY=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [
35 pythonImportsCheck = [ "cssbeautifier" ];
38 description = "CSS unobfuscator and beautifier";
39 mainProgram = "css-beautify";
40 homepage = "https://github.com/beautifier/js-beautify";
41 changelog = "https://github.com/beautifier/js-beautify/blob/v${version}/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ traxys ];