18 lines
516 B
Plaintext
18 lines
516 B
Plaintext
# Description: Yet Another Terminal Spinner
|
|
# URL: https://github.com/pavdmyt/yaspin
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: python3-poetry-core python3-termcolor
|
|
|
|
name=python3-yaspin
|
|
version=2.4.0
|
|
release=1
|
|
source=(https://github.com/pavdmyt/yaspin/archive/v$version/$name-$version.tar.gz
|
|
setup.py)
|
|
|
|
build() {
|
|
cd yaspin-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|