# -*- 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 version 0.6.3 revision 1 categories-append devel license BSD maintainers {reneeotten @reneeotten} openmaintainer description Airspeed Velocity: A simple Python history benchmarking tool long_description {*}${description} homepage https://github.com/airspeed-velocity/asv checksums rmd160 994edbdc3aacd7f052867b0abd6cffdc4db464ec \ sha256 6fec11fc34222019d9f1b33ab93f2728113e6b494051ffe4bfbf2fced346d35c \ size 384404 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-asv-runner \ port:py${python.version}-json5 \ port:py${python.version}-tabulate \ port:py${python.version}-tomli \ port:py${python.version}-virtualenv post-destroot { move ${destroot}${python.pkgd}/test ${destroot}${python.pkgd}/${python.rootname} move ${destroot}${python.pkgd}/docs ${destroot}${python.pkgd}/${python.rootname} move ${destroot}${python.pkgd}/benchmarks ${destroot}${python.pkgd}/${python.rootname} } }