void-packages/srcpkgs/python3-perf/template
2019-12-31 15:33:37 +01:00

22 lines
670 B
Bash

# Template file for 'python3-perf'
pkgname=python3-perf
version=1.7.0
revision=1
archs=noarch
wrksrc="pyperf-${version}"
build_style=python3-module
pycompile_module="pyperf"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six"
short_desc="Toolkit to run Python benchmarks"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://pyperf.readthedocs.io"
changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
checksum=67caab39f99f34fd6387dd59e63bb498a941d8e2da3cd389fbfc8d4d6bf5e97e
post_install() {
vlicense COPYING
}