commit:     667b0f9ed66f0e45d7193a5279181a5811e9495c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 11:16:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 11:58:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b0f9e

dev-python/pytables: Clean old versions up

 dev-python/pytables/Manifest                       |  4 --
 .../pytables/files/pytables-3.2.0-blosc.patch      | 16 -----
 dev-python/pytables/pytables-3.2.0.ebuild          | 73 ---------------------
 dev-python/pytables/pytables-3.2.1.1.ebuild        | 74 ----------------------
 dev-python/pytables/pytables-3.2.1.ebuild          | 73 ---------------------
 dev-python/pytables/pytables-3.2.2.ebuild          | 74 ----------------------
 6 files changed, 314 deletions(-)

diff --git a/dev-python/pytables/Manifest b/dev-python/pytables/Manifest
index c2eedfa8885..54a8082397e 100644
--- a/dev-python/pytables/Manifest
+++ b/dev-python/pytables/Manifest
@@ -1,6 +1,2 @@
 DIST tables-3.1.1.tar.gz 6715786 SHA256 
39b9036376f1185599771c19276f13b5b9119d98f9108f58595745ded3fe2da3 SHA512 
b5b2052dd81c4748c5e26c1f61f9f92891f48335b0a553f7602ab11c9029dd673d27b91e24cac0da21a81df0c26dbcd9a438214fa58af1ae831c5f04dfa212a6
 WHIRLPOOL 
86fd6dc9e12503fdbd23013b75f33a41eadbbac0e6dd5ac9a91476d073195077fc6b3d5ad24b1dd4b4c18ae7ed8abc8ea1708262e52240f4c2c3b1153f8c9e91
-DIST tables-3.2.0.tar.gz 7039718 SHA256 
60980e44676bfe463cdd2582ecdacc0b0763b259477015e866f8af72b4cdba44 SHA512 
6ef7925bafbec04a3f581d13e9cc266b9b68b11dce27cf28c501dbbc538d74ddcfa15cbe97fa69fb793911cc6dbf3112f503b29c6e4e3e7631a6761cc1303253
 WHIRLPOOL 
412ada055b81fd7409b67288bc2bcf9ed527c9c42dbdd75c52ce7287f53ed12322b8b4423c9fab0aba98e0f12a8764a45316104567c193b469a84fdda3cbfc30
-DIST tables-3.2.1.1.tar.gz 7006881 SHA256 
21e9749a60c6acc8a9755a52d95b414bc4f4b2c72a9175af360225883a775358 SHA512 
ca70645c9885ae54a74c162ce37ee0a7e605f60757743f9015f184aaae71c8da95c5b443793aee2667ced208be02608ee2ab898403d19a3ec367bb85f3afdbbb
 WHIRLPOOL 
284c847944f46f20efa0b9bc1f69839257528ab8c281456abb864ba475fc24f33ae2be608c50313010ea68f8d037c14c3c27db9aa45ede84fbaa827c27560284
-DIST tables-3.2.1.tar.gz 6988695 SHA256 
212d4f32899a9a0a6b3f865262c20c6ff864fb60e1b8be70f0bbc80137456e31 SHA512 
5c6ad8a2e07c45a0aa53d98e81192b2cc2f2e0a91b5956ddb84f98523bb7849f5ea0a5cd21047a970d41ecd9a2a2b942e491738c1381ac754ed549eef62170dd
 WHIRLPOOL 
219fec1367e7ddf7ecb1b1080c70576f7be9aaa059fd32d6744f9a661c210b26fc6d72604dad33ed97bc9fbe8febf130b0367fb00099709a0fbbd23b524c3f9e
-DIST tables-3.2.2.tar.gz 7008045 SHA256 
3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84 SHA512 
7e21be2629bdf4c31e015f45c1bd3ba2156124c540f46cdca07fa31bfc45b37decabd9b3f70f7f2c664806d905aed98d168de46f32dcac935065f2201107f357
 WHIRLPOOL 
da2834b9c50d73c3aa6628b36a5c0d76ab7e528a437b5690fff9b0a989a2819048f157fa833f7dea76009ea02abd3c459b854adb3b0acaba5c6bbecefc6c85ad
 DIST tables-3.3.0.tar.gz 7004337 SHA256 
8383ccf02e041a5d55494a09fc5514140b4653055a2732c981b5fd0f7408822c SHA512 
e19445f0f5f2530d49ce55f258931babb7b05df2366637ddbc306323a1f75b7f7dcf91d70a8cc1f41b182d4cdd9c83872873168592bdcce7bd5acae9f3274f36
 WHIRLPOOL 
f270f741d6886775cc730fbcb79de215fbbe2d9b7b2b6efc6b5b3fa7d141046e7c69daad140ad7cc533b439bfae801ea0e1567939dc4258e5c3b6a88f27cd86c

diff --git a/dev-python/pytables/files/pytables-3.2.0-blosc.patch 
b/dev-python/pytables/files/pytables-3.2.0-blosc.patch
deleted file mode 100644
index 24c58c1a921..00000000000
--- a/dev-python/pytables/files/pytables-3.2.0-blosc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 2c0c126..1448eb1 100755
---- a/setup.py
-+++ b/setup.py
-@@ -768,7 +768,7 @@ if 'BLOSC' not in optional_libs:
-             CFLAGS.append(ff)
-             break
- else:
--    ADDLIBS += ['blosc']
-+    ADDLIBS += ['blosc', 'blosc_filter']
- 
- 
- utilsExtension_libs = LIBS + ADDLIBS

diff --git a/dev-python/pytables/pytables-3.2.0.ebuild 
b/dev-python/pytables/pytables-3.2.0.ebuild
deleted file mode 100644
index 597054bc2ab..00000000000
--- a/dev-python/pytables/pytables-3.2.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-MY_PN=tables
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchical datasets for Python"
-HOMEPAGE="http://www.pytables.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-IUSE="doc examples"
-
-RDEPEND="
-       app-arch/bzip2:0=
-       dev-libs/c-blosc:0=[hdf5]
-       dev-libs/lzo:2=
-       >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-       >=dev-python/numexpr-2.4[${PYTHON_USEDEP}]
-       >=sci-libs/hdf5-1.8.4:0="
-DEPEND="${RDEPEND}
-       >=dev-python/cython-0.14[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-blosc.patch
-       )
-
-python_prepare_all() {
-       export HDF5_DIR="${EPREFIX}"/usr
-       sed \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               -e 's:"c-blosc/hdf5/blosc_filter.c"::g' \
-               -i setup.py || die
-       rm -r c-blosc/{blosc,hdf5,internal-complibs} || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       distutils-r1_python_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib* || die
-       ${EPYTHON} tables/tests/test_all.py || die
-}
-
-python_install_all() {
-       if use doc; then
-               HTML_DOCS=( doc/html/. )
-               DOCS+=( doc/scripts )
-       fi
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-               doins -r contrib
-       fi
-}

diff --git a/dev-python/pytables/pytables-3.2.1.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.1.ebuild
deleted file mode 100644
index 1b75f0a72ca..00000000000
--- a/dev-python/pytables/pytables-3.2.1.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-MY_PN=tables
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchical datasets for Python"
-HOMEPAGE="http://www.pytables.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-IUSE="doc examples"
-
-RDEPEND="
-       app-arch/bzip2:0=
-       dev-libs/c-blosc:0=[hdf5]
-       dev-libs/lzo:2=
-       >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-       >=dev-python/numexpr-2.4[${PYTHON_USEDEP}]
-       >=sci-libs/hdf5-1.8.4:0="
-DEPEND="${RDEPEND}
-       >=dev-python/cython-0.14[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.2.0-blosc.patch
-       )
-
-python_prepare_all() {
-       export HDF5_DIR="${EPREFIX}"/usr
-       rm tables/*.c || die
-       sed \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               -e 's:"c-blosc/hdf5/blosc_filter.c"::g' \
-               -i setup.py || die
-       rm -r c-blosc/{blosc,hdf5,internal-complibs} || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       distutils-r1_python_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib* || die
-       ${EPYTHON} tables/tests/test_all.py || die
-}
-
-python_install_all() {
-       if use doc; then
-               HTML_DOCS=( doc/html/. )
-               DOCS+=( doc/scripts )
-       fi
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-               doins -r contrib
-       fi
-}

diff --git a/dev-python/pytables/pytables-3.2.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.ebuild
deleted file mode 100644
index 881c844dd98..00000000000
--- a/dev-python/pytables/pytables-3.2.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-MY_PN=tables
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchical datasets for Python"
-HOMEPAGE="http://www.pytables.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-IUSE="doc examples"
-
-RDEPEND="
-       app-arch/bzip2:0=
-       dev-libs/c-blosc:0=[hdf5]
-       dev-libs/lzo:2=
-       >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-       >=dev-python/numexpr-2.4[${PYTHON_USEDEP}]
-       >=sci-libs/hdf5-1.8.4:0="
-DEPEND="${RDEPEND}
-       >=dev-python/cython-0.14[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.2.0-blosc.patch
-       )
-
-python_prepare_all() {
-       export HDF5_DIR="${EPREFIX}"/usr
-       sed \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               -e 's:"c-blosc/hdf5/blosc_filter.c"::g' \
-               -i setup.py || die
-       rm -r c-blosc/{blosc,hdf5,internal-complibs} || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       distutils-r1_python_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib* || die
-       ${EPYTHON} tables/tests/test_all.py || die
-}
-
-python_install_all() {
-       if use doc; then
-               HTML_DOCS=( doc/html/. )
-               DOCS+=( doc/scripts )
-       fi
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-               doins -r contrib
-       fi
-}

diff --git a/dev-python/pytables/pytables-3.2.2.ebuild 
b/dev-python/pytables/pytables-3.2.2.ebuild
deleted file mode 100644
index 1b75f0a72ca..00000000000
--- a/dev-python/pytables/pytables-3.2.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-MY_PN=tables
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchical datasets for Python"
-HOMEPAGE="http://www.pytables.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-IUSE="doc examples"
-
-RDEPEND="
-       app-arch/bzip2:0=
-       dev-libs/c-blosc:0=[hdf5]
-       dev-libs/lzo:2=
-       >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-       >=dev-python/numexpr-2.4[${PYTHON_USEDEP}]
-       >=sci-libs/hdf5-1.8.4:0="
-DEPEND="${RDEPEND}
-       >=dev-python/cython-0.14[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.2.0-blosc.patch
-       )
-
-python_prepare_all() {
-       export HDF5_DIR="${EPREFIX}"/usr
-       rm tables/*.c || die
-       sed \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               -e 's:"c-blosc/hdf5/blosc_filter.c"::g' \
-               -i setup.py || die
-       rm -r c-blosc/{blosc,hdf5,internal-complibs} || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       distutils-r1_python_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib* || die
-       ${EPYTHON} tables/tests/test_all.py || die
-}
-
-python_install_all() {
-       if use doc; then
-               HTML_DOCS=( doc/html/. )
-               DOCS+=( doc/scripts )
-       fi
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-               doins -r contrib
-       fi
-}

Reply via email to