void-packages/srcpkgs/python3-perf/template
2019-01-12 11:29:00 -02:00

22 lines
667 B
Bash

# Template file for 'python3-perf'
pkgname=python3-perf
version=1.6.0
revision=1
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"
homepage="https://github.com/vstinner/perf"
#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
post_install() {
vlicense COPYING
}