2021-06-14 21:51:54 +02:00
|
|
|
# Description: Style-preserving TOML library for Python
|
|
|
|
# URL: https://github.com/sdispater/tomlkit
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-02 19:21:46 +02:00
|
|
|
# Depends on: python3-build python3-installer python3-poetry-core
|
2021-06-14 21:51:54 +02:00
|
|
|
|
|
|
|
name=python3-tomlkit
|
2023-04-28 17:11:33 +02:00
|
|
|
version=0.11.8
|
2021-06-14 21:51:54 +02:00
|
|
|
release=1
|
|
|
|
source=(https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd tomlkit-$version
|
2023-03-31 16:01:56 +02:00
|
|
|
|
2023-04-02 19:19:32 +02:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
|
2021-06-14 21:51:54 +02:00
|
|
|
}
|