vp-build/srcpkgs/python3-perf/template

22 lines
667 B
Bash

# Template file for 'python3-perf'
pkgname=python3-perf
version=1.5.1
revision=2
noarch=yes
wrksrc="perf-${version}"
build_style=python3-module
pycompile_module="perf"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six"
short_desc="Toolkit to run Python benchmarks"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
homepage="https://github.com/vstinner/perf"
distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
checksum=0b20382c819114bcbb7b6ff27b1259d44a4b68e5b791324ef9a12e0afaa2e294
post_install() {
vlicense COPYING
}