python3-pyside6 6.8.3-2

This commit is contained in:
2025-12-08 21:35:11 +00:00
parent aff8d6daf9
commit ab0b0b9ff1

View File

@@ -1,6 +1,6 @@
name='python3-pyside6'
version='6.8.3'
release='1'
release='2'
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
homepage='https://www.pyside.org'
@@ -42,11 +42,11 @@ build_deps_redos=("${build_deps[@]}")
build_deps_rhel=("${build_deps[@]}")
build_deps_rosa=("${build_deps[@]}")
sources=("https://files.pythonhosted.org/packages/py3/P/PySide6/PySide6-${version}-py3-none-any.whl")
sources=("https://files.pythonhosted.org/packages/f0/00/67c41f7280ed9d1c53a50bdaa5a6050134875341f0be96a58d329fe71ade/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl")
checksums=('SKIP')
package() {
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-py3-none-any.whl"
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
}
files() {