# -*- 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-xdist version 3.3.1 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers nomaintainer description The ${python.rootname} plugin extends py.test with some unique test execution modes long_description {*}${description} homepage https://github.com/pytest-dev/pytest-xdist checksums rmd160 9283fac66adbe218c9fba602b1c621b9d02e39bf \ sha256 d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93 \ size 77751 python.versions 37 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-execnet \ port:py${python.version}-pytest post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.rst README.rst LICENSE \ ${destroot}${prefix}/share/doc/${subport} } }