# -*- 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-dotenv
version             0.5.2
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         A py.test plugin that parses environment files before \
                    running tests
long_description    {*}${description}

homepage            https://github.com/quiqua/pytest-dotenv

checksums           rmd160  cd55b9dcd1e368d1e1644dc03b7cb8198a285ecd \
                    sha256  2dc6c3ac6d8764c71c6d2804e902d0ff810fa19692e95fe138aefc9b1aa73732 \
                    size    3782

python.versions     310 311 312

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

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