Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygui: metadata.xml ChangeLog pygui-2.5.3.ebuild
Date: Fri, 29 Jul 2011 20:39:34
Message-Id: 20110729203924.0EB0D2004B@flycatcher.gentoo.org
1 bicatali 11/07/29 20:39:24
2
3 Modified: metadata.xml ChangeLog
4 Added: pygui-2.5.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/pygui/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 19 Feb 2010 18:22:59 -0000 1.1
24 +++ metadata.xml 29 Jul 2011 20:39:23 -0000 1.2
25 @@ -1,11 +1,12 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>python</herd>
30 - <maintainer>
31 - <email>grozin@g.o</email>
32 - <name>Andrey Grozin</name>
33 - </maintainer>
34 - <longdescription>A cross-platform pythonic GUI API
35 - </longdescription>
36 + <herd>python</herd>
37 + <maintainer>
38 + <email>grozin@g.o</email>
39 + <name>Andrey Grozin</name>
40 + </maintainer>
41 + <longdescription>
42 + A cross-platform graphical application framework for Python.
43 + </longdescription>
44 </pkgmetadata>
45
46
47
48 1.5 dev-python/pygui/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.5&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.5&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?r1=1.4&r2=1.5
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v
57 retrieving revision 1.4
58 retrieving revision 1.5
59 diff -u -r1.4 -r1.5
60 --- ChangeLog 23 Jul 2010 21:29:41 -0000 1.4
61 +++ ChangeLog 29 Jul 2011 20:39:23 -0000 1.5
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-python/pygui
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.4 2010/07/23 21:29:41 arfrever Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.5 2011/07/29 20:39:23 bicatali Exp $
68 +
69 +*pygui-2.5.3 (29 Jul 2011)
70 +
71 + 29 Jul 2011; Sébastien Fabbro <bicatali@g.o> +pygui-2.5.3.ebuild,
72 + metadata.xml:
73 + Version bump
74
75 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
76 pygui-2.2-r1.ebuild:
77
78
79
80 1.1 dev-python/pygui/pygui-2.5.3.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.1&content-type=text/plain
84
85 Index: pygui-2.5.3.ebuild
86 ===================================================================
87 # Copyright 1999-2011 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.1 2011/07/29 20:39:23 bicatali Exp $
90
91 EAPI="3"
92 PYTHON_DEPEND="2"
93 SUPPORT_PYTHON_ABIS="1"
94 #RESTRICT_PYTHON_ABIS="3.*"
95
96 inherit distutils eutils
97
98 MY_P="PyGUI-${PV}"
99
100 DESCRIPTION="A cross-platform pythonic GUI API"
101 HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/"
102 SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/${MY_P}.tar.gz"
103
104 LICENSE="as-is"
105 SLOT=0
106 KEYWORDS="~amd64 ~x86"
107 IUSE="doc examples"
108
109 DEPEND="dev-python/pygtk"
110 RDEPEND="${DEPEND}"
111
112 S="${WORKDIR}"/${MY_P}
113
114 PYTHON_MODNAME="GUI"
115
116 src_install() {
117 distutils_src_install
118
119 if use doc; then
120 dohtml Doc/* || die "Installing html documentation failed"
121 fi
122
123 if use examples; then
124 pushd Tests
125 insinto /usr/share/doc/${PF}/examples
126 doins *.py *.tiff *.jpg || die "Installing examples failed"
127 doins -r ../Demos/* || die "Installing demos failed"
128 popd
129 fi
130 }