From 6032a99299ff3fbaf556d68656a193180bac68b3 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:31 +0300 Subject: [PATCH] python3-wheel 0.45.1-8 --- python3-wheel/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-wheel/alr.sh b/python3-wheel/alr.sh index 768cc32..6fc04c2 100644 --- a/python3-wheel/alr.sh +++ b/python3-wheel/alr.sh @@ -1,6 +1,6 @@ name='python3-wheel' version='0.45.1' -release='7' +release='8' desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427' desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427' homepage='https://github.com/pypa/wheel' @@ -36,12 +36,12 @@ checksums=('blake2b-256:8a982d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a2 build() { cd "$srcdir/wheel-${version}" - python -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } package() { cd "$srcdir/wheel-${version}" - python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl + python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl } files() {