summaryrefslogtreecommitdiff
path: root/dev-python/arrayterator
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-12 12:59:19 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-12 12:59:49 +0300
commit485413c48e6e7219bec53525e546f27c1cb211b9 (patch)
treedc3319445d6329164840ebff2815bfa07451cbf5 /dev-python/arrayterator
parent03a40516f2329ba7ef0807308da4a677bf0b7ff1 (diff)
downloadgentoo-485413c48e6e7219bec53525e546f27c1cb211b9.tar.gz
gentoo-485413c48e6e7219bec53525e546f27c1cb211b9.tar.bz2
gentoo-485413c48e6e7219bec53525e546f27c1cb211b9.zip
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/arrayterator')
-rw-r--r--dev-python/arrayterator/Manifest1
-rw-r--r--dev-python/arrayterator/arrayterator-1.0.1-r1.ebuild28
-rw-r--r--dev-python/arrayterator/metadata.xml11
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/arrayterator/Manifest b/dev-python/arrayterator/Manifest
deleted file mode 100644
index 059214034a6f..000000000000
--- a/dev-python/arrayterator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST arrayterator-1.0.1.tar.gz 7840 BLAKE2B 0fefab32f797f37aef37be4582f0e77ad2e07dd34102bddf763e93ac3c5843d57adf04eee547645fa5c547e3704d6a4da4e824182d55cb8201f40552203b98e5 SHA512 91d560f1aac1e64cda6feaf6ead5ab8ac59555e046760b6caa8cd80c47b7c96f032bde064eee82b9d5e287e8845afa2a17b3460c68561d8ff3c6fe7eecb69cb4
diff --git a/dev-python/arrayterator/arrayterator-1.0.1-r1.ebuild b/dev-python/arrayterator/arrayterator-1.0.1-r1.ebuild
deleted file mode 100644
index b4299a09a288..000000000000
--- a/dev-python/arrayterator/arrayterator-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A buffered iterator for reading big arrays in small contiguous blocks"
-HOMEPAGE="https://pypi.org/project/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[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- cd tests || die
-
- "${PYTHON}" -c "import test_stochastic; test_stochastic.test()" \
- || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/arrayterator/metadata.xml b/dev-python/arrayterator/metadata.xml
deleted file mode 100644
index b7763250cf5a..000000000000
--- a/dev-python/arrayterator/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">arrayterator</remote-id>
- </upstream>
-</pkgmetadata>