2023-08-22 17:05:50 +02:00
|
|
|
# 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
|
2021-06-14 19:51:47 +00:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-01 13:42:51 +02:00
|
|
|
# Depends on: python3-clikit python3-rapidfuzz
|
2021-06-14 19:51:47 +00:00
|
|
|
|
|
|
|
name=python3-cleo
|
2023-10-31 06:49:17 +01:00
|
|
|
version=2.1.0
|
2021-06-14 19:51:47 +00:00
|
|
|
release=1
|
2022-09-11 19:19:40 +02:00
|
|
|
source=(https://github.com/python-poetry/cleo/archive/$version/$name-$version.tar.gz)
|
2021-06-14 19:51:47 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd cleo-$version
|
2022-05-18 07:42:04 +02:00
|
|
|
|
2023-08-22 17:05:50 +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 19:51:47 +00:00
|
|
|
}
|