# -*- 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-regressions
python.rootname     pytest_regressions
version             2.9.1
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {judaew @judaew} openmaintainer

description         Fixtures to write regression tests.
long_description    {*}${description}

homepage            https://github.com/ESSS/pytest-regressions

checksums           rmd160  5dd5558bb7351b0dbb546c8a2b9024f98c8242f7 \
                    sha256  987ed799560ab0fb3bdd7ad06c904cbee6cbad4a42c4a2a56891a54b24ee6908 \
                    size    115361

python.versions     310 311 312 313 314

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

    depends_run-append \
                    port:py${python.version}-pytest \
                    port:py${python.version}-pytest-datadir \
                    port:py${python.version}-yaml
}
