summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-25 12:35:11 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-25 12:37:16 +0200
commit53e4bdacc928863d272a6bec1e15e06590c4b8d9 (patch)
tree2b85a710093579682f75eb38c573f50e391d492e /dev-python
parentsys-cluster/sx: Remove last-rited pkg (diff)
downloadgentoo-53e4bdacc928863d272a6bec1e15e06590c4b8d9.tar.gz
gentoo-53e4bdacc928863d272a6bec1e15e06590c4b8d9.tar.bz2
gentoo-53e4bdacc928863d272a6bec1e15e06590c4b8d9.zip
dev-python/blz: Remove last-rited pkg, #564878
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/blz/Manifest1
-rw-r--r--dev-python/blz/blz-0.6.2.ebuild49
-rw-r--r--dev-python/blz/metadata.xml18
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/blz/Manifest b/dev-python/blz/Manifest
deleted file mode 100644
index 9c21f3272b4b..000000000000
--- a/dev-python/blz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blz-0.6.2.tar.gz 370711 SHA256 8a019b77f8079706a3a6eb90248c5fe0572c2f4b1cf8c23468ea87b9ba58722b SHA512 d71d3175d92002e8101e58e637f5d1212a4ef6e305e1c9232dd766ed06c3d47da38482849aa0820a45db0e6b0c93849ad17d21537befa55ca11895e383cc89cc WHIRLPOOL e072a736b9fde448bea5a80f63ca848e25fb05d70f5b42df5c000fd61e2267c099402c95ba6980fb43b14b966330cf97023d053d3c127fbef8fbd34e33ac1b25
diff --git a/dev-python/blz/blz-0.6.2.ebuild b/dev-python/blz/blz-0.6.2.ebuild
deleted file mode 100644
index 7f9f31dcaf27..000000000000
--- a/dev-python/blz/blz-0.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Chunked, compressed, Python data container for memory and disk"
-HOMEPAGE="http://blz.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
- dev-libs/c-blosc
- >=dev-python/numexpr-2.2[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.19[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_prepare_all() {
- export BLOSC_DIR="${EPREFIX}/usr"
- # remove forced sse2
- sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib* || die
- ${PYTHON} -c 'import blz; blz.test()' || die
-}
-
-python_install_all() {
- # doc needs obsolete sphnxjp package
- use doc && local HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blz/metadata.xml b/dev-python/blz/metadata.xml
deleted file mode 100644
index e9d7932e5520..000000000000
--- a/dev-python/blz/metadata.xml
+++ /dev/null
@@ -1,18 +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>
- <longdescription lang="en">
- BLZ is a chunked container for numerical data. Chunking allows for
- efficient enlarging/shrinking of data container. In addition, it can
- also be compressed for reducing memory/disk needs. The compression
- process is carried out internally by Blosc, a high-performance
- compressor that is optimized for binary data.
-</longdescription>
- <upstream>
- <remote-id type="github">ContinuumIO/blz</remote-id>
- </upstream>
-</pkgmetadata>