Page MenuHomeSolus

D7330.id17583.diff
No OneTemporary

D7330.id17583.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,46 @@
name : python3-qtwebengine
-version : 5.12.1
-release : 2
+version : 5.13.1
+release : 3
source :
- - https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/5.12.1/PyQtWebEngine_gpl-5.12.1.tar.gz : 860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473
+ - https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/5.13.1/PyQtWebEngine_gpl-5.13.1.tar.gz : 8d8c1262005d8465653a848bf67327fb338e0d3c2d26090a6f7eb071dbb42092
license : GPL-3.0-or-later
-component : programming.python
-summary : Python 3 bindings for QtWebEngine
+component :
+ - programming.python
+ - ^python-qtwebengine : programming.python
+summary :
+ - Python 3 bindings for QtWebEngine
+ - ^python-qtwebengine : Python 2 bindings for QtWebEngine
description: |
- A set of Python3 bindings for the Qt Company's Qt WebEngine libraries.
+ A set of Python bindings for the Qt Company's Qt WebEngine libraries.
builddeps :
- pkgconfig(python3)
- pkgconfig(Qt5WebEngine)
- python3-qt5
- python3-sip-devel
+ - python-qt5
+ - python-sip-devel
+rundeps :
+ - python-qtwebengine
+patterns :
+ - /usr/lib/python3*
+ - ^python-qtwebengine :
+ - /usr/lib/python2*
+ - /usr/share
setup : |
- python3 configure.py --no-sip-files
+ instdir=$(basename $PWD)
+ cd ..
+ cp -a $instdir py2build
+ mv $instdir py3build
+
+ pushd py2build
+ python2 configure.py --no-sip-files
+ popd
+ pushd py3build
+ python3 configure.py --no-sip-files
+ popd
build : |
- %make
+ %make -C py2build
+ %make -C py3build
install : |
- %make_install INSTALL_ROOT="$installdir" -j1
+ %make_install -C py2build INSTALL_ROOT="$installdir" -j1
+ %make_install -C py3build INSTALL_ROOT="$installdir" -j1
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,22 +2,25 @@
<Source>
<Name>python3-qtwebengine</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Python 3 bindings for QtWebEngine</Summary>
- <Description xml:lang="en">A set of Python3 bindings for the Qt Company&apos;s Qt WebEngine libraries.
+ <Description xml:lang="en">A set of Python bindings for the Qt Company&apos;s Qt WebEngine libraries.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python3-qtwebengine</Name>
<Summary xml:lang="en">Python 3 bindings for QtWebEngine</Summary>
- <Description xml:lang="en">A set of Python3 bindings for the Qt Company&apos;s Qt WebEngine libraries.
+ <Description xml:lang="en">A set of Python bindings for the Qt Company&apos;s Qt WebEngine libraries.
</Description>
<PartOf>programming.python</PartOf>
+ <RuntimeDependencies>
+ <Dependency releaseFrom="3">python-qtwebengine</Dependency>
+ </RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.pyi</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.so</Path>
@@ -25,19 +28,37 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.pyi</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/INSTALLER</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/METADATA</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.12.1.dist-info/RECORD</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.13.1.dist-info/INSTALLER</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.13.1.dist-info/METADATA</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyQtWebEngine-5.13.1.dist-info/RECORD</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>python-qtwebengine</Name>
+ <Summary xml:lang="en">Python 2 bindings for QtWebEngine</Summary>
+ <Description xml:lang="en">A set of Python bindings for the Qt Company&apos;s Qt WebEngine libraries.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngine.pyi</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngine.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngineCore.pyi</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngineCore.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngineWidgets.pyi</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQt5/QtWebEngineWidgets.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQtWebEngine-5.13.1.dist-info/INSTALLER</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQtWebEngine-5.13.1.dist-info/METADATA</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/PyQtWebEngine-5.13.1.dist-info/RECORD</Path>
<Path fileType="data">/usr/share/qt5/qsci/api/python/PyQtWebEngine.api</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2019-05-07</Date>
- <Version>5.12.1</Version>
+ <Update release="3">
+ <Date>2019-10-07</Date>
+ <Version>5.13.1</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 13, 8:18 PM (4 w, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5805069
Default Alt Text
D7330.id17583.diff (6 KB)

Event Timeline