# -*- 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-signxml
version             5.1.0
revision            0

license             Apache
maintainers         {mps @Schamschula} openmaintainer
description         Simplekml is a python package which enables you to generate KML with \
                    as little effort as possible.
long_description    {*}${description}
homepage            https://app.readthedocs.org/projects/simplekml/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  cde42a3783ac0a099fd4691629ad987005b31d03 \
                    sha256  9b5fb208b59e843a87f36fd9fc3c8ccbb46e11b1ffab037d4b177ece33b5fd18 \
                    size    1623299

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

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

    depends_lib-append \
                    port:py${python.version}-certifi \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-lxml
}
