# -*- 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-benchmark
version             5.3.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         nomaintainer

description         A pytest fixture for benchmarking code.
long_description    {*}${description} It will group the tests into \
                    rounds that are calibrated to the chosen timer.

homepage            https://github.com/ionelmc/pytest-benchmark

checksums           rmd160  f7ae74d63aa97882567ddf47ccd8efb62e2d1e38 \
                    sha256  358444d4e89be901ee2b6404fb043ac3d7684002ad7f3563cc153fca6339c965 \
                    size    375410

distname            pytest_benchmark-${version}

python.versions     310 311 312 313 314

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

    test.run        yes
}
