2021-06-14 19:51:51 +00:00
|
|
|
# Description: replaces the standard librarys logging module
|
2023-08-06 11:15:12 +02:00
|
|
|
# URL: https://github.com/mitsuhiko/logbook/
|
2021-06-14 19:51:51 +00:00
|
|
|
# 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)
|
2021-06-14 19:51:51 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd logbook-$version
|
2023-07-23 17:05:09 +02:00
|
|
|
|
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
|
2021-06-14 19:51:51 +00:00
|
|
|
}
|