8ddd61d984
[ci skip]
21 lines
669 B
Bash
21 lines
669 B
Bash
# Template file for 'python3-perf'
|
|
pkgname=python3-perf
|
|
version=1.6.0
|
|
revision=1
|
|
archs=noarch
|
|
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
|
|
}
|