# -*- 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-pytest-param-files
python.rootname     pytest_param_files
version             0.6.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {deldycke.com:kevin @kdeldycke} openmaintainer

description         Create pytest parametrize decorators from external files.
long_description    {*}${description}

homepage            https://github.com/chrisjsewell/pytest-param-files

checksums           rmd160  4a2acca3e96c59327e9030c449f374521df76aa7 \
                    sha256  ab02608d63f7baf14483682ee6213c9330401f2a14d7a63489b872f6830a9848 \
                    size    9750

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

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-pytest \
                    port:py${python.version}-ruamel-yaml
}
