2021-06-14 19:51:55 +00:00
|
|
|
# Description: Yet Another Terminal Spinner
|
|
|
|
# URL: https://github.com/pavdmyt/yaspin
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-01-06 18:26:15 +00:00
|
|
|
# Depends on: python3-poetry-core python3-termcolor
|
2021-06-14 19:51:55 +00:00
|
|
|
|
|
|
|
name=python3-yaspin
|
2023-09-07 17:05:07 +02:00
|
|
|
version=3.0.1
|
2021-06-14 19:51:55 +00:00
|
|
|
release=1
|
2023-09-07 17:05:07 +02:00
|
|
|
source=(https://pypi.org/packages/source/y/yaspin/yaspin-$version.tar.gz)
|
2021-06-14 19:51:55 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd yaspin-$version
|
2023-01-06 18:26:15 +00: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:55 +00:00
|
|
|
}
|