# -*- 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-pysigma
version             1.5.1
revision            0

license             LGPL-2.1
maintainers         {mps @Schamschula} openmaintainer
description         Sigma rule processing and conversion tools
long_description    {*}${description}
homepage            https://github.com/SigmaHQ/pySigma

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  780e8aa4e24152e1be643965f02ffb4eda96db00 \
                    sha256  5f27ea435bc53480b43f9e385104c6df3d473715321d662a52a1fc283ab0b8db \
                    size    142073

python.versions     310 311 312 313 314

python.pep517_backend \
                    poetry

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-diskcache \
                    port:py${python.version}-diskcache-stubs \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-jq \
                    port:py${python.version}-packaging \
                    port:py${python.version}-parsing \
                    port:py${python.version}-requests \
                    port:py${python.version}-types-pyyaml \
                    port:py${python.version}-typing_extensions \
                    port:py${python.version}-yaml
}
