From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/
Date: Tue, 20 Sep 2016 21:12:15 +0000 (UTC) [thread overview]
Message-ID: <1474405855.12df19f921b8af40f858bded75c73a3bb93e1571.soap@gentoo> (raw)
commit: 12df19f921b8af40f858bded75c73a3bb93e1571
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 20 09:15:51 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 21:10:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12df19f9
dev-python/jupyter_core: Version bump to 4.2.0
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2369
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/jupyter_core/Manifest | 1 +
dev-python/jupyter_core/jupyter_core-4.2.0.ebuild | 54 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index fece999..3a919af 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1,2 +1,3 @@
DIST jupyter_core-4.0.6.tar.gz 55060 SHA256 96a68a3b1d018ff7776270b26b7cb0cfd7a18a53ef2061421daff435707d198c SHA512 e6d7a0293ce6cdd3202b354aae62900683eb0474590980bf3d9c6f89b4b16182e7caee0e42c3feb3de5851535a01394b20725d9428eb105dbc2c34d90e0d398b WHIRLPOOL c1370d386c63665db1a47f1df0e3942c713b4f9e71ad5a2bd8c83bcf1b5dfe937fdadcd606335a989514499b9e6446d92a0bb250b9e972181b12d0d9423ee80a
DIST jupyter_core-4.1.0.tar.gz 56500 SHA256 146af0679c33c56db4b85b785f3dacd933ffaca97e7d2d56ff577a5485c2bd13 SHA512 863c4611093e914d92ac268d26e546842132d398d30f78c8440830a426da2923912b7da484ca3282a3f737300af316a305b8417cd1c35acd4a0ff93de1309d39 WHIRLPOOL 80427965a8394f1e86e0fc9a456eb3396cf37ed6e3c4362acb5998121d7b02c3242c3405871a2c25b71394716af039211a994fdbac5e833cc55c7beeb6e29d4e
+DIST jupyter_core-4.2.0.tar.gz 57722 SHA256 44ec837a53bebf4e937112d3f9ccf31fee4f8db3e406dd0dd4f0378a354bed9c SHA512 37e4ffa2ce9b3f8bdd4d1e520050e6919a8bbf1345f5684bcabeab158b4c014b1b49e7e58705cb623ed53ef63ef26b67d236fb48d285b68b76b928d516706b37 WHIRLPOOL 69372c9c545171ab34cc4d721402d4226431f8d44edbf0964022747e26a79df30542d355827fd5061fc57e0a54715984f8094df266e71185f591b247ccafa1ee
diff --git a/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild
new file mode 100644
index 00000000..4b69ef6
--- /dev/null
+++ b/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core common functionality of Jupyter projects"
+HOMEPAGE="http://jupyter.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+ dev-python/traitlets[${PYTHON_USEDEP}]
+ "
+DEPEND="${RDEPEND}
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+ >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
+ )
+ "
+
+python_prepare_all() {
+ # Prevent un-needed download during build
+ if use doc; then
+ sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
+ fi
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ distutils_install_for_testing
+ cd "${TEST_DIR}"/lib || die
+ py.test jupyter_core || die
+}
+
+python_install_all() {
+ use doc && HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2016-09-20 21:12 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 21:12 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-05 8:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ Michał Górny
2023-04-05 7:16 Arthur Zamarin
2023-03-17 5:32 Michał Górny
2023-03-02 5:13 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-31 11:22 Michał Górny
2023-01-25 7:55 Michał Górny
2023-01-24 7:04 Michał Górny
2023-01-10 6:21 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 18:38 Arthur Zamarin
2023-01-03 6:23 Michał Górny
2022-12-23 7:30 Arthur Zamarin
2022-12-17 17:16 WANG Xuerui
2022-12-17 6:43 Michał Górny
2022-12-16 19:44 Arthur Zamarin
2022-11-29 6:59 Michał Górny
2022-11-29 6:59 Michał Górny
2022-11-13 11:51 Michał Górny
2022-11-12 20:19 Arthur Zamarin
2022-11-06 7:59 Michał Górny
2022-11-06 7:24 Sam James
2022-10-27 9:48 Andrew Ammerlaan
2022-10-21 7:48 Michał Górny
2022-08-09 5:51 Michał Górny
2022-08-08 19:40 Arthur Zamarin
2022-07-09 8:41 Michał Górny
2022-07-07 19:11 Arthur Zamarin
2022-05-21 19:25 Michał Górny
2022-05-21 17:41 Jakov Smolić
2022-04-19 8:45 Michał Górny
2022-03-18 15:19 Michał Górny
2022-03-18 14:32 Arthur Zamarin
2022-02-15 23:09 Michał Górny
2022-01-29 7:53 Michał Górny
2022-01-29 7:23 Arthur Zamarin
2021-12-29 12:42 Andrew Ammerlaan
2021-11-18 8:10 Sam James
2021-11-14 20:35 Sam James
2021-10-24 5:13 Arthur Zamarin
2021-10-24 0:19 Sam James
2021-09-26 17:52 Sam James
2021-09-17 8:31 Michał Górny
2021-09-14 5:17 Sam James
2021-08-10 5:00 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 14:45 Michał Górny
2021-06-20 1:45 Sam James
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-07 8:30 Michał Górny
2021-02-01 8:50 Michał Górny
2021-01-05 23:26 Michał Górny
2021-01-05 23:26 Michał Górny
2020-09-07 5:48 Michał Górny
2020-08-17 20:36 David Seifert
2020-08-17 20:36 David Seifert
2020-08-03 3:11 Sam James
2020-07-31 0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10 8:11 Michał Górny
2020-06-10 7:31 Michał Górny
2020-06-09 7:46 Michał Górny
2020-04-15 5:54 Mike Gilbert
2020-03-27 20:22 Michał Górny
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-17 7:23 Michał Górny
2019-12-23 11:53 Benda XU
2019-05-04 22:58 Virgil Dupras
2019-02-27 4:25 Aaron Bauman
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-05-10 17:04 Andreas Sturmlechner
2018-04-22 1:35 Thomas Deutschmann
2018-03-12 2:13 Matt Turner
2018-03-12 0:51 Matt Turner
2017-12-01 16:09 Andrey Grozin
2017-11-17 18:47 David Seifert
2017-03-12 12:31 Zac Medico
2017-02-21 8:14 David Seifert
2017-02-21 8:14 David Seifert
2016-12-21 13:51 Patrice Clement
2016-07-23 11:46 David Seifert
2016-02-28 6:56 Matt Thode
2016-01-15 10:48 Justin Lecher
2015-11-28 17:33 Justin Lecher
2015-11-28 17:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474405855.12df19f921b8af40f858bded75c73a3bb93e1571.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox