# -*- 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
PortGroup           github 1.0

name                py-asv-runner
github.setup        airspeed-velocity asv_runner 0.3.1 v
github.tarball_from archive
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}

checksums           rmd160  1beb7a6d6f270e57f011667f5a220555d68c31df \
                    sha256  bcbb6456ab689192f606dbfaa20f04f0201e643a9f6c6d6fae033cf93b7068e4 \
                    size    72207

python.versions     310 311 312 313 314
python.pep517_backend pdm

build.env-append    PDM_BUILD_SCM_VERSION=${version}
