# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               python 1.0

name                    py-scour
version                 0.38.2
revision                1

categories-append       graphics
license                 Apache-2.0
maintainers             {mascguy @mascguy} openmaintainer

description             SVG optimizer/cleaner written in Python
long_description        Scour is an SVG optimizer/cleaner written in Python, \
                        that reduces the size of scalable vector graphics by \
                        optimizing structure and removing unnecessary data.
homepage                https://github.com/scour-project/scour

checksums               rmd160  138e33fb4a0ce7add2bff0804484fa0bf5879680 \
                        sha256  6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf \
                        size    52947

python.versions         39 310 311
python.pep517           yes

if { ${subport} ne ${name} } {
    depends_lib-append \
                        port:py${python.version}-six
}
