mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-logbook-1.5.3
Required dependency for pantalaimon
This commit is contained in:
parent
8323414086
commit
cc7e0071e2
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-logbook/template
Normal file
21
srcpkgs/python3-logbook/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-logbook'
|
||||||
|
pkgname=python3-logbook
|
||||||
|
version=1.5.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="logbook-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-devel python3-Cython"
|
||||||
|
short_desc="Replacement for python's standard library logging module"
|
||||||
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue