From d1bd5bf0898409009c05b77f04ec52c93059084c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 18 Nov 2022 14:37:25 +0100 Subject: [PATCH] New package: python3-pytest-benchmark-4.0.0 --- srcpkgs/python3-pytest-benchmark/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pytest-benchmark/template diff --git a/srcpkgs/python3-pytest-benchmark/template b/srcpkgs/python3-pytest-benchmark/template new file mode 100644 index 00000000000..f14b4dc774d --- /dev/null +++ b/srcpkgs/python3-pytest-benchmark/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pytest-benchmark' +pkgname=python3-pytest-benchmark +version=4.0.0 +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="Jan Christian Grünhage " +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=fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1 +# requires itself to be properly installed +make_check=no + +post_install() { + vlicense LICENSE +}