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: ChangeLog argparse-1.2.1.ebuild
Date: Sun, 03 Apr 2011 12:02:51
Message-Id: 20110403120237.5BB9420054@flycatcher.gentoo.org
1 arfrever 11/04/03 12:02:37
2
3 Modified: ChangeLog
4 Added: argparse-1.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-python/argparse/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 13 Feb 2011 20:42:26 -0000 1.15
24 +++ ChangeLog 3 Apr 2011 12:02:36 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/argparse
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.15 2011/02/13 20:42:26 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.16 2011/04/03 12:02:36 arfrever Exp $
30 +
31 +*argparse-1.2.1 (03 Apr 2011)
32 +
33 + 03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +argparse-1.2.1.ebuild:
35 + Version bump.
36
37 13 Feb 2011; Fabian Groffen <grobian@g.o> argparse-1.1.ebuild:
38 Marked ~sparc64-solaris
39
40
41
42 1.1 dev-python/argparse/argparse-1.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: argparse-1.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild,v 1.1 2011/04/03 12:02:36 arfrever Exp $
52
53 EAPI="3"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="Provides an easy, declarative interface for creating command line tools."
59 HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse"
60 SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz"
61
62 LICENSE="PSF-2.2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND=""
69
70 PYTHON_MODNAME="argparse.py"
71
72 src_test() {
73 testing() {
74 PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py
75 }
76 python_execute_function testing
77 }