8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf";
18 propagatedBuildInputs = [ six ];
20 # No tests included in archive
24 description = "SVG Optimizer / Cleaner";
25 mainProgram = "scour";
26 homepage = "https://github.com/scour-project/scour";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ worldofpeace ];