# explicitely set clang as toolchain to avoid gcc usage %global toolchain clang %global pypi_name pyside6 %global camel_name PySide6 %global qt6ver 6.7 Name: python-%{pypi_name} Version: 6.7.0 Release: 1%{?dist} Summary: Python bindings for the Qt 6 cross-platform application and UI framework License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 URL: https://wiki.qt.io/Qt_for_Python Source0: https://download.qt.io/official_releases/QtForPython/%{pypi_name}/%{camel_name}-%{version}-src/pyside-setup-everywhere-src-%{version}.tar.xz #https://bugreports.qt.io/browse/PYSIDE-2491 Patch0: 147389_fix-build.patch BuildRequires: cmake BuildRequires: ninja-build BuildRequires: gcc BuildRequires: git BuildRequires: graphviz BuildRequires: python3-sphinx BuildRequires: clang-devel BuildRequires: clang-tools-extra BuildRequires: llvm-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: python3-numpy BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: python3-packaging # essential modules BuildRequires: cmake(Qt6Core) >= %{qt6ver} BuildRequires: cmake(Qt6Gui) >= %{qt6ver} BuildRequires: cmake(Qt6Widgets) >= %{qt6ver} BuildRequires: cmake(Qt6Help) >= %{qt6ver} BuildRequires: cmake(Qt6Network) >= %{qt6ver} BuildRequires: cmake(Qt6Concurrent) >= %{qt6ver} BuildRequires: cmake(Qt6DBus) >= %{qt6ver} BuildRequires: cmake(Qt6Designer) >= %{qt6ver} BuildRequires: cmake(Qt6OpenGL) >= %{qt6ver} BuildRequires: cmake(Qt6OpenGLWidgets) >= %{qt6ver} BuildRequires: cmake(Qt6PrintSupport) >= %{qt6ver} BuildRequires: cmake(Qt6Qml) >= %{qt6ver} BuildRequires: cmake(Qt6Quick) >= %{qt6ver} BuildRequires: cmake(Qt6QuickControls2) >= %{qt6ver} BuildRequires: cmake(Qt6Xml) >= %{qt6ver} BuildRequires: cmake(Qt6Test) >= %{qt6ver} BuildRequires: cmake(Qt6Sql) >= %{qt6ver} BuildRequires: qt6-qtbase-mysql >= %{qt6ver} BuildRequires: qt6-qtbase-odbc >= %{qt6ver} BuildRequires: qt6-qtbase-postgresql >= %{qt6ver} BuildRequires: cmake(Qt6Svg) >= %{qt6ver} BuildRequires: cmake(Qt6SvgWidgets) >= %{qt6ver} BuildRequires: cmake(Qt6UiTools) >= %{qt6ver} BuildRequires: qt6-qtbase-gui >= %{qt6ver} BuildRequires: qt6-qtbase-static >= %{qt6ver} # from qt6-qtbase for XKB BuildRequires: pkgconfig(xcb-xkb) >= 1.10 BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(xkbcommon) >= 0.4.1 BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1 BuildRequires: pkgconfig(xkeyboard-config) # Add-On modules BuildRequires: cmake(Qt6Multimedia) >= %{qt6ver} BuildRequires: cmake(Qt6MultimediaWidgets) >= %{qt6ver} %ifarch %{qt6_qtwebengine_arches} BuildRequires: cmake(Qt6Pdf) >= %{qt6ver} BuildRequires: cmake(Qt6PdfWidgets) >= %{qt6ver} %endif BuildRequires: cmake(Qt6Positioning) >= %{qt6ver} BuildRequires: cmake(Qt6Location) >= %{qt6ver} BuildRequires: cmake(Qt6NetworkAuth) >= %{qt6ver} BuildRequires: cmake(Qt6Nfc) >= %{qt6ver} BuildRequires: cmake(Qt6Quick3D) >= %{qt6ver} BuildRequires: cmake(Qt6QuickWidgets) >= %{qt6ver} BuildRequires: cmake(Qt6RemoteObjects) >= %{qt6ver} BuildRequires: cmake(Qt6Scxml) >= %{qt6ver} BuildRequires: cmake(Qt6Sensors) >= %{qt6ver} BuildRequires: cmake(Qt6SerialPort) >= %{qt6ver} BuildRequires: cmake(Qt6SerialBus) >= %{qt6ver} BuildRequires: cmake(Qt6StateMachine) >= %{qt6ver} BuildRequires: cmake(Qt6TextToSpeech) >= %{qt6ver} BuildRequires: cmake(Qt6Charts) >= %{qt6ver} BuildRequires: cmake(Qt6SpatialAudio) >= %{qt6ver} BuildRequires: cmake(Qt6DataVisualization) >= %{qt6ver} BuildRequires: cmake(Qt6Graphs) >= %{qt6ver} BuildRequires: cmake(Qt6Bluetooth) >= %{qt6ver} BuildRequires: cmake(Qt6WebChannel) >= %{qt6ver} %ifarch %{qt6_qtwebengine_arches} BuildRequires: cmake(Qt6WebEngineCore) >= %{qt6ver} BuildRequires: cmake(Qt6WebEngineWidgets) >= %{qt6ver} BuildRequires: cmake(Qt6WebEngineQuick) >= %{qt6ver} %endif BuildRequires: cmake(Qt6WebSockets) >= %{qt6ver} BuildRequires: cmake(Qt6HttpServer) >= %{qt6ver} BuildRequires: cmake(Qt63DCore) >= %{qt6ver} BuildRequires: cmake(Qt63DRender) >= %{qt6ver} BuildRequires: cmake(Qt63DInput) >= %{qt6ver} BuildRequires: cmake(Qt63DLogic) >= %{qt6ver} BuildRequires: cmake(Qt63DAnimation) >= %{qt6ver} BuildRequires: cmake(Qt63DExtras) >= %{qt6ver} BuildRequires: qt6-qtbase-private-devel >= %{qt6ver} # Qt Tools BuildRequires: cmake(Qt6UiPlugin) >= %{qt6ver} BuildRequires: qt6-assistant >= %{qt6ver} BuildRequires: qt6-designer >= %{qt6ver} BuildRequires: qt6-doctools >= %{qt6ver} # Tests use a fake graphical environment BuildRequires: /usr/bin/wlheadless-run BuildRequires: mesa-dri-drivers %description PySide6 is the official Python module from the Qt for Python project, which provides access to the complete Qt 6+ framework. %package -n python%{python3_pkgversion}-%{pypi_name} Provides: python%{python3_pkgversion}-%{camel_name} = %{version}-%{release} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} %{?python_provide:%python_provide python%{python3_pkgversion}-%{camel_name}} %description -n python%{python3_pkgversion}-%{pypi_name} PySide6 is the official Python module from the Qt for Python project, which provides access to the complete Qt 6 framework. %package -n python%{python3_pkgversion}-%{pypi_name}-devel Requires: pyside6-tools Requires: shiboken6 Summary: Development files related to %{name} %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}-devel} %{?python_provide:%python_provide python%{python3_pkgversion}-%{camel_name}-devel} %description -n python%{python3_pkgversion}-%{pypi_name}-devel %{summary}. %package -n pyside6-tools Requires: qt6-qtbase-devel Requires: qt6-qtdeclarative-devel Requires: qt6-assistant Requires: qt6-designer Requires: qt6-linguist Summary: PySide6 tools for the Qt 6 framework %description -n pyside6-tools PySide6 provides Python bindings for the Qt6 cross-platform application and UI framework. %package -n shiboken6 Summary: Python / C++ bindings generator for %camel_name %description -n shiboken6 Shiboken is the Python binding generator that Qt for Python uses to create the PySide module, in other words, is the system we use to expose the Qt C++ API to Python. %package -n python%{python3_pkgversion}-shiboken6 Summary: Python / C++ bindings libraries for %camel_name %description -n python%{python3_pkgversion}-shiboken6 Shiboken is the Python binding generator that Qt for Python uses to create the PySide module, in other words, is the system we use to expose the Qt C++ API to Python. %package -n python%{python3_pkgversion}-shiboken6-devel Summary: Python / C++ bindings helper module for %camel_name Requires: shiboken6 Requires: python%{python3_pkgversion}-shiboken6 %description -n python%{python3_pkgversion}-shiboken6-devel Shiboken is the Python binding generator that Qt for Python uses to create the PySide module, in other words, is the system we use to expose the Qt C++ API to Python. %prep %autosetup -p1 -n pyside-setup-everywhere-src-%{version} # https://build.opensuse.org/package/view_file/KDE:Qt6/python3-pyside6/python3-pyside6.spec?expand=1 # Restore 6.6.1 RPATH value. rpmlint will complain otherwise sed -i 's#${base}/../shiboken6/##' sources/pyside6/CMakeLists.txt %build %cmake -G Ninja \ -DCMAKE_BUILD_TYPE=None \ -DSHIBOKEN_PYTHON_LIBRARIES=`pkgconf python3-embed --libs` \ -DBUILD_TESTS=OFF \ -DCMAKE_BUILD_RPATH_USE_ORIGIN:BOOL=ON \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DFORCE_LIMITED_API=no \ -DNO_QT_TOOLS=yes # Generate a build_history entry (for tests) manually, since we're performing # a cmake build. TODAY=$(date -Id) mkdir build_history/$TODAY echo $PWD/%{__cmake_builddir}/sources > build_history/$TODAY/build_dir.txt export PYTHONPATH=$PWD/%{__cmake_builddir}/sources %cmake_build %install %cmake_install # Generate egg-info manually and install since we're performing a cmake build. # # Copy CMake configuration files from the BINARY dir back to the SOURCE dir so # setuptools can find them. cp %{__cmake_builddir}/sources/shiboken6/shibokenmodule/{*.py,*.txt} sources/shiboken6/shibokenmodule/ cp %{__cmake_builddir}/sources/pyside6/PySide6/*.py sources/pyside6/PySide6/ %{__python3} setup.py egg_info for name in PySide6 shiboken6 shiboken6_generator; do mkdir -p %{buildroot}%{python3_sitearch}/$name-%{version}-py%{python3_version}.egg-info cp -p $name.egg-info/{PKG-INFO,not-zip-safe,top_level.txt} \ %{buildroot}%{python3_sitearch}/$name-%{version}-py%{python3_version}.egg-info/ done # Fix all Python shebangs recursively # -p preserves timestamps # -n prevents creating ~backup files # -i specifies the interpreter for the shebang # Need to list files that do not match ^[a-zA-Z0-9_]+\.py$ explicitly! %py3_shebang_fix %{buildroot}%{_bindir}/* %check # Do basic import test (even without the test bcond) export LD_LIBRARY_PATH="%{buildroot}%{_libdir}" %py3_check_import PySide6 %py3_check_import shiboken6 %files -n python%{python3_pkgversion}-%{pypi_name} %license LICENSES/* %doc README.md %{_libdir}/libpyside6*.so.6.7* %{python3_sitelib}/%{camel_name}/ %{python3_sitearch}/%{camel_name}-%{version}-py%{python3_version}.egg-info/ %files -n python%{python3_pkgversion}-%{pypi_name}-devel %{_datadir}/PySide6/ %{_includedir}/PySide6/ %{_libdir}/libpyside6*.so %{_libdir}/cmake/PySide6* %{_libdir}/pkgconfig/pyside6.pc %files -n pyside6-tools %doc README.pyside* %license LICENSES/* %{_bindir}/android_deploy.py %{_bindir}/requirements-android.txt %{_bindir}/deploy.py %{_bindir}/deploy_lib/ %{_bindir}/metaobjectdump.py %{_bindir}/pyside* %{_bindir}/project.py %{_bindir}/project/ %{_bindir}/qml.py %{_bindir}/qtpy2cpp.py %{_bindir}/qtpy2cpp_lib/ %{_libdir}/qt6/plugins/designer/libPySidePlugin.so %files -n shiboken6 %doc README.shiboken6-generator.md %license LICENSES/* %{_bindir}/shiboken6 %{_bindir}/shiboken_tool.py %{_libdir}/cmake/Shiboken6Tools/* %files -n python%{python3_pkgversion}-shiboken6 %doc README.shiboken6.md %license LICENSES/* %{_libdir}/libshiboken6*.so.6.7* %{python3_sitelib}/shiboken6/ %{python3_sitearch}/shiboken6-%{version}-py%{python3_version}.egg-info/ %files -n python%{python3_pkgversion}-shiboken6-devel %{_includedir}/shiboken6/ %{_libdir}/cmake/Shiboken6/ %{_libdir}/libshiboken6*.so %{_libdir}/pkgconfig/shiboken6.pc %{python3_sitelib}/shiboken6_generator/ %{python3_sitearch}/shiboken6_generator-%{version}-py%{python3_version}.egg-info/ %changelog * Fri Apr 12 2024 Jan Grulich - 6.7.0-1 - 6.7.0 * Sun Mar 24 2024 Marie Loise Nolden - 6.6.2-2 - add -DFORCE_LIMITED_API=no for freecad building (thanks to nvwarr@hotmail.com) (in rhbz #2266591) - set toolchain to clang for correct build (rhbz #2271188) * Mon Feb 19 2024 Marie Loise Nolden - 6.6.2-1 - Initial package