Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pyatspi/, dev-python/pyatspi/files/
Date: Tue, 30 Aug 2011 05:38:06
Message-Id: a54c8589a29917fbd829bb49ad22db4e932a728d.tetromino@gentoo
1 commit: a54c8589a29917fbd829bb49ad22db4e932a728d
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 04:11:55 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 30 04:11:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a54c8589
7
8 dev-python/pyatspi: 2.1.5 → 2.1.90
9
10 Version bump, brings full pygobject:3 compatibility. Patch applied
11 upstream.
12
13 ---
14 .../pyatspi/files/pyatspi-2.1.5-quotes.patch | 24 --------------------
15 ...{pyatspi-2.1.5.ebuild => pyatspi-2.1.90.ebuild} | 7 +----
16 2 files changed, 2 insertions(+), 29 deletions(-)
17
18 diff --git a/dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch b/dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch
19 deleted file mode 100644
20 index 8d9759d..0000000
21 --- a/dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch
22 +++ /dev/null
23 @@ -1,24 +0,0 @@
24 -From 890bd73c60d542023a71767d4f6e9925147dc2cc Mon Sep 17 00:00:00 2001
25 -From: Luke Yelavich <luke.yelavich@×××××××××.com>
26 -Date: Tue, 16 Aug 2011 13:21:29 +1000
27 -Subject: [PATCH] Add accidentally dropped closing quotes for documentation
28 -
29 ----
30 - pyatspi/text.py | 1 +
31 - 1 files changed, 1 insertions(+), 0 deletions(-)
32 -
33 -diff --git a/pyatspi/text.py b/pyatspi/text.py
34 -index 0c08e22..1a3381d 100644
35 ---- a/pyatspi/text.py
36 -+++ b/pyatspi/text.py
37 -@@ -466,6 +466,7 @@ class Text:
38 - the resulting substring, if one exists.
39 - @return a string which is a substring of the text content of
40 - the object, delimited by the specified boundary condition.
41 -+ """
42 - ret = exwrap(Atspi.Text.get_text_before_offset, self.obj, offset, type)
43 - return textRangeToList(ret)
44 -
45 ---
46 -1.7.6
47 -
48
49 diff --git a/dev-python/pyatspi/pyatspi-2.1.5.ebuild b/dev-python/pyatspi/pyatspi-2.1.90.ebuild
50 similarity index 91%
51 rename from dev-python/pyatspi/pyatspi-2.1.5.ebuild
52 rename to dev-python/pyatspi/pyatspi-2.1.90.ebuild
53 index e663478..bbaa8b7 100644
54 --- a/dev-python/pyatspi/pyatspi-2.1.5.ebuild
55 +++ b/dev-python/pyatspi/pyatspi-2.1.90.ebuild
56 @@ -9,7 +9,7 @@ PYTHON_DEPEND="2:2.4"
57 SUPPORT_PYTHON_ABIS="1"
58 RESTRICT_PYTHON_ABIS="3.* *-jython"
59
60 -inherit eutils gnome2 python
61 +inherit gnome2 python
62
63 DESCRIPTION="Python binding to at-spi library"
64 HOMEPAGE="http://live.gnome.org/Accessibility"
65 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 COMMON_DEPEND="dev-python/dbus-python
69 - >=dev-python/pygobject-2.26:2
70 + || ( >=dev-python/pygobject-2.26:2[introspection] dev-python/pygobject:3 )
71 "
72 RDEPEND="${COMMON_DEPEND}
73 >=sys-apps/dbus-1
74 @@ -45,9 +45,6 @@ pkg_setup() {
75 src_prepare() {
76 gnome2_src_prepare
77
78 - # Fix missing quotes, will be in next release
79 - epatch "${FILESDIR}/${P}-quotes.patch"
80 -
81 # disable pyc compiling
82 mv config/py-compile config/py-compile.orig
83 ln -s $(type -P true) config/py-compile