summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-07 19:03:09 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-07 19:03:09 +0000
commit8660ec29139fd7de5ae61cce03bb4be1d16bf2ec (patch)
treef376b4233f5f2862719d9f938322f6514609b9a1 /dev-python/arrayterator
parentAdd ~amd64 (diff)
downloadgentoo-2-8660ec29139fd7de5ae61cce03bb4be1d16bf2ec.tar.gz
gentoo-2-8660ec29139fd7de5ae61cce03bb4be1d16bf2ec.tar.bz2
gentoo-2-8660ec29139fd7de5ae61cce03bb4be1d16bf2ec.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/arrayterator')
-rw-r--r--dev-python/arrayterator/ChangeLog8
-rw-r--r--dev-python/arrayterator/arrayterator-1.0.1.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/arrayterator/ChangeLog b/dev-python/arrayterator/ChangeLog
index 37dc59c63b35..7697d611c90d 100644
--- a/dev-python/arrayterator/ChangeLog
+++ b/dev-python/arrayterator/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/arrayterator
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.1 2009/02/03 21:22:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.2 2009/09/07 19:03:09 patrick Exp $
+
+*arrayterator-1.0.1 (07 Sep 2009)
+
+ 07 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ +arrayterator-1.0.1.ebuild:
+ Bump
*arrayterator-1.0 (03 Feb 2009)
diff --git a/dev-python/arrayterator/arrayterator-1.0.1.ebuild b/dev-python/arrayterator/arrayterator-1.0.1.ebuild
new file mode 100644
index 000000000000..0213af0507f3
--- /dev/null
+++ b/dev-python/arrayterator/arrayterator-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.1 2009/09/07 19:03:09 patrick Exp $
+
+inherit distutils
+
+DESCRIPTION="This class creates a buffered iterator for reading big arrays in
+small contiguous blocks."
+HOMEPAGE="http://pypi.python.org/pypi/arrayterator"
+
+SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+#IUSE="server"
+IUSE=""
+RDEPEND="virtual/python
+ >=dev-python/numpy-1.0_rc1"
+DEPEND="${RDEPEND}
+ >=dev-python/setuptools-0.6_rc3"