Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/blz/
Date: Thu, 25 May 2017 10:37:27
Message-Id: 1495708636.53e4bdacc928863d272a6bec1e15e06590c4b8d9.mgorny@gentoo
1 commit: 53e4bdacc928863d272a6bec1e15e06590c4b8d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 25 10:35:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 10:37:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e4bdac
7
8 dev-python/blz: Remove last-rited pkg, #564878
9
10 dev-python/blz/Manifest | 1 -
11 dev-python/blz/blz-0.6.2.ebuild | 49 -----------------------------------------
12 dev-python/blz/metadata.xml | 18 ---------------
13 profiles/package.mask | 5 -----
14 4 files changed, 73 deletions(-)
15
16 diff --git a/dev-python/blz/Manifest b/dev-python/blz/Manifest
17 deleted file mode 100644
18 index 9c21f3272b4..00000000000
19 --- a/dev-python/blz/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST blz-0.6.2.tar.gz 370711 SHA256 8a019b77f8079706a3a6eb90248c5fe0572c2f4b1cf8c23468ea87b9ba58722b SHA512 d71d3175d92002e8101e58e637f5d1212a4ef6e305e1c9232dd766ed06c3d47da38482849aa0820a45db0e6b0c93849ad17d21537befa55ca11895e383cc89cc WHIRLPOOL e072a736b9fde448bea5a80f63ca848e25fb05d70f5b42df5c000fd61e2267c099402c95ba6980fb43b14b966330cf97023d053d3c127fbef8fbd34e33ac1b25
23
24 diff --git a/dev-python/blz/blz-0.6.2.ebuild b/dev-python/blz/blz-0.6.2.ebuild
25 deleted file mode 100644
26 index 7f9f31dcaf2..00000000000
27 --- a/dev-python/blz/blz-0.6.2.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Chunked, compressed, Python data container for memory and disk"
40 -HOMEPAGE="http://blz.pydata.org/"
41 -SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
46 -IUSE="doc"
47 -
48 -RDEPEND="
49 - dev-libs/c-blosc
50 - >=dev-python/numexpr-2.2[${PYTHON_USEDEP}]
51 - >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-python/cython-0.19[${PYTHON_USEDEP}]
55 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
56 -"
57 -
58 -python_prepare_all() {
59 - export BLOSC_DIR="${EPREFIX}/usr"
60 - # remove forced sse2
61 - sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
62 - distutils-r1_python_prepare_all
63 -}
64 -
65 -python_compile_all() {
66 - use doc && emake -C docs html
67 -}
68 -
69 -python_test() {
70 - cd "${BUILD_DIR}"/lib* || die
71 - ${PYTHON} -c 'import blz; blz.test()' || die
72 -}
73 -
74 -python_install_all() {
75 - # doc needs obsolete sphnxjp package
76 - use doc && local HTML_DOCS=( docs/build/html/. )
77 - distutils-r1_python_install_all
78 -}
79
80 diff --git a/dev-python/blz/metadata.xml b/dev-python/blz/metadata.xml
81 deleted file mode 100644
82 index e9d7932e552..00000000000
83 --- a/dev-python/blz/metadata.xml
84 +++ /dev/null
85 @@ -1,18 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 - <maintainer type="project">
90 - <email>python@g.o</email>
91 - <name>Python</name>
92 - </maintainer>
93 - <longdescription lang="en">
94 - BLZ is a chunked container for numerical data. Chunking allows for
95 - efficient enlarging/shrinking of data container. In addition, it can
96 - also be compressed for reducing memory/disk needs. The compression
97 - process is carried out internally by Blosc, a high-performance
98 - compressor that is optimized for binary data.
99 -</longdescription>
100 - <upstream>
101 - <remote-id type="github">ContinuumIO/blz</remote-id>
102 - </upstream>
103 -</pkgmetadata>
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index a59e01ff293..b9bc3ccdd31 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -297,11 +297,6 @@ www-apache/mod_authnz_persona
110 # Bug 607136. Masked for removal in 30 days.
111 app-editors/vim-qt
112
113 -# Michał Górny <mgorny@g.o> (22 Apr 2017)
114 -# Discontinued, replaced by dev-python/bcolz. No reverse dependencies
115 -# left. Removal in 30 days. Bug #564878.
116 -dev-python/blz
117 -
118 # Rick Farina <zerochaos@g.o> (17 Apr 2017)
119 # Masking old versions because upstream changed versioning
120 # Please keep this mask for 1 year to ease upgrades for users