42 lines
1.5 KiB
Bash
42 lines
1.5 KiB
Bash
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
|
|
}
|