python3-wheel 0.45.1-8

This commit is contained in:
2025-12-15 23:54:31 +03:00
parent 8f6395a679
commit 6032a99299

View File

@@ -1,6 +1,6 @@
name='python3-wheel' name='python3-wheel'
version='0.45.1' 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='This is a command line tool for manipulating Python wheel files, as defined in PEP 427'
desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427' desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427'
homepage='https://github.com/pypa/wheel' homepage='https://github.com/pypa/wheel'
@@ -36,12 +36,12 @@ checksums=('blake2b-256:8a982d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a2
build() { build() {
cd "$srcdir/wheel-${version}" cd "$srcdir/wheel-${version}"
python -m build --wheel --no-isolation python3 -m build --wheel --no-isolation
} }
package() { package() {
cd "$srcdir/wheel-${version}" cd "$srcdir/wheel-${version}"
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
} }
files() { files() {