Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
Date: Tue, 01 Jun 2021 20:21:26
Message-Id: 1622578875.881c74c5fb943917ed42d6e64e03c29895658717.pesa@gentoo
1 commit: 881c74c5fb943917ed42d6e64e03c29895658717
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 20:07:06 2021 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 20:21:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881c74c5
7
8 dev-python/PyQt5: raise sip dependency
9
10 https://www.riverbankcomputing.com/pipermail/pyqt/2021-February/043652.html
11
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
14
15 dev-python/PyQt5/PyQt5-5.15.4.ebuild | 20 ++++++++++----------
16 1 file changed, 10 insertions(+), 10 deletions(-)
17
18 diff --git a/dev-python/PyQt5/PyQt5-5.15.4.ebuild b/dev-python/PyQt5/PyQt5-5.15.4.ebuild
19 index 926e58a8c43..a09f97319d0 100644
20 --- a/dev-python/PyQt5/PyQt5-5.15.4.ebuild
21 +++ b/dev-python/PyQt5/PyQt5-5.15.4.ebuild
22 @@ -15,16 +15,16 @@ if [[ ${PV} == *_pre* ]]; then
23 else
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
25 fi
26 -S="${WORKDIR}/${MY_P}"
27 +S=${WORKDIR}/${MY_P}
28
29 LICENSE="GPL-3"
30 SLOT="0"
31 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
32
33 -# TODO: QtNfc, QtQuick3D, QtRemoteObjects, QtTextToSpeech
34 +# TODO: QtNfc, QtRemoteObjects, QtTextToSpeech
35 IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help location
36 - multimedia network opengl positioning printsupport sensors serialport
37 - sql +ssl svg testlib webchannel websockets widgets x11extras xmlpatterns"
38 + multimedia network opengl positioning printsupport sensors serialport sql
39 + +ssl svg testlib webchannel websockets widgets x11extras xmlpatterns"
40
41 # The requirements below were extracted from configure.py
42 # and from the output of 'grep -r "%Import " "${S}"/sip'
43 @@ -51,10 +51,10 @@ REQUIRED_USE="
44 "
45
46 # Minimal supported version of Qt.
47 -QT_PV="$(ver_cut 1-2):5"
48 +QT_PV="5.15:5"
49
50 RDEPEND="${PYTHON_DEPS}
51 - >=dev-python/PyQt5-sip-4.19.23:=[${PYTHON_USEDEP}]
52 + >=dev-python/PyQt5-sip-4.19.25:=[${PYTHON_USEDEP}]
53 >=dev-qt/qtcore-${QT_PV}
54 >=dev-qt/qtxml-${QT_PV}
55 bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
56 @@ -84,7 +84,7 @@ RDEPEND="${PYTHON_DEPS}
57 xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
58 "
59 DEPEND="${RDEPEND}
60 - >=dev-python/sip-4.19.23[${PYTHON_USEDEP}]
61 + >=dev-python/sip-4.19.25[${PYTHON_USEDEP}]
62 dbus? ( virtual/pkgconfig )
63 "
64
65 @@ -103,12 +103,12 @@ src_configure() {
66 configuration() {
67 local myconf=(
68 "${EPYTHON}"
69 - "${S}/configure.py"
70 + "${S}"/configure.py
71 $(usex debug '--debug --qml-debug --trace' '')
72 --verbose
73 --confirm-license
74 - --qmake="$(qt5_get_bindir)/qmake"
75 - --bindir="${EPREFIX}/usr/bin"
76 + --qmake="$(qt5_get_bindir)"/qmake
77 + --bindir="${EPREFIX}"/usr/bin
78 --qsci-api
79 --enable=QtCore
80 --enable=QtXml