From d7ae693039f79fbaa9bb2c8b5562575f0c7b8b3c 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=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 6 Apr 2025 16:07:26 +0300 Subject: [PATCH] python3-cleo 2.1.0-3 --- python3-cleo/alr.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/python3-cleo/alr.sh b/python3-cleo/alr.sh index e4ab661..c7b348e 100644 --- a/python3-cleo/alr.sh +++ b/python3-cleo/alr.sh @@ -1,6 +1,6 @@ name='python3-cleo' version='2.1.0' -release='2' +release='3' desc='Cleo allows you to create beautiful and testable command-line interfaces.' homepage='https://github.com/python-poetry/cleo' maintainer='Евгений Храмов ' @@ -21,11 +21,16 @@ sources=("https://files.pythonhosted.org/packages/source/c/cleo/cleo-2.1.0.tar.g checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b4211187af13783') build() { - cd "$srcdir/cleo-${version}" - python3 -m build + cd "$srcdir/cleo-${version}" + python -m build --wheel --no-isolation } package() { - cd "$srcdir/cleo-${version}" - pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check + cd "$srcdir/cleo-${version}" + pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check } + +files() { + printf '"%s" ' ./usr/local/lib/python3.*/site-packages/cleo/* + printf '"%s" ' ./usr/local/lib/python3.*/site-packages/cleo-${version}.dist-info/* +} \ No newline at end of file