Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Sat, 05 Nov 2016 12:17:29
Message-Id: 1478348241.0262bcf11fb5a3f4971e13b2f0f3b6b8dee0ffcb.jlec@gentoo
1 commit: 0262bcf11fb5a3f4971e13b2f0f3b6b8dee0ffcb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 12:17:11 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 12:17:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0262bcf1
7
8 dev-python/pytables: Version Bump
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytables/Manifest | 1 +
14 dev-python/pytables/pytables-3.3.0.ebuild | 80 +++++++++++++++++++++++++++++++
15 2 files changed, 81 insertions(+)
16
17 diff --git a/dev-python/pytables/Manifest b/dev-python/pytables/Manifest
18 index 092c790..c2eedfa 100644
19 --- a/dev-python/pytables/Manifest
20 +++ b/dev-python/pytables/Manifest
21 @@ -3,3 +3,4 @@ DIST tables-3.2.0.tar.gz 7039718 SHA256 60980e44676bfe463cdd2582ecdacc0b0763b259
22 DIST tables-3.2.1.1.tar.gz 7006881 SHA256 21e9749a60c6acc8a9755a52d95b414bc4f4b2c72a9175af360225883a775358 SHA512 ca70645c9885ae54a74c162ce37ee0a7e605f60757743f9015f184aaae71c8da95c5b443793aee2667ced208be02608ee2ab898403d19a3ec367bb85f3afdbbb WHIRLPOOL 284c847944f46f20efa0b9bc1f69839257528ab8c281456abb864ba475fc24f33ae2be608c50313010ea68f8d037c14c3c27db9aa45ede84fbaa827c27560284
23 DIST tables-3.2.1.tar.gz 6988695 SHA256 212d4f32899a9a0a6b3f865262c20c6ff864fb60e1b8be70f0bbc80137456e31 SHA512 5c6ad8a2e07c45a0aa53d98e81192b2cc2f2e0a91b5956ddb84f98523bb7849f5ea0a5cd21047a970d41ecd9a2a2b942e491738c1381ac754ed549eef62170dd WHIRLPOOL 219fec1367e7ddf7ecb1b1080c70576f7be9aaa059fd32d6744f9a661c210b26fc6d72604dad33ed97bc9fbe8febf130b0367fb00099709a0fbbd23b524c3f9e
24 DIST tables-3.2.2.tar.gz 7008045 SHA256 3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84 SHA512 7e21be2629bdf4c31e015f45c1bd3ba2156124c540f46cdca07fa31bfc45b37decabd9b3f70f7f2c664806d905aed98d168de46f32dcac935065f2201107f357 WHIRLPOOL da2834b9c50d73c3aa6628b36a5c0d76ab7e528a437b5690fff9b0a989a2819048f157fa833f7dea76009ea02abd3c459b854adb3b0acaba5c6bbecefc6c85ad
25 +DIST tables-3.3.0.tar.gz 7004337 SHA256 8383ccf02e041a5d55494a09fc5514140b4653055a2732c981b5fd0f7408822c SHA512 e19445f0f5f2530d49ce55f258931babb7b05df2366637ddbc306323a1f75b7f7dcf91d70a8cc1f41b182d4cdd9c83872873168592bdcce7bd5acae9f3274f36 WHIRLPOOL f270f741d6886775cc730fbcb79de215fbbe2d9b7b2b6efc6b5b3fa7d141046e7c69daad140ad7cc533b439bfae801ea0e1567939dc4258e5c3b6a88f27cd86c
26
27 diff --git a/dev-python/pytables/pytables-3.3.0.ebuild b/dev-python/pytables/pytables-3.3.0.ebuild
28 new file mode 100644
29 index 00000000..443c04f
30 --- /dev/null
31 +++ b/dev-python/pytables/pytables-3.3.0.ebuild
32 @@ -0,0 +1,80 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
40 +PYTHON_REQ_USE="threads(+)"
41 +
42 +MY_PN=tables
43 +MY_P=${MY_PN}-${PV}
44 +
45 +inherit distutils-r1
46 +
47 +DESCRIPTION="Hierarchical datasets for Python"
48 +HOMEPAGE="http://www.pytables.org/"
49 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
50 +
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
53 +LICENSE="BSD"
54 +IUSE="doc examples"
55 +
56 +RDEPEND="
57 + app-arch/bzip2:0=
58 + app-arch/lz4:0=
59 + >=app-arch/zstd-1.0.0
60 + >=dev-libs/c-blosc-1.11.1:0=
61 + dev-libs/lzo:2=
62 + >=dev-python/numpy-1.8.1[${PYTHON_USEDEP}]
63 + >=dev-python/numexpr-2.5.2[${PYTHON_USEDEP}]
64 + dev-python/six[${PYTHON_USEDEP}]
65 + >=sci-libs/hdf5-1.8.15:0=
66 + <sci-libs/hdf5-1.10
67 + "
68 +DEPEND="${RDEPEND}
69 + >=dev-python/cython-0.21[${PYTHON_USEDEP}]"
70 +
71 +S="${WORKDIR}/${MY_P}"
72 +
73 +DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
74 +
75 +PATCHES=(
76 + "${FILESDIR}"/${PN}-3.2.0-blosc.patch
77 + )
78 +
79 +python_prepare_all() {
80 + export HDF5_DIR="${EPREFIX}"/usr
81 + rm tables/*.c || die
82 + sed \
83 + -e "s:/usr:${EPREFIX}/usr:g" \
84 + -e 's:"hdf5-blosc/src/blosc_filter.c"::g' \
85 + -i setup.py || die
86 + rm -r c-blosc/{blosc,internal-complibs} hdf5-blosc || die
87 + distutils-r1_python_prepare_all
88 +}
89 +
90 +python_compile() {
91 + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
92 + distutils-r1_python_compile
93 +}
94 +
95 +python_test() {
96 + cd "${BUILD_DIR}"/lib* || die
97 + ${EPYTHON} tables/tests/test_all.py || die
98 +}
99 +
100 +python_install_all() {
101 + if use doc; then
102 + HTML_DOCS=( doc/html/. )
103 + DOCS+=( doc/scripts )
104 + fi
105 + distutils-r1_python_install_all
106 +
107 + if use examples; then
108 + insinto /usr/share/doc/${PF}
109 + doins -r examples
110 + doins -r contrib
111 + fi
112 +}