# -*- 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.1
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  baf0c1357691ae7ec14a26222cb91de7351dabd6 \
                    sha256  eb59307333508d700082a4a8aadba0f874f02c73602f7113071b0b41bfe183b7 \
                    size    11180

python.versions     39 310 311 312 313 314

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