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 1R9urC-0008ET-MQ for garchives@archives.gentoo.org; Sat, 01 Oct 2011 08:23:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9297221C1C1; Sat, 1 Oct 2011 08:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6719C21C1C1 for ; Sat, 1 Oct 2011 08:23:31 +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 D30051B4011 for ; Sat, 1 Oct 2011 08:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F02A980042 for ; Sat, 1 Oct 2011 08:23:29 +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: <58e266e3e0078b127fb1a662db2ba9aaa16b5795.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pygobject/pygobject-3.0.0.ebuild dev-python/pygobject/pygobject-3.0.1.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 58e266e3e0078b127fb1a662db2ba9aaa16b5795 Date: Sat, 1 Oct 2011 08:23:29 +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: c8ac311f288443d65a3dd6febf1e937c commit: 58e266e3e0078b127fb1a662db2ba9aaa16b5795 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Oct 1 08:17:55 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 1 08:17:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D58e266e3 dev-python/pygobject: 3.0.0 =E2=86=92 3.0.1 with python3 support Bump (fixes some subtle reference counting issues). Finally enable python3 support since pygobject passes tests with python-3.1.4 and 3.2.2, and runs simple gtk-based code from the python3 interactive mode with no problems. --- ...gobject-3.0.0.ebuild =3D> pygobject-3.0.1.ebuild} | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/pygobject/pygobject-3.0.0.ebuild b/dev-python/pyg= object/pygobject-3.0.1.ebuild similarity index 92% rename from dev-python/pygobject/pygobject-3.0.0.ebuild rename to dev-python/pygobject/pygobject-3.0.1.ebuild index 407ae5e..cf9b8c5 100644 --- a/dev-python/pygobject/pygobject-3.0.0.ebuild +++ b/dev-python/pygobject/pygobject-3.0.1.ebuild @@ -7,12 +7,8 @@ GCONF_DEBUG=3D"no" GNOME_TARBALL_SUFFIX=3D"xz" GNOME2_LA_PUNT=3D"yes" SUPPORT_PYTHON_ABIS=3D"1" -# XXX: is this still true? -# pygobject is partially incompatible with Python 3. -# PYTHON_DEPEND=3D"2:2.6 3:3.1" -# RESTRICT_PYTHON_ABIS=3D"2.4 2.5 3.0 *-jython" -PYTHON_DEPEND=3D"2:2.6" -RESTRICT_PYTHON_ABIS=3D"2.4 2.5 3.* *-jython" +PYTHON_DEPEND=3D"2:2.6 3:3.1" +RESTRICT_PYTHON_ABIS=3D"2.4 2.5 3.0 *-jython" =20 # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx