summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-23 05:16:15 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-23 05:16:15 +0000
commitecd8a1b9b434819702427a9a8dc40942f40f2c33 (patch)
tree26ce07074396ea4fb869e1bd6aebd882e4a99055 /dev-python/arrayterator
parentRemove old. (diff)
downloadgentoo-2-ecd8a1b9b434819702427a9a8dc40942f40f2c33.tar.gz
gentoo-2-ecd8a1b9b434819702427a9a8dc40942f40f2c33.tar.bz2
gentoo-2-ecd8a1b9b434819702427a9a8dc40942f40f2c33.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/arrayterator')
-rw-r--r--dev-python/arrayterator/ChangeLog7
-rw-r--r--dev-python/arrayterator/arrayterator-1.0.1.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-python/arrayterator/ChangeLog b/dev-python/arrayterator/ChangeLog
index ae7a1be8c0cb..1a505f75cc89 100644
--- a/dev-python/arrayterator/ChangeLog
+++ b/dev-python/arrayterator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/arrayterator
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.7 2014/08/10 21:07:02 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.8 2015/01/23 05:16:15 mrueg Exp $
+
+ 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -arrayterator-1.0.1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> arrayterator-1.0.1.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/dev-python/arrayterator/arrayterator-1.0.1.ebuild b/dev-python/arrayterator/arrayterator-1.0.1.ebuild
deleted file mode 100644
index 9a32ca0d1cc3..000000000000
--- a/dev-python/arrayterator/arrayterator-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 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.5 2014/08/10 21:07:02 slyfox Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-python/numpy-1.0_rc1"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-PYTHON_MODNAME="arrayterator.py"
-
-src_test() {
- cd tests
-
- testing() {
- PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" -c "import test_stochastic; test_stochastic.test()"
- }
- python_execute_function testing
-}