From 8839c680dc09b8de140f40c9003cc7c07c23ff81 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 5 Apr 2022 11:59:21 -0400 Subject: [PATCH] python3-pyppmd: update to 0.18.2. enable tests by ignoring/disabling pytest-benchmark --- srcpkgs/python3-pyppmd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyppmd/template b/srcpkgs/python3-pyppmd/template index 4034cde054..a80c2a5f03 100644 --- a/srcpkgs/python3-pyppmd/template +++ b/srcpkgs/python3-pyppmd/template @@ -1,18 +1,18 @@ # Template file for 'python3-pyppmd' pkgname=python3-pyppmd -version=0.17.3 +version=0.18.2 revision=1 wrksrc="pyppmd-${version}" build_style=python3-module +make_check_args="--noconftest --ignore=tests/test_benchmark.py" hostmakedepends="python3-setuptools_scm" makedepends="python3-devel" depends="python3" +checkdepends="python3-pytest python3-py-cpuinfo python3-hypothesis" short_desc="Python interface for PPM variation H and I.2" maintainer="Joel Beckmeyer " license="LGPL-2.0-or-later" homepage="https://github.com/miurahr/pyppmd" changelog="https://raw.githubusercontent.com/miurahr/pyppmd/main/Changelog.rst" distfiles="${PYPI_SITE}/p/pyppmd/pyppmd-${version}.tar.gz" -checksum=05a4765833623d5cc1c9afc27d9b05fb64f0319711beffe0b44d9695eb1beb0a -# testing requires unpackaged plugin pytest-benchmark -make_check=no +checksum=732b28ea25afa41a282c986178b29e60ea5ec2e2b67f66997af943f73d4673e0