Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/
Date: Fri, 17 Nov 2017 18:47:10
Message-Id: 1510944197.4f5f8f7d68042af567fb58dd32f27db03c3e5aa5.soap@gentoo
1 commit: 4f5f8f7d68042af567fb58dd32f27db03c3e5aa5
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Nov 10 09:43:29 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 18:43:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5f8f7d
7
8 dev-python/nbformat: Version bump to 4.4.0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6167
12
13 dev-python/nbformat/Manifest | 1 +
14 dev-python/nbformat/nbformat-4.4.0.ebuild | 58 +++++++++++++++++++++++++++++++
15 2 files changed, 59 insertions(+)
16
17 diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
18 index 6d0558d46d6..6797f12d39a 100644
19 --- a/dev-python/nbformat/Manifest
20 +++ b/dev-python/nbformat/Manifest
21 @@ -2,3 +2,4 @@ DIST nbformat-4.0.1.tar.gz 105767 SHA256 5261c957589b9dfcd387c338d59375162ba9ca8
22 DIST nbformat-4.1.0.tar.gz 108264 SHA256 dbf6c0ed0cb7c5a7184536368f1dd1ada2d48fd6f016e0f9e9b69236e28c0857 SHA512 606d8aa786fdbe8fe6d12d9a13886a49043b096a86ad180556f65f226d5031c98f6c80b4319de09292f2f17ed9e3a5038828c94a7306ed2abd78976e30fc08d4 WHIRLPOOL f01d3431fb007b12bbd892181781d87a700c01a28f1bf5308f4ae0f5c5dd63c768e926964848a3a21b6bd34e8d6d2b6c3d962b4dee1f034a387e45d2c3741a2e
23 DIST nbformat-4.2.0.tar.gz 110309 SHA256 389a5b630a30539074f238a48fb9864592f63d611baccfa2ffaf14ffe239de06 SHA512 4b1b4ae59948306d750e0e44f5443980de64f7ae1e4afd57299114e952b9733268bd54900ea8598e4ba14754c622fb1fe7eb13a29716c91941d79ba75031f543 WHIRLPOOL 9e7ab6e385be29502cbe7a76aee57017e5956ee71d825902ffe25d6fb4b092eab17a649c04dbee953efdbc34c309dc79fe71d10fa96a7b888c3b46608765ed5b
24 DIST nbformat-4.3.0.tar.gz 578765 SHA256 5febcce872672f1c97569e89323992bdcb8573fdad703f835e6521253191478b SHA512 f4727466b96bb1e1524e9c496898bf0e868fd85b65e325a9741f0debc4f9fd908652b0eb4d0d20ed68332d7770c21dcb41b63ec76dc6a7d1b3267f03a7f96757 WHIRLPOOL e6b55758042127ab40d14268d45b33d7d32b2fab42a1aeaef106e9f6aad144f4228221074fd6cfc287fea2274167534c970546afc1d8216bc90f51e29318dfc2
25 +DIST nbformat-4.4.0.tar.gz 113683 SHA256 f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 SHA512 46cb78bca374ef49c4461f230cbb8eb4af611d7be395a448680964c759d47fa8558dd07de96c43921ca171c486707dc823e278b724d9dab51bd30c3dab47ff6e WHIRLPOOL 744eb36a89490a05a9fc954fe08d2a3fa062f21c99b4ed5680c0d18ff9ad1d8b8b24b2da5648c2102863956d9cefc7f5eea14ab6f9da239ed718e15be26cce0b
26
27 diff --git a/dev-python/nbformat/nbformat-4.4.0.ebuild b/dev-python/nbformat/nbformat-4.4.0.ebuild
28 new file mode 100644
29 index 00000000000..703139c395c
30 --- /dev/null
31 +++ b/dev-python/nbformat/nbformat-4.4.0.ebuild
32 @@ -0,0 +1,58 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
39 +PYTHON_REQ_USE='sqlite'
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Reference implementation of the Jupyter Notebook format"
44 +HOMEPAGE="http://jupyter.org"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64 ~x86"
50 +IUSE="doc test"
51 +
52 +RDEPEND="
53 + >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
54 + dev-python/ipython_genutils[${PYTHON_USEDEP}]
55 + >=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
56 + dev-python/jupyter_core[${PYTHON_USEDEP}]
57 + "
58 +DEPEND="${RDEPEND}
59 + doc? (
60 + dev-python/sphinx[${PYTHON_USEDEP}]
61 + dev-python/numpydoc[${PYTHON_USEDEP}]
62 + )
63 + test? (
64 + dev-python/testpath[${PYTHON_USEDEP}]
65 + dev-python/pytest[${PYTHON_USEDEP}]
66 + dev-python/pytest-cov[${PYTHON_USEDEP}]
67 + )
68 + "
69 +
70 +python_prepare_all() {
71 + # Prevent un-needed download during build
72 + if use doc; then
73 + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
74 + fi
75 +
76 + distutils-r1_python_prepare_all
77 +}
78 +
79 +python_compile_all() {
80 + if use doc; then
81 + emake -C docs html
82 + HTML_DOCS=( docs/_build/html/. )
83 + fi
84 +}
85 +
86 +python_test() {
87 + distutils_install_for_testing
88 + cd "${TEST_DIR}"/lib || die
89 + py.test -v --cov nbformat nbformat || die
90 +}