From b9186bd3d138ad5612752ed152fc0838e61e7427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 15 Dec 2025 23:54:53 +0300 Subject: [PATCH] python3-cleo 2.1.0-6 --- python3-cleo/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-cleo/alr.sh b/python3-cleo/alr.sh index 7ebcd8a..e7fafd0 100644 --- a/python3-cleo/alr.sh +++ b/python3-cleo/alr.sh @@ -1,6 +1,6 @@ name='python3-cleo' version='2.1.0' -release='5' +release='6' desc='Cleo allows you to create beautiful and testable command-line interfaces' desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки' homepage='https://github.com/python-poetry/cleo' @@ -36,12 +36,12 @@ checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b421118 build() { cd "$srcdir/cleo-${version}" - python -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } package() { cd "$srcdir/cleo-${version}" - python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl + python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl } files() {