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/argparse: argparse-1.0.1.ebuild
Date: Wed, 04 Nov 2009 11:07:22
Message-Id: E1N5dhs-0007d2-J8@stork.gentoo.org
1 arfrever 09/11/04 11:07:16
2
3 Modified: argparse-1.0.1.ebuild
4 Log:
5 Define PYTHON_MODNAME.
6 (Portage version: 14775-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/argparse/argparse-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild?r1=1.2&r2=1.3
14
15 Index: argparse-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- argparse-1.0.1.ebuild 4 Nov 2009 11:02:55 -0000 1.2
22 +++ argparse-1.0.1.ebuild 4 Nov 2009 11:07:16 -0000 1.3
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/argparse/argparse-1.0.1.ebuild,v 1.2 2009/11/04 11:02:55 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v 1.3 2009/11/04 11:07:16 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -19,6 +19,8 @@
32 DEPEND=""
33 RDEPEND=""
34
35 +PYTHON_MODNAME="argparse.py"
36 +
37 src_test() {
38 testing() {
39 PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py