You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
88bec4a809
- switch to GitHub; PyPI doesn't have a source archive for this release
29 lines
948 B
Tcl
29 lines
948 B
Tcl
# -*- 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.2.5 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 03e3e2de60595ab1d01fed9c43787941bc9d6ceb \
|
|
sha256 5f0c0cf9206bb69ae43ef20d35bb61ddd822d3b5deac6f3c802f1fb3d02f4d90 \
|
|
size 69099
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend pdm
|
|
|
|
build.env-append PDM_BUILD_SCM_VERSION=${version}
|