Gentoo Archives: gentoo-commits

From: "Jan Matejka (yac)" <yac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/urwid: urwid-1.0.2.ebuild ChangeLog
Date: Sun, 05 Jan 2014 02:08:43
Message-Id: 20140105020839.1CC482004E@flycatcher.gentoo.org
1 yac 14/01/05 02:08:39
2
3 Modified: urwid-1.0.2.ebuild ChangeLog
4 Log:
5 <1.1 doesn't work with python > 3.2
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F97A36A1)
8
9 Revision Changes Path
10 1.8 dev-python/urwid/urwid-1.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?r1=1.7&r2=1.8
15
16 Index: urwid-1.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- urwid-1.0.2.ebuild 3 Aug 2013 09:45:46 -0000 1.7
23 +++ urwid-1.0.2.ebuild 5 Jan 2014 02:08:38 -0000 1.8
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.7 2013/08/03 09:45:46 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.8 2014/01/05 02:08:38 yac Exp $
30
31 EAPI="4"
32 PYTHON_USE_WITH="ncurses"
33 SUPPORT_PYTHON_ABIS="1"
34 -RESTRICT_PYTHON_ABIS="*-jython"
35 +RESTRICT_PYTHON_ABIS="*-jython 3.3"
36 PYTHON_TESTS_FAILURES_TOLERANT_ABIS="3.1"
37 DISTUTILS_SRC_TEST="setup.py"
38
39
40
41
42 1.63 dev-python/urwid/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.63&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.63&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.62&r2=1.63
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
51 retrieving revision 1.62
52 retrieving revision 1.63
53 diff -u -r1.62 -r1.63
54 --- ChangeLog 5 Sep 2013 18:46:50 -0000 1.62
55 +++ ChangeLog 5 Jan 2014 02:08:38 -0000 1.63
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-python/urwid
58 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.62 2013/09/05 18:46:50 mgorny Exp $
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.63 2014/01/05 02:08:38 yac Exp $
62 +
63 + 05 Jan 2014; Jan Matejka <yac@g.o> urwid-1.0.2.ebuild:
64 + <1.1 doesn't work with python > 3.2
65
66 05 Sep 2013; Michał Górny <mgorny@g.o> urwid-1.1.1-r1.ebuild:
67 Clean up PYTHON_COMPAT from old implementations.