# -*- 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             2.2.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

checksums           rmd160  2a9d90333096d21bb945812329017f41207703a9 \
                    sha256  39bb05eb90f2497d9ca342ef9a0b7fa5bada7e58505aec33f66d661d631955b7 \
                    size    10907

python.versions     38 39 310 311 312

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-pytest
}
