Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.2.ebuild
Date: Wed, 30 Dec 2009 00:59:24
Message-Id: E1NPmuI-00078F-Bf@stork.gentoo.org
1 arfrever 09/12/30 00:59:22
2
3 Modified: pyparsing-1.5.2.ebuild
4 Log:
5 Set PYTHON_MODNAME.
6 (Portage version: 15154-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-python/pyparsing/pyparsing-1.5.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild?r1=1.11&r2=1.12
14
15 Index: pyparsing-1.5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- pyparsing-1.5.2.ebuild 14 Nov 2009 16:56:15 -0000 1.11
22 +++ pyparsing-1.5.2.ebuild 30 Dec 2009 00:59:22 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.11 2009/11/14 16:56:15 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.12 2009/12/30 00:59:22 arfrever Exp $
28
29 EAPI="2"
30
31 @@ -22,6 +22,8 @@
32 RDEPEND=""
33 RESTRICT_PYTHON_ABIS="2.4 2.5"
34
35 +PYTHON_MODNAME="pyparsing.py"
36 +
37 src_prepare() {
38 distutils_src_prepare
39
40 @@ -47,7 +49,3 @@
41 doins -r examples
42 fi
43 }
44 -
45 -pkg_postinst() {
46 - python_mod_optimize pyparsing.py
47 -}