contrib/python3-yaspin/Pkgfile

17 lines
505 B
Plaintext
Raw Normal View History

# Description: Yet Another Terminal Spinner
# URL: https://github.com/pavdmyt/yaspin
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-01-06 19:26:15 +01:00
# Depends on: python3-poetry-core python3-termcolor
name=python3-yaspin
2023-08-20 22:42:02 +02:00
version=3.0.0
release=1
2023-08-08 18:32:11 +02:00
source=(https://github.com/pavdmyt/yaspin/archive/v$version/$name-$version.tar.gz)
build() {
cd yaspin-$version
2023-01-06 19:26:15 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}