# -*- 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 PortGroup deprecated 1.0 name py-pytest-subtests version 0.4.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT python.versions 38 39 310 311 maintainers nomaintainer description unittest subTest() support and subtests fixture. long_description {*}${description} homepage https://github.com/pytest-dev/pytest-subtests checksums rmd160 f372969f3e9c4e759419236ea854785f26a11d30 \ sha256 8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b \ size 10751 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm_git_archive depends_lib-append \ port:py${python.version}-setuptools }