summaryrefslogtreecommitdiff
blob: 6f6943184e90f259701d64494a64ad8d422f4730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.ebuild,v 1.2 2009/02/03 23:03:06 mr_bones_ 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"