# -*- 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-pymispwarninglists
version             1.7.0
revision            0

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         Pythonic way to work with the warning lists.
long_description    {*}${description}
homepage            https://github.com/MISP/PyMISPWarningLists

checksums           rmd160  dcb8769446ee4daf931ef15962442b811491e065 \
                    sha256  b21326430a66c724ffc588f8860906a0fa67b6eae3cda3706e3042a08572c6d7 \
                    size    19306478

python.versions     310 311 312 313 314

python.pep517_backend \
                    poetry

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