summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 22:15:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 22:15:41 +0000
commit411e75effeed0c67aa84ba9a0d2386ec6a63bc00 (patch)
tree6fa58e376fe1bfd59d4e1e5438c4999b72bfd225 /dev-python/arrayterator
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-411e75effeed0c67aa84ba9a0d2386ec6a63bc00.tar.gz
gentoo-2-411e75effeed0c67aa84ba9a0d2386ec6a63bc00.tar.bz2
gentoo-2-411e75effeed0c67aa84ba9a0d2386ec6a63bc00.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/arrayterator')
-rw-r--r--dev-python/arrayterator/arrayterator-1.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/arrayterator/arrayterator-1.0.ebuild b/dev-python/arrayterator/arrayterator-1.0.ebuild
deleted file mode 100644
index 6f6943184e90..000000000000
--- a/dev-python/arrayterator/arrayterator-1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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"