Files

36 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-subtests
version 0.13.1
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license MIT
maintainers nomaintainer
python.versions 310 311 312 313
description unittest subTest() support and subtests fixture.
long_description {*}${description}
homepage https://github.com/pytest-dev/pytest-subtests
distname pytest_subtests-${version}
checksums rmd160 d9e5c3a4aee860ac844f1982a3e29ee3b876ff89 \
sha256 989e38f0f1c01bc7c6b2e04db7d9fd859db35d77c2c1a430c831a70cbf3fde2d \
size 15936
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm_git_archive
depends_lib-append \
port:py${python.version}-setuptools
}