void-packages/srcpkgs/python3-perf/template
2019-10-19 09:19:11 +02:00

22 lines
670 B
Bash

# Template file for 'python3-perf'
pkgname=python3-perf
version=1.6.1
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=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
post_install() {
vlicense COPYING
}