20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'python3-perf'
|
|
pkgname=python3-perf
|
|
version=1.7.0
|
|
revision=5
|
|
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
|
|
}
|