mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-logbook: update to 1.8.0.
This commit is contained in:
parent
1189980385
commit
e779d46362
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-logbook'
|
||||
pkgname=python3-logbook
|
||||
version=1.5.3
|
||||
revision=7
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--ignore=scripts"
|
||||
hostmakedepends="python3-setuptools python3-wheel python3-devel python3-Cython0.29"
|
||||
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"
|
||||
|
@ -13,10 +14,10 @@ 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=d23a1d2b3dd094adcafb6c7e636f9b88782a6868538f96beb7b10534f9a16557
|
||||
checksum=cdd9b101b35f2f630e15a3086835172f212bd4533bcfeb39cb156799294e0229
|
||||
|
||||
pre_build() {
|
||||
cython logbook/_speedups.pyx
|
||||
cythonize src/cython/speedups.pyx
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue