contrib/python3-logbook/Pkgfile

17 lines
525 B
Plaintext
Raw Normal View History

# Description: replaces the standard librarys logging module
2023-08-06 11:15:12 +02:00
# URL: https://github.com/mitsuhiko/logbook/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cython python3-six
name=python3-logbook
2023-11-11 10:20:55 +01:00
version=1.7.0.post0
2023-08-06 11:15:12 +02:00
release=1
source=(https://github.com/mitsuhiko/logbook/archive/$version/$name-$version.tar.gz)
build() {
cd logbook-$version
2023-08-06 11:15:12 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}