Files
macports-ports/python/py-pytest-xprocess/Portfile
T
2024-11-06 15:34:34 +01:00

37 lines
1.1 KiB
Tcl

# -*- 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 0.23.0
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 106288f92b6a6822a676bb7bb3741d06b9e61e5d \
sha256 f8d4041a20a1c1ef1943054e4a3df7ac7b43e7f291f640f43c34e9dcc4b34dfa \
size 31350
python.versions 37 38 39 310 311 312
python.pep517 yes
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm
depends_lib-append \
port:py${python.version}-psutil \
port:py${python.version}-pytest
}