python3-pyside6 6.8.3-4
This commit is contained in:
@@ -1,59 +0,0 @@
|
|||||||
name='python3-pyside6-addons'
|
|
||||||
version='6.8.3'
|
|
||||||
release='3'
|
|
||||||
desc='PySide6 Addons - Additional Qt6 modules for Python'
|
|
||||||
desc_ru='Дополнительные модули Qt6 для Python'
|
|
||||||
homepage='https://www.pyside.org'
|
|
||||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
|
||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
|
||||||
architectures=('amd64')
|
|
||||||
license=('LGPL-3.0')
|
|
||||||
provides=('pyside6-addons')
|
|
||||||
conflicts=('pyside6-addons')
|
|
||||||
|
|
||||||
deps=(
|
|
||||||
'python3'
|
|
||||||
'python3-pyside6-essentials'
|
|
||||||
'libgcc'
|
|
||||||
'glibc'
|
|
||||||
)
|
|
||||||
deps_arch=(
|
|
||||||
'python'
|
|
||||||
'python-pyside6-essentials'
|
|
||||||
'gcc-libs'
|
|
||||||
'glibc'
|
|
||||||
)
|
|
||||||
deps_debian=(
|
|
||||||
'python3'
|
|
||||||
'python3-pyside6-essentials'
|
|
||||||
'libgcc-s1'
|
|
||||||
'libc6'
|
|
||||||
)
|
|
||||||
deps_fedora=(
|
|
||||||
'python3'
|
|
||||||
'python3-pyside6-essentials'
|
|
||||||
'libgcc'
|
|
||||||
'glibc'
|
|
||||||
)
|
|
||||||
deps_redos=("${deps_fedora[@]}")
|
|
||||||
deps_rhel=("${deps_fedora[@]}")
|
|
||||||
deps_rosa=("${deps_fedora[@]}")
|
|
||||||
|
|
||||||
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/49/93/e7c743e7a01e66f22cac4133c320832700b9d15a43d9a46dbd067cc1877e/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false")
|
|
||||||
checksums=('SKIP')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
|
||||||
}
|
|
||||||
|
|
||||||
files() {
|
|
||||||
files-find-lib
|
|
||||||
}
|
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
name='python3-pyside6-essentials'
|
|
||||||
version='6.8.3'
|
|
||||||
release='3'
|
|
||||||
desc='PySide6 Essentials - Essential Qt6 modules for Python'
|
|
||||||
desc_ru='Основные модули Qt6 для Python'
|
|
||||||
homepage='https://www.pyside.org'
|
|
||||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
|
||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
|
||||||
architectures=('amd64')
|
|
||||||
license=('LGPL-3.0')
|
|
||||||
provides=('pyside6-essentials')
|
|
||||||
conflicts=('pyside6-essentials')
|
|
||||||
|
|
||||||
deps=(
|
|
||||||
'python3'
|
|
||||||
'python3-shiboken6'
|
|
||||||
'libgcc'
|
|
||||||
'glibc'
|
|
||||||
'libxcb'
|
|
||||||
'libxkbcommon'
|
|
||||||
'fontconfig'
|
|
||||||
'freetype'
|
|
||||||
'mesa'
|
|
||||||
'libglvnd'
|
|
||||||
)
|
|
||||||
deps_arch=(
|
|
||||||
'python'
|
|
||||||
'python-shiboken6'
|
|
||||||
'gcc-libs'
|
|
||||||
'glibc'
|
|
||||||
'libxcb'
|
|
||||||
'libxkbcommon'
|
|
||||||
'fontconfig'
|
|
||||||
'freetype2'
|
|
||||||
'mesa'
|
|
||||||
'libglvnd'
|
|
||||||
)
|
|
||||||
deps_debian=(
|
|
||||||
'python3'
|
|
||||||
'python3-shiboken6'
|
|
||||||
'libgcc-s1'
|
|
||||||
'libc6'
|
|
||||||
'libxcb1'
|
|
||||||
'libxkbcommon0'
|
|
||||||
'libfontconfig1'
|
|
||||||
'libfreetype6'
|
|
||||||
'libgl1'
|
|
||||||
)
|
|
||||||
deps_fedora=(
|
|
||||||
'python3'
|
|
||||||
'python3-shiboken6'
|
|
||||||
'libgcc'
|
|
||||||
'glibc'
|
|
||||||
'libxcb'
|
|
||||||
'libxkbcommon'
|
|
||||||
'fontconfig'
|
|
||||||
'freetype'
|
|
||||||
'mesa-libGL'
|
|
||||||
)
|
|
||||||
deps_redos=("${deps_fedora[@]}")
|
|
||||||
deps_rhel=("${deps_fedora[@]}")
|
|
||||||
deps_rosa=("${deps_fedora[@]}")
|
|
||||||
|
|
||||||
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/f0/b2/3205336262bf88d57f01503df81ede2a0b1eecbb2a7d58978a5e5625f7c1/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false")
|
|
||||||
checksums=('SKIP')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
|
||||||
}
|
|
||||||
|
|
||||||
files() {
|
|
||||||
files-find-bin
|
|
||||||
files-find-lib
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-pyside6'
|
name='python3-pyside6'
|
||||||
version='6.8.3'
|
version='6.8.3'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
|
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
|
||||||
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
|
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
|
||||||
homepage='https://www.pyside.org'
|
homepage='https://www.pyside.org'
|
||||||
@@ -8,31 +8,54 @@ maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
|||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
license=('LGPL-3.0')
|
license=('LGPL-3.0')
|
||||||
provides=('pyside6')
|
provides=('pyside6' 'python3-shiboken6' 'python3-pyside6-essentials' 'python3-pyside6-addons')
|
||||||
conflicts=('pyside6')
|
conflicts=('pyside6' 'python3-shiboken6' 'python3-pyside6-essentials' 'python3-pyside6-addons')
|
||||||
|
|
||||||
deps=(
|
deps=(
|
||||||
'python3'
|
'python3'
|
||||||
'python3-shiboken6'
|
'libgcc'
|
||||||
'python3-pyside6-essentials'
|
'glibc'
|
||||||
'python3-pyside6-addons'
|
'libxcb'
|
||||||
|
'libxkbcommon'
|
||||||
|
'fontconfig'
|
||||||
|
'freetype'
|
||||||
|
'mesa'
|
||||||
|
'libglvnd'
|
||||||
)
|
)
|
||||||
deps_arch=(
|
deps_arch=(
|
||||||
'python'
|
'python'
|
||||||
'python-shiboken6'
|
'gcc-libs'
|
||||||
'python-pyside6-essentials'
|
'glibc'
|
||||||
'python-pyside6-addons'
|
'libxcb'
|
||||||
|
'libxkbcommon'
|
||||||
|
'fontconfig'
|
||||||
|
'freetype2'
|
||||||
|
'mesa'
|
||||||
|
'libglvnd'
|
||||||
)
|
)
|
||||||
deps_debian=(
|
deps_debian=(
|
||||||
'python3'
|
'python3'
|
||||||
'python3-shiboken6'
|
'libgcc-s1'
|
||||||
'python3-pyside6-essentials'
|
'libc6'
|
||||||
'python3-pyside6-addons'
|
'libxcb1'
|
||||||
|
'libxkbcommon0'
|
||||||
|
'libfontconfig1'
|
||||||
|
'libfreetype6'
|
||||||
|
'libgl1'
|
||||||
)
|
)
|
||||||
deps_fedora=("${deps[@]}")
|
deps_fedora=(
|
||||||
deps_redos=("${deps[@]}")
|
'python3'
|
||||||
deps_rhel=("${deps[@]}")
|
'libgcc'
|
||||||
deps_rosa=("${deps[@]}")
|
'glibc'
|
||||||
|
'libxcb'
|
||||||
|
'libxkbcommon'
|
||||||
|
'fontconfig'
|
||||||
|
'freetype'
|
||||||
|
'mesa-libGL'
|
||||||
|
)
|
||||||
|
deps_redos=("${deps_fedora[@]}")
|
||||||
|
deps_rhel=("${deps_fedora[@]}")
|
||||||
|
deps_rosa=("${deps_fedora[@]}")
|
||||||
|
|
||||||
build_deps=('python3' 'python3-pip' 'python3-installer')
|
build_deps=('python3' 'python3-pip' 'python3-installer')
|
||||||
build_deps_arch=('python' 'python-pip' 'python-installer')
|
build_deps_arch=('python' 'python-pip' 'python-installer')
|
||||||
@@ -42,13 +65,22 @@ build_deps_redos=("${build_deps[@]}")
|
|||||||
build_deps_rhel=("${build_deps[@]}")
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
build_deps_rosa=("${build_deps[@]}")
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
|
|
||||||
sources=("https://files.pythonhosted.org/packages/f0/00/67c41f7280ed9d1c53a50bdaa5a6050134875341f0be96a58d329fe71ade/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false")
|
sources=(
|
||||||
checksums=('SKIP')
|
"https://files.pythonhosted.org/packages/76/a1/f1958c9d00176044ab00464cd89b6969ef3a7d2ed12d316ff1eda3dec88f/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false"
|
||||||
|
"https://files.pythonhosted.org/packages/f0/b2/3205336262bf88d57f01503df81ede2a0b1eecbb2a7d58978a5e5625f7c1/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false"
|
||||||
|
"https://files.pythonhosted.org/packages/49/93/e7c743e7a01e66f22cac4133c320832700b9d15a43d9a46dbd067cc1877e/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false"
|
||||||
|
"https://files.pythonhosted.org/packages/f0/00/67c41f7280ed9d1c53a50bdaa5a6050134875341f0be96a58d329fe71ade/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false"
|
||||||
|
)
|
||||||
|
checksums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
|
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
|
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
files-find-bin
|
||||||
files-find-lib
|
files-find-lib
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,41 +0,0 @@
|
|||||||
name='python3-shiboken6'
|
|
||||||
version='6.8.3'
|
|
||||||
release='3'
|
|
||||||
desc='Python / C++ bindings helper module'
|
|
||||||
desc_ru='Вспомогательный модуль для привязок Python / C++'
|
|
||||||
homepage='https://www.pyside.org'
|
|
||||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
|
||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
|
||||||
architectures=('amd64')
|
|
||||||
license=('LGPL-3.0')
|
|
||||||
provides=('shiboken6')
|
|
||||||
conflicts=('shiboken6')
|
|
||||||
|
|
||||||
deps=('python3' 'libgcc' 'glibc')
|
|
||||||
deps_arch=('python' 'gcc-libs' 'glibc')
|
|
||||||
deps_debian=('python3' 'libgcc-s1' 'libc6')
|
|
||||||
deps_fedora=('python3' 'libgcc' 'glibc')
|
|
||||||
deps_redos=("${deps_fedora[@]}")
|
|
||||||
deps_rhel=("${deps_fedora[@]}")
|
|
||||||
deps_rosa=("${deps_fedora[@]}")
|
|
||||||
deps_alpine=('python3' 'libgcc' 'musl')
|
|
||||||
|
|
||||||
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[@]}")
|
|
||||||
build_deps_alpine=('python3' 'py3-pip' 'py3-installer')
|
|
||||||
|
|
||||||
sources=("https://files.pythonhosted.org/packages/76/a1/f1958c9d00176044ab00464cd89b6969ef3a7d2ed12d316ff1eda3dec88f/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl?~archive=false")
|
|
||||||
checksums=('SKIP')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
|
||||||
}
|
|
||||||
|
|
||||||
files() {
|
|
||||||
files-find-lib
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user