Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : shiboken2 | |||||
| version : 5.15.2 | |||||
| release : 1 | |||||
| source : | |||||
| - https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz : b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418 | |||||
| license : | |||||
| - GPL-2.0-or-later | |||||
| - LGPL-3.0-or-later | |||||
| component : programming.python | |||||
| summary : Shiboken generates bindings for C++ libraries using CPython source code | |||||
| description: | | |||||
| PySide2 is the official Python module from the Qt for Python project, which provides access to the complete Qt5 framework | |||||
| clang : yes | |||||
| builddeps : | |||||
| - pkgconfig(Qt5XmlPatterns) | |||||
| - pkgconfig(libxslt) | |||||
| - pkgconfig(python3) | |||||
| rundeps : | |||||
| - devel : | |||||
| - python3-devel | |||||
| setup : | | |||||
| cd sources/shiboken2 | |||||
| %cmake_ninja -DBUILD_TESTS=OFF -DUSE_PYTHON_VERSION=3 | |||||
| build : | | |||||
| cd sources/shiboken2 | |||||
| %ninja_build | |||||
| install : | | |||||
| pushd sources/shiboken2 | |||||
| %ninja_install | |||||
| popd | |||||
| rm -f $installdir/usr/bin/shiboken_tool.py | |||||
| python3 setup.py egg_info --build-type=shiboken2 | |||||
| cp -r shiboken2.egg-info $installdir/$(python3 -c "import site; print(site.getsitepackages()[0])") | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.