python3-logbook: fix build and tests, adopt
This commit is contained in:
parent
16776a4812
commit
a00d554a04
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue