Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simplegui: simplegui-0.1.0.ebuild ChangeLog
Date: Sat, 09 Nov 2013 11:01:29
Message-Id: 20131109110121.23B6C2004B@flycatcher.gentoo.org
1 hasufell 13/11/09 11:01:21
2
3 Modified: simplegui-0.1.0.ebuild ChangeLog
4 Log:
5 add python3_2 and python3_3 wrt #487412
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 dev-python/simplegui/simplegui-0.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: simplegui-0.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- simplegui-0.1.0.ebuild 8 Oct 2013 20:35:16 -0000 1.1
23 +++ simplegui-0.1.0.ebuild 9 Nov 2013 11:01:20 -0000 1.2
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.1 2013/10/08 20:35:16 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.2 2013/11/09 11:01:20 hasufell Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python2_7 )
33 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
34 PYTHON_REQ_USE="tk"
35 +DISTUTILS_IN_SOURCE_BUILD=1
36
37 inherit distutils-r1
38
39 @@ -20,3 +21,11 @@
40
41 DEPEND="app-arch/unzip
42 dev-python/cx_Freeze[${PYTHON_USEDEP}]"
43 +
44 +python_compile() {
45 + if [[ ${EPYTHON} == python3.* ]]; then
46 + 2to3 --no-diffs -w *.py || die
47 + fi
48 +
49 + distutils-r1_python_compile
50 +}
51
52
53
54 1.2 dev-python/simplegui/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 8 Oct 2013 20:35:16 -0000 1.1
67 +++ ChangeLog 9 Nov 2013 11:01:20 -0000 1.2
68 @@ -1,10 +1,12 @@
69 # ChangeLog for dev-python/simplegui
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.1 2013/10/08 20:35:16 hasufell Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.2 2013/11/09 11:01:20 hasufell Exp $
73 +
74 + 09 Nov 2013; Julian Ospald <hasufell@g.o> simplegui-0.1.0.ebuild:
75 + add python3_2 and python3_3 wrt #487412
76
77 *simplegui-0.1.0 (08 Oct 2013)
78
79 08 Oct 2013; Julian Ospald <hasufell@g.o> +simplegui-0.1.0.ebuild,
80 +metadata.xml:
81 initial import
82 -