# Template file for 'python3-logbook' pkgname=python3-logbook version=1.5.3 revision=7 build_style=python3-pep517 make_check_args="--ignore=scripts" hostmakedepends="python3-setuptools python3-wheel python3-devel python3-Cython0.29" 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="Jan Christian Grünhage " license="BSD-3-Clause" homepage="https://logbook.readthedocs.org" distfiles="https://github.com/getlogbook/logbook/archive/${version}.tar.gz" checksum=d23a1d2b3dd094adcafb6c7e636f9b88782a6868538f96beb7b10534f9a16557 pre_build() { cython logbook/_speedups.pyx } post_install() { vlicense LICENSE }