Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog
Date: Mon, 07 Sep 2009 19:03:11
Message-Id: E1MkjUb-0002cj-Jw@stork.gentoo.org
1 patrick 09/09/07 19:03:09
2
3 Modified: ChangeLog
4 Added: arrayterator-1.0.1.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/arrayterator/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/arrayterator/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/arrayterator/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/arrayterator/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 3 Feb 2009 21:22:50 -0000 1.1
23 +++ ChangeLog 7 Sep 2009 19:03:09 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/arrayterator
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.1 2009/02/03 21:22:50 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.2 2009/09/07 19:03:09 patrick Exp $
29 +
30 +*arrayterator-1.0.1 (07 Sep 2009)
31 +
32 + 07 Sep 2009; Patrick Lauer <patrick@g.o>
33 + +arrayterator-1.0.1.ebuild:
34 + Bump
35
36 *arrayterator-1.0 (03 Feb 2009)
37
38
39
40
41 1.1 dev-python/arrayterator/arrayterator-1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: arrayterator-1.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.1 2009/09/07 19:03:09 patrick Exp $
51
52 inherit distutils
53
54 DESCRIPTION="This class creates a buffered iterator for reading big arrays in
55 small contiguous blocks."
56 HOMEPAGE="http://pypi.python.org/pypi/arrayterator"
57
58 SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64"
62 #IUSE="server"
63 IUSE=""
64 RDEPEND="virtual/python
65 >=dev-python/numpy-1.0_rc1"
66 DEPEND="${RDEPEND}
67 >=dev-python/setuptools-0.6_rc3"