8 buildPythonPackage rec {
9 pname = "cssbeautifier";
14 inherit pname version;
15 hash = "sha256-LaQyRy9oFw64VK/5exaiRyH1CQ7javLjEZlZConn9x8=";
22 propagatedBuildInputs = [ jsbeautifier ];
27 pythonImportsCheck = [ "cssbeautifier" ];
30 description = "CSS unobfuscator and beautifier";
31 homepage = "https://pypi.org/project/cssbeautifier/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ traxys ];