diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,9 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5WebEngine.so.5 +libQt5WebEngineCore.so.5 +libQt5WebEngineWidgets.so.5 +libQt5Widgets.so.5 +libc.so.6 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : python3-qtwebengine +version : 5.12.1 +release : 1 +source : + - https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/PyQtWebEngine_gpl-5.12.1.tar.gz : 860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473 +license : GPL-3.0-or-later +component : programming.python +summary : Python 3 bindings for QtWebEngine +description: | + A set of Python3 bindings for the Qt Company's Qt WebEngine libraries. +builddeps : + - pkgconfig(python3) + - pkgconfig(Qt5WebEngine) + - python3-qt5 + - python3-sip-devel +setup : | + python3 configure.py --no-sip-files +build : | + %make +install : | + %make_install INSTALL_ROOT="$installdir" -j1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + python3-qtwebengine + + Justin Berthault + justin.berthault@zaclys.net + + GPL-3.0-or-later + programming.python + Python 3 bindings for QtWebEngine + A set of Python3 bindings for the Qt Company's Qt WebEngine libraries. + + https://getsol.us/sources/README.Solus + + + python3-qtwebengine + Python 3 bindings for QtWebEngine + A set of Python3 bindings for the Qt Company's Qt WebEngine libraries. + + programming.python + + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.pyi + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.so + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.pyi + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.so + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.pyi + /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so + /usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/INSTALLER + /usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/METADATA + /usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/RECORD + /usr/share/qt5/qsci/api/python/PyQtWebEngine.api + + + + + 2019-03-25 + 5.12.1 + Packaging update + Justin Berthault + justin.berthault@zaclys.net + + + \ No newline at end of file