python3-shiboken6 6.8.3-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-shiboken6'
|
||||
version='6.8.3'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Python / C++ bindings helper module'
|
||||
desc_ru='Вспомогательный модуль для привязок Python / C++'
|
||||
homepage='https://www.pyside.org'
|
||||
@@ -29,11 +29,11 @@ build_deps_rhel=("${build_deps[@]}")
|
||||
build_deps_rosa=("${build_deps[@]}")
|
||||
build_deps_alpine=('python3' 'py3-pip' 'py3-installer')
|
||||
|
||||
sources=("https://files.pythonhosted.org/packages/cp311/s/shiboken6/shiboken6-${version}-cp311-abi3-manylinux_2_28_x86_64.whl")
|
||||
sources=("https://files.pythonhosted.org/packages/76/a1/f1958c9d00176044ab00464cd89b6969ef3a7d2ed12d316ff1eda3dec88f/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl")
|
||||
checksums=('SKIP')
|
||||
|
||||
package() {
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/shiboken6-${version}-cp311-abi3-manylinux_2_28_x86_64.whl"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user