commit:     dd60feedd1d99fd03140ee60e6f806f9d9e1c0f6
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 01:34:06 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 01:34:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd60feed

dev-python/PyQt5: version bump

Package-Manager: portage-2.2.25

 dev-python/PyQt5/Manifest                                 |  1 +
 dev-python/PyQt5/{PyQt5-5.5.ebuild => PyQt5-5.5.1.ebuild} | 11 +++--------
 dev-python/PyQt5/PyQt5-5.5.ebuild                         |  3 +--
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index 993d0ae..08a3ba5 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1 +1,2 @@
+DIST PyQt-gpl-5.5.1.tar.gz 3705749 SHA256 
0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386 SHA512 
ed9a4f30a50c0879f25b6a0841247f3f0de86942b55c1de9efea963bfbf64ee963a9e5c09be036ff2dec76164863b3b6235e45e8662776425f15378fa0abeab4
 WHIRLPOOL 
199a36ff1ee3689a76d0aae9d2bee586f9de3a0e3cf23c5b625c1f62b5f19311450afd9d009cbdb4f5be63ba024326c63ff0e6c9ea515216c686db9d8e07bcb3
 DIST PyQt-gpl-5.5.tar.gz 3675521 SHA256 
cdd1bb55b431acdb50e9210af135428a13fb32d7b1ab86e972ac7101f6acd814 SHA512 
84e591da37032763f961e546250fa1da617e3f9b08c8586e0764d1ecf09fb0eed03b6e602742fa6921a7dd6f10db3255cb834770dba606613bf9897f5276bf43
 WHIRLPOOL 
bcfa7e113ddb692b7d035671f47fcf92300e4ff4048e1c6c44724de0f1b3255d0b4901b88d05cc229263f003c45a6fda4a518127a05484a3cc2b487269c28ca2

diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild 
b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
similarity index 96%
copy from dev-python/PyQt5/PyQt5-5.5.ebuild
copy to dev-python/PyQt5/PyQt5-5.5.1.ebuild
index ccb3484..24b724f 100644
--- a/dev-python/PyQt5/PyQt5-5.5.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
@@ -9,8 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 inherit eutils multibuild multilib python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="
-       http://www.riverbankcomputing.com/software/pyqt/intro
+HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
        https://pypi.python.org/pypi/PyQt5";
 
 MY_PN="PyQt-gpl"
@@ -24,7 +23,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 # TODO: QtBluetooth, QtLocation, QtNfc, QtWebEngineWidgets
 IUSE="dbus debug declarative designer doc examples gles2 gui help multimedia
@@ -79,11 +78,6 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
-       # Avoid automagic dependency.
-       use dbus || rm -fr dbus
-}
-
 pyqt_use_enable() {
        use "$1" || return
 
@@ -109,6 +103,7 @@ src_configure() {
                        --enable=QtCore
                        --enable=QtXml
                        $(pyqt_use_enable dbus QtDBus)
+                       $(usex dbus '' --no-python-dbus)
                        $(pyqt_use_enable declarative QtQml QtQuick $(usex 
widgets QtQuickWidgets ''))
                        $(usex declarative '' --no-qml-plugin)
                        $(pyqt_use_enable designer)

diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild 
b/dev-python/PyQt5/PyQt5-5.5.ebuild
index ccb3484..6ce5a51 100644
--- a/dev-python/PyQt5/PyQt5-5.5.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.5.ebuild
@@ -9,8 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 inherit eutils multibuild multilib python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="
-       http://www.riverbankcomputing.com/software/pyqt/intro
+HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
        https://pypi.python.org/pypi/PyQt5";
 
 MY_PN="PyQt-gpl"

Reply via email to