New package: python3-perf-1.5.1.

This commit is contained in:
maxice8 2018-05-06 21:43:12 -03:00
parent 7aa8bf8401
commit bbaaad824a

View file

@ -0,0 +1,21 @@
# Template file for 'python3-perf'
pkgname=python3-perf
version=1.5.1
revision=1
noarch=yes
wrksrc="perf-${version}"
build_style=python3-module
pycompile_module="perf"
hostmakedepends="python3-setuptools"
depends="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
}