# Template file for 'python3-pytest-benchmark'
pkgname=python3-pytest-benchmark
version=5.2.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pytest python3-py-cpuinfo"
short_desc="Pytest fixture for benchmarking code"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/ionelmc/pytest-benchmark"
changelog="https://github.com/ionelmc/pytest-benchmark/raw/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-benchmark/pytest_benchmark-${version}.tar.gz"
checksum=deb7317998a23c650fd4ff76e1230066a76cb45dcece0aca5607143c619e7779
# requires itself to be properly installed
make_check=no

post_install() {
	vlicense LICENSE
}
