mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
python3-pyside6: generate py3: provides
This commit is contained in:
parent
ccb8f68cf1
commit
1d493dc5ad
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-pyside6'.
|
||||
# Template file for 'python3-pyside6'
|
||||
# NOTE: keep in sync with Qt6
|
||||
pkgname=python3-pyside6
|
||||
version=6.8.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTS=OFF -DFORCE_LIMITED_API=no -DNO_QT_TOOLS=yes
|
||||
-DNUMPY_INCLUDE_DIR=/${py3_sitelib}/numpy/_core/include
|
||||
|
@ -25,6 +25,7 @@ homepage="https://doc.qt.io/qtforpython-6"
|
|||
distfiles="https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-${version}-src/pyside-setup-everywhere-src-${version}.tar.xz"
|
||||
checksum=d2c896f7f1a6a7ea4c9f98cfe317272fd139703ddf612b86999f09e48aeef0e6
|
||||
conflicts="pyside2-tools"
|
||||
provides="py3:pyside6-${version}_1"
|
||||
|
||||
build_options="pdf webengine"
|
||||
|
||||
|
@ -121,6 +122,7 @@ shiboken6_package() {
|
|||
short_desc="CPython bindings generator for C++ libraries"
|
||||
depends="python3"
|
||||
conflicts="shiboken2"
|
||||
provides="py3:shiboken6-${version}_1"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/shiboken*"
|
||||
vmove ${py3_sitelib}/shiboken6_generator
|
||||
|
|
Loading…
Add table
Reference in a new issue