From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/arrayterator/Manifest | 3 --- .../arrayterator/arrayterator-1.0.1-r1.ebuild | 28 ---------------------- dev-python/arrayterator/metadata.xml | 11 --------- 3 files changed, 42 deletions(-) delete mode 100644 dev-python/arrayterator/Manifest delete mode 100644 dev-python/arrayterator/arrayterator-1.0.1-r1.ebuild delete mode 100644 dev-python/arrayterator/metadata.xml (limited to 'dev-python/arrayterator') diff --git a/dev-python/arrayterator/Manifest b/dev-python/arrayterator/Manifest deleted file mode 100644 index c49ae4cd99bb..000000000000 --- a/dev-python/arrayterator/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST arrayterator-1.0.1.tar.gz 7840 BLAKE2B 0fefab32f797f37aef37be4582f0e77ad2e07dd34102bddf763e93ac3c5843d57adf04eee547645fa5c547e3704d6a4da4e824182d55cb8201f40552203b98e5 SHA512 91d560f1aac1e64cda6feaf6ead5ab8ac59555e046760b6caa8cd80c47b7c96f032bde064eee82b9d5e287e8845afa2a17b3460c68561d8ff3c6fe7eecb69cb4 -EBUILD arrayterator-1.0.1-r1.ebuild 661 BLAKE2B d011f97ddbc86c2611bcd16f0347f3cda52f4d3b0a02ecd784ed149df4d741736ad6d6289f66085fde6b862280370e8ecd5d6ebc38d0a59eeae511aa2526c54e SHA512 12413c8e7d6a93a44c7e1fb225338b19713b99fd076bee074f4a0fb4c980ed7facaeb79caab65cb275416cb50c8aeddb5ad8a37260fd5ee85b575b46872e8240 -MISC metadata.xml 315 BLAKE2B 06b10d9d9f1f9ec60d97c5d42392b403ce4f76674cfb96eea3e832189476f5b5160428017db5e49da2eda7ba294a588a56deb601a3d75fe36d4797b740a67e70 SHA512 ffe338d470a70adefae552059ffae9658594cb62a5dd946c3616286bf53963a3116ce0f1c5ec1aeb65753cd2dc8544db192a7a80c2039f0bfd839113fa026289 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 @@ - - - - - python@gentoo.org - Python - - - arrayterator - - -- cgit v1.2.3