public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/blz/
@ 2017-05-25 10:37 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-05-25 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     53e4bdacc928863d272a6bec1e15e06590c4b8d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 10:35:11 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 25 10:37:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e4bdac

dev-python/blz: Remove last-rited pkg, #564878

 dev-python/blz/Manifest         |  1 -
 dev-python/blz/blz-0.6.2.ebuild | 49 -----------------------------------------
 dev-python/blz/metadata.xml     | 18 ---------------
 profiles/package.mask           |  5 -----
 4 files changed, 73 deletions(-)

diff --git a/dev-python/blz/Manifest b/dev-python/blz/Manifest
deleted file mode 100644
index 9c21f3272b4..00000000000
--- 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 7f9f31dcaf2..00000000000
--- 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 e9d7932e552..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index a59e01ff293..b9bc3ccdd31 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,11 +297,6 @@ www-apache/mod_authnz_persona
 # Bug 607136. Masked for removal in 30 days.
 app-editors/vim-qt
 
-# Michał Górny <mgorny@gentoo.org> (22 Apr 2017)
-# Discontinued, replaced by dev-python/bcolz. No reverse dependencies
-# left. Removal in 30 days. Bug #564878.
-dev-python/blz
-
 # Rick Farina <zerochaos@gentoo.org> (17 Apr 2017)
 # Masking old versions because upstream changed versioning
 # Please keep this mask for 1 year to ease upgrades for users


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-25 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 10:37 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/blz/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox