python3-cleo 2.1.0-6

This commit is contained in:
2025-12-15 23:54:53 +03:00
parent 62fcd984b3
commit b9186bd3d1

View File

@@ -1,6 +1,6 @@
name='python3-cleo' name='python3-cleo'
version='2.1.0' version='2.1.0'
release='5' release='6'
desc='Cleo allows you to create beautiful and testable command-line interfaces' desc='Cleo allows you to create beautiful and testable command-line interfaces'
desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки' desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки'
homepage='https://github.com/python-poetry/cleo' homepage='https://github.com/python-poetry/cleo'
@@ -36,12 +36,12 @@ checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b421118
build() { build() {
cd "$srcdir/cleo-${version}" cd "$srcdir/cleo-${version}"
python -m build --wheel --no-isolation python3 -m build --wheel --no-isolation
} }
package() { package() {
cd "$srcdir/cleo-${version}" cd "$srcdir/cleo-${version}"
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
} }
files() { files() {