# -*- 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-svgwrite
version             1.4.1
revision            0

license             MIT
maintainers         @abey79 openmaintainer
supported_archs     noarch
platforms           {darwin any}

description         Python Package to write SVG files
long_description    {*}${description}

homepage            https://github.com/mozman/svgwrite

checksums           rmd160  7b1206eebabf6fe5dd22f9ac046ea97ac2b5b6d9 \
                    sha256  e220a4bf189e7e214a55e8a11421d152b5b6fb1dd660c86a8b6b61fe8cc2ac48 \
                    size    189235

python.versions     39 310

use_zip             yes

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