python3-wheel 0.45.1-10

This commit is contained in:
2025-12-27 16:00:49 +03:00
parent 8f76c472b0
commit 6d1325ace0

View File

@@ -1,6 +1,6 @@
name='python3-wheel' name='python3-wheel'
version='0.45.1' version='0.45.1'
release='9' release='10'
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'
@@ -45,6 +45,6 @@ package() {
} }
files() { files() {
files-find-bin files-find "./usr/local/bin/**"
files-find-lib files-find "./usr/local/lib/**"
} }