# -*- 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-asv-runner
version             0.2.1
revision            0

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

description         Core Python benchmark code for ASV
long_description    {*}${description}

homepage            https://asv.readthedocs.io/projects/asv-runner/en/latest/

distname            asv_runner-${version}

checksums           rmd160  f1061a4d23c13f72acbff075e9f2f43da6a812da \
                    sha256  945dd301a06fa9102f221b1e9ddd048f5ecd863796d4c8cd487f5577fe0db66d \
                    size    39518

python.versions     310 311 312 313
python.pep517_backend pdm
