python3-logbook: fix build and tests, adopt

This commit is contained in:
Jan Christian Grünhage 2022-11-18 14:46:50 +01:00 committed by Piraty
parent 16776a4812
commit a00d554a04
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 8 additions and 4 deletions

View File

@ -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 <adam_gpg@thebeckmeyers.xyz>"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="BSD-3-Clause"
homepage="https://logbook.readthedocs.org"
distfiles="https://github.com/getlogbook/logbook/archive/${version}.tar.gz"