# -*- 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
PortGroup           github 1.0

github.setup        teemtee fmf 1.4.1
github.tarball_from archive

name                py-fmf
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             GPL-2
maintainers         {sub-pop.net:link @subpop} openmaintainer

description         Flexible Metadata Format
long_description    {*}${description}

homepage            https://github.com/psss/fmf

checksums           rmd160  e75d1593c80b8766d66eb38dd1f2a8cb606267eb \
                    sha256  3a81da682f6d50f686420ff25e89bee339c2405639d15959ffac34df0dc75185 \
                    size    86392

python.versions     312

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-filelock \
                    port:py${python.version}-jsonschema \
                    port:py${python.version}-ruamel-yaml
}

