contrib/python3-cleo/Pkgfile

17 lines
547 B
Plaintext
Raw Normal View History

# Description: Cleo allows you to create beautiful and testable command-line interfaces
2022-09-11 19:19:40 +02:00
# URL: https://github.com/python-poetry/cleo
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-clikit python3-rapidfuzz
name=python3-cleo
2022-11-26 09:57:21 +01:00
version=2.0.1
release=1
2022-09-11 19:19:40 +02:00
source=(https://github.com/python-poetry/cleo/archive/$version/$name-$version.tar.gz)
build() {
cd cleo-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
}