From a00d554a0494436018aab29c69ff7fc88b5c6d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 18 Nov 2022 14:46:50 +0100 Subject: [PATCH] python3-logbook: fix build and tests, adopt --- srcpkgs/python3-logbook/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template index 1c1ba1856fb..b49bd495ae4 100644 --- a/srcpkgs/python3-logbook/template +++ b/srcpkgs/python3-logbook/template @@ -1,12 +1,16 @@ # Template file for 'python3-logbook' pkgname=python3-logbook version=1.5.3 -revision=5 -build_style=python3-module -hostmakedepends="python3-setuptools python3-devel python3-Cython" +revision=6 +build_style=python3-pep517 +make_check_args="--ignore=scripts" +make_install_target="dist/Logbook-${version}-*-*-*_*.whl" +hostmakedepends="python3-setuptools python3-wheel python3-devel python3-Cython" depends="python3" +checkdepends="python3-execnet python3-pytest python3-pyzmq python3-SQLAlchemy + python3-Jinja2 python3-Brotli" short_desc="Replacement for python's standard library logging module" -maintainer="Adam Beckmeyer " +maintainer="Jan Christian Grünhage " license="BSD-3-Clause" homepage="https://logbook.readthedocs.org" distfiles="https://github.com/getlogbook/logbook/archive/${version}.tar.gz"