Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/
Date: Tue, 14 Feb 2017 21:20:26
Message-Id: 1487107049.bd075a8e4c2bccd3278888190711f1cad8508188.monsieurp@gentoo
1 commit: bd075a8e4c2bccd3278888190711f1cad8508188
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Feb 14 10:06:07 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:17:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd075a8e
7
8 dev-python/ipyparallel: version bump to 6.0.1.
9
10 Package-Manager: portage-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/3953
12
13 dev-python/ipyparallel/Manifest | 1 +
14 dev-python/ipyparallel/ipyparallel-6.0.1.ebuild | 66 +++++++++++++++++++++++++
15 2 files changed, 67 insertions(+)
16
17 diff --git a/dev-python/ipyparallel/Manifest b/dev-python/ipyparallel/Manifest
18 index 8609a6fa06..1705b24d52 100644
19 --- a/dev-python/ipyparallel/Manifest
20 +++ b/dev-python/ipyparallel/Manifest
21 @@ -2,3 +2,4 @@ DIST ipyparallel-4.1.0.tar.gz 2271608 SHA256 c943f6b3bbabb9332336d15474969e2a7a7
22 DIST ipyparallel-5.0.1.tar.gz 2350472 SHA256 48e319c16995a697c82e72dc4e5cb977be45cb0f0cdcfc482d5e8019ea6afeb2 SHA512 b7fa4f2ec5375398a533c92f07e2ab09180e537366c36ff5a7f3245d63072006ebcffc19dda28d08d5cc2e8a9044bf9101c7eeccf2857ed4a78ddd859ce23a2c WHIRLPOOL 350f67f7f341fe83bd21fb5f84714c43a426fa0d2234a532e781d0b0e9a977e2ee455184da995f5a3fbbf8e260d776dd9ac2607ac86041b5abecf41aeb9a8a9b
23 DIST ipyparallel-5.1.1.tar.gz 2360986 SHA256 c46cd3bad50bbe12106257241d671ce6edb3faca2ced54ed001b8f1d579720f0 SHA512 66edfafeb6ca99b04ad08a61bbe7cbcfd9ba2689d16d19c476685d73f44ec40a4f2cde75e8394dbdc3b9e4da333afdfff8960bc9f37503aa4b28af90c63878db WHIRLPOOL eebf9c71b67c9ce129e125ca3ed7fb81f38ffb604805b861cc3239e113da52c1fb939fbf400d6c0cc7cfa29330ed60730a36447f7e74c45d788b33e6f1ac60ed
24 DIST ipyparallel-5.2.0.tar.gz 2362590 SHA256 d99e760f1a136b1c402755a4ab51a8d7cb87c892cccadf641948a5e886c8a455 SHA512 1a3a4be28847ad11d43d96192ded62506380374b96a14cc9a6d6e945ac9592da7543fb5f9626a112068e548ed27f3291894a3cef544c65476c22b397458f60f3 WHIRLPOOL 29a77df915dfb487adabfb89ea96ee66253c14c7968699826f5be01073b43c753a2985bd940e09a708c92b4e9945b16d855b65a568523b1a75688a4aca022bca
25 +DIST ipyparallel-6.0.1.tar.gz 2368258 SHA256 968da8dbf0d3cad97d588994da6739851ec7ae9e98f851a333adb4eff3d930f0 SHA512 53aa947b05813a8e29b0d2bd74d37bd821fe96040fef1d25d29a7a40867dd30a5dd462f7c9a488aa565c897e2f9816e2b9e24150023aa03433c2c86574d928b6 WHIRLPOOL 6bedb1cbba4c9a8fd3f807365bd851bb0c6eb3daf8248bec4aff65c67857bf934cdbf53007cc33d47ea03558fdeb7f418d77bc6422725e820cb5f19639f97768
26
27 diff --git a/dev-python/ipyparallel/ipyparallel-6.0.1.ebuild b/dev-python/ipyparallel/ipyparallel-6.0.1.ebuild
28 new file mode 100644
29 index 0000000000..5f2ec29ed8
30 --- /dev/null
31 +++ b/dev-python/ipyparallel/ipyparallel-6.0.1.ebuild
32 @@ -0,0 +1,66 @@
33 +# Copyright 1999-2017 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 +inherit distutils-r1
43 +
44 +DESCRIPTION="Interactive Parallel Computing with IPython"
45 +HOMEPAGE="http://ipython.org/"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm64 ~x86"
51 +IUSE="doc test"
52 +
53 +RDEPEND="
54 + dev-python/ipython_genutils[${PYTHON_USEDEP}]
55 + dev-python/decorator[${PYTHON_USEDEP}]
56 + dev-python/python-dateutil[${PYTHON_USEDEP}]
57 + >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
58 + dev-python/ipykernel[${PYTHON_USEDEP}]
59 + !<dev-python/ipython-4.0.0[smp]
60 + >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
61 + dev-python/notebook[${PYTHON_USEDEP}]
62 + dev-python/jupyter_client[${PYTHON_USEDEP}]
63 + www-servers/tornado[${PYTHON_USEDEP}]
64 + "
65 +DEPEND="${RDEPEND}
66 + $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2*')
67 + >=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
68 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
69 + test? (
70 + dev-python/mock[${PYTHON_USEDEP}]
71 + dev-python/nose[${PYTHON_USEDEP}]
72 + dev-python/testpath[${PYTHON_USEDEP}]
73 + )
74 + "
75 +
76 +python_prepare_all() {
77 + # Prevent un-needed download during build
78 + if use doc; then
79 + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
80 + fi
81 +
82 + distutils-r1_python_prepare_all
83 +}
84 +
85 +python_compile_all() {
86 + if use doc; then
87 + emake -C docs html
88 + HTML_DOCS=( "${BUILD_DIR}"/docs/build/html/. )
89 + fi
90 +}
91 +
92 +python_test() {
93 + iptest --coverage xml ipyparallel.tests -- -vsx || die
94 +}
95 +
96 +python_install_all() {
97 + distutils-r1_python_install_all
98 +}