From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QyH1R-0006Yc-Mm for garchives@archives.gentoo.org; Tue, 30 Aug 2011 05:38:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC26721C0D7; Tue, 30 Aug 2011 05:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E91121C0D7 for ; Tue, 30 Aug 2011 05:37:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF6131B4143 for ; Tue, 30 Aug 2011 05:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9942280048 for ; Tue, 30 Aug 2011 05:37:51 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pyatspi/, dev-python/pyatspi/files/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch dev-python/pyatspi/pyatspi-2.1.5.ebuild dev-python/pyatspi/pyatspi-2.1.90.ebuild X-VCS-Directories: dev-python/pyatspi/ dev-python/pyatspi/files/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: a54c8589a29917fbd829bb49ad22db4e932a728d Date: Tue, 30 Aug 2011 05:37:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1017aa4425c1114c12bfb96917764f3a commit: a54c8589a29917fbd829bb49ad22db4e932a728d Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Aug 30 04:11:55 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Aug 30 04:11:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da54c8589 dev-python/pyatspi: 2.1.5 =E2=86=92 2.1.90 Version bump, brings full pygobject:3 compatibility. Patch applied upstream. --- .../pyatspi/files/pyatspi-2.1.5-quotes.patch | 24 --------------= ------ ...{pyatspi-2.1.5.ebuild =3D> pyatspi-2.1.90.ebuild} | 7 +---- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch b/dev-py= thon/pyatspi/files/pyatspi-2.1.5-quotes.patch deleted file mode 100644 index 8d9759d..0000000 --- a/dev-python/pyatspi/files/pyatspi-2.1.5-quotes.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 890bd73c60d542023a71767d4f6e9925147dc2cc Mon Sep 17 00:00:00 2001 -From: Luke Yelavich -Date: Tue, 16 Aug 2011 13:21:29 +1000 -Subject: [PATCH] Add accidentally dropped closing quotes for documentati= on - ---- - pyatspi/text.py | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/pyatspi/text.py b/pyatspi/text.py -index 0c08e22..1a3381d 100644 ---- a/pyatspi/text.py -+++ b/pyatspi/text.py -@@ -466,6 +466,7 @@ class Text: - the resulting substring, if one exists.=20 - @return a string which is a substring of the text conte= nt of - the object, delimited by the specified boundary conditi= on. -+ """ - ret =3D exwrap(Atspi.Text.get_text_before_offset, self.= obj, offset, type) - return textRangeToList(ret) -=20 ---=20 -1.7.6 - diff --git a/dev-python/pyatspi/pyatspi-2.1.5.ebuild b/dev-python/pyatspi= /pyatspi-2.1.90.ebuild similarity index 91% rename from dev-python/pyatspi/pyatspi-2.1.5.ebuild rename to dev-python/pyatspi/pyatspi-2.1.90.ebuild index e663478..bbaa8b7 100644 --- a/dev-python/pyatspi/pyatspi-2.1.5.ebuild +++ b/dev-python/pyatspi/pyatspi-2.1.90.ebuild @@ -9,7 +9,7 @@ PYTHON_DEPEND=3D"2:2.4" SUPPORT_PYTHON_ABIS=3D"1" RESTRICT_PYTHON_ABIS=3D"3.* *-jython" =20 -inherit eutils gnome2 python +inherit gnome2 python =20 DESCRIPTION=3D"Python binding to at-spi library" HOMEPAGE=3D"http://live.gnome.org/Accessibility" @@ -21,7 +21,7 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"test" =20 COMMON_DEPEND=3D"dev-python/dbus-python - >=3Ddev-python/pygobject-2.26:2 + || ( >=3Ddev-python/pygobject-2.26:2[introspection] dev-python/pygobjec= t:3 ) " RDEPEND=3D"${COMMON_DEPEND} >=3Dsys-apps/dbus-1 @@ -45,9 +45,6 @@ pkg_setup() { src_prepare() { gnome2_src_prepare =20 - # Fix missing quotes, will be in next release - epatch "${FILESDIR}/${P}-quotes.patch" - # disable pyc compiling mv config/py-compile config/py-compile.orig ln -s $(type -P true) config/py-compile