# -*- 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-xprocess
version             1.0.2
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         A pytest plugin for managing processes across test runs.
long_description    {*}${description}

homepage            https://github.com/pytest-dev/pytest-xprocess/

checksums           rmd160  050fa52e983ad5b79cdbaa853012c1cd9790008e \
                    sha256  15e270637586eabc56755ee5fcc81c48bdb46ba7ef7c0d5b1b64302d080cc60f \
                    size    13232

python.versions     39 310 311 312 313

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

    depends_lib-append \
                    port:py${python.version}-psutil \
                    port:py${python.version}-pytest
}
