# -*- 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-describe
version             3.0.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         Describe-style plugin for pytest
long_description    {*}${description}

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

distname            pytest_describe-${version}

checksums           rmd160  28136312e3216c4aaf181f83c3266ec222dc11e4 \
                    sha256  50e0b7f404decaeb1b5d7bca13cbe369208d1eeffafc2802663777b195f074ff \
                    size    9153

python.versions     39 310 311 312 313 314
python.pep517_backend

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

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