python3-wheel 0.45.1-9

This commit is contained in:
2025-12-20 00:06:37 +03:00
parent 568c1aa611
commit e52e5a5ec6

View File

@@ -1,6 +1,6 @@
name='python3-wheel'
version='0.45.1'
release='8'
release='9'
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'
@@ -41,7 +41,7 @@ build() {
package() {
cd "$srcdir/wheel-${version}"
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
python3 -m installer --destdir="$pkgdir" dist/*.whl
}
files() {