# -*- 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-apispec
version             6.10.0
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer

description         Pluggable API specification generator
long_description    {*}${description}
homepage            https://github.com/marshmallow-code/apispec
checksums           rmd160  2742c53890751e8a5fb5fd757978370cc7413aef \
                    sha256  0a888555cd4aa5fb7176041be15684154fd8961055e1672e703abf737e8761bf \
                    size    80631
supported_archs     noarch

python.versions     310 311 312 313 314
python.pep517_backend \
                    flit

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