Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/
Date: Sat, 01 Oct 2011 08:23:38
Message-Id: 58e266e3e0078b127fb1a662db2ba9aaa16b5795.tetromino@gentoo
1 commit: 58e266e3e0078b127fb1a662db2ba9aaa16b5795
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 1 08:17:55 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 1 08:17:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=58e266e3
7
8 dev-python/pygobject: 3.0.0 → 3.0.1 with python3 support
9
10 Bump (fixes some subtle reference counting issues).
11
12 Finally enable python3 support since pygobject passes tests with
13 python-3.1.4 and 3.2.2, and runs simple gtk-based code from the
14 python3 interactive mode with no problems.
15
16 ---
17 ...gobject-3.0.0.ebuild => pygobject-3.0.1.ebuild} | 8 ++------
18 1 files changed, 2 insertions(+), 6 deletions(-)
19
20 diff --git a/dev-python/pygobject/pygobject-3.0.0.ebuild b/dev-python/pygobject/pygobject-3.0.1.ebuild
21 similarity index 92%
22 rename from dev-python/pygobject/pygobject-3.0.0.ebuild
23 rename to dev-python/pygobject/pygobject-3.0.1.ebuild
24 index 407ae5e..cf9b8c5 100644
25 --- a/dev-python/pygobject/pygobject-3.0.0.ebuild
26 +++ b/dev-python/pygobject/pygobject-3.0.1.ebuild
27 @@ -7,12 +7,8 @@ GCONF_DEBUG="no"
28 GNOME_TARBALL_SUFFIX="xz"
29 GNOME2_LA_PUNT="yes"
30 SUPPORT_PYTHON_ABIS="1"
31 -# XXX: is this still true?
32 -# pygobject is partially incompatible with Python 3.
33 -# PYTHON_DEPEND="2:2.6 3:3.1"
34 -# RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython"
35 -PYTHON_DEPEND="2:2.6"
36 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
37 +PYTHON_DEPEND="2:2.6 3:3.1"
38 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython"
39
40 # XXX: Is the alternatives stuff needed anymore?
41 inherit alternatives autotools gnome2 python virtualx