mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
25 lines
792 B
Bash
25 lines
792 B
Bash
# Template file for 'python3-logbook'
|
|
pkgname=python3-logbook
|
|
version=1.8.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="--ignore=scripts"
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
|
makedepends="python3-devel"
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://logbook.readthedocs.org"
|
|
distfiles="https://github.com/getlogbook/logbook/archive/${version}.tar.gz"
|
|
checksum=cdd9b101b35f2f630e15a3086835172f212bd4533bcfeb39cb156799294e0229
|
|
|
|
pre_build() {
|
|
cythonize src/cython/speedups.pyx
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|