1 { lib, buildPythonPackage, fetchPypi, six }:
3 buildPythonPackage rec {
9 sha256 = "6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf";
12 propagatedBuildInputs = [ six ];
14 # No tests included in archive
18 description = "An SVG Optimizer / Cleaner ";
19 homepage = "https://github.com/scour-project/scour";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ worldofpeace ];