Добавлены пакеты PySide6 для привязок Python к Qt6
- python3-shiboken6 6.8.3-1 - python3-pyside6-essentials 6.8.3-1 - python3-pyside6-addons 6.8.3-1 - python3-pyside6 6.8.3-1
This commit is contained in:
54
python3-pyside6/alr.sh
Normal file
54
python3-pyside6/alr.sh
Normal file
@@ -0,0 +1,54 @@
|
||||
name='python3-pyside6'
|
||||
version='6.8.3'
|
||||
release='1'
|
||||
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
|
||||
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
|
||||
homepage='https://www.pyside.org'
|
||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('amd64')
|
||||
license=('LGPL-3.0')
|
||||
provides=('pyside6')
|
||||
conflicts=('pyside6')
|
||||
|
||||
deps=(
|
||||
'python3'
|
||||
'python3-shiboken6'
|
||||
'python3-pyside6-essentials'
|
||||
'python3-pyside6-addons'
|
||||
)
|
||||
deps_arch=(
|
||||
'python'
|
||||
'python-shiboken6'
|
||||
'python-pyside6-essentials'
|
||||
'python-pyside6-addons'
|
||||
)
|
||||
deps_debian=(
|
||||
'python3'
|
||||
'python3-shiboken6'
|
||||
'python3-pyside6-essentials'
|
||||
'python3-pyside6-addons'
|
||||
)
|
||||
deps_fedora=("${deps[@]}")
|
||||
deps_redos=("${deps[@]}")
|
||||
deps_rhel=("${deps[@]}")
|
||||
deps_rosa=("${deps[@]}")
|
||||
|
||||
build_deps=('python3' 'python3-pip' 'python3-installer')
|
||||
build_deps_arch=('python' 'python-pip' 'python-installer')
|
||||
build_deps_debian=('python3' 'python3-pip' 'python3-installer')
|
||||
build_deps_fedora=("${build_deps[@]}")
|
||||
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")
|
||||
checksums=('SKIP')
|
||||
|
||||
package() {
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-py3-none-any.whl"
|
||||
}
|
||||
|
||||
files() {
|
||||
files-find-lib
|
||||
}
|
||||
Reference in New Issue
Block a user