From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/
Date: Wed, 24 Mar 2021 08:03:59 +0000 (UTC) [thread overview]
Message-ID: <1616573035.53b5c5c1c53f6881819a39f6ddacbbeff8e1f1dd.mgorny@gentoo> (raw)
commit: 53b5c5c1c53f6881819a39f6ddacbbeff8e1f1dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 24 08:00:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 24 08:03:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b5c5c1
dev-python/jupyter_console: Bump to 6.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter_console/Manifest | 1 +
.../jupyter_console/jupyter_console-6.4.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/jupyter_console/Manifest b/dev-python/jupyter_console/Manifest
index a2d89343127..219360b6e4c 100644
--- a/dev-python/jupyter_console/Manifest
+++ b/dev-python/jupyter_console/Manifest
@@ -1,2 +1,3 @@
DIST jupyter_console-6.1.0.tar.gz 28468 BLAKE2B 08ef158de6a0eb8fe741dac00b74e11f7e577b5097f54aa16c47ae9e39607231e19a1fcd0a96cbae41d41fad891fefdb532d0f66bc03aa66ff99a8d3ff3cb28c SHA512 abb5457a90d109457e91071cd8b592a14bec7ead75fd667d656f9180a457e39bf470877b2e17c81ff512d1cc69b62a8f700996492f6164eb05a1581db82abbf7
DIST jupyter_console-6.3.0.tar.gz 35313 BLAKE2B 980eac57de949654bf99d99eb74d8600d73d0699ab394e0ad4c5e937fdc278477442e0e95887c95f631ba1bc2b2469c36cc6e4bca8d5f11f97c4943c2f312c4f SHA512 777d9cf8b842eccea108a1857c421fec1bcdf8c226a6947d7ff4ee5d5da4bdbb50096e9e63638053d8eb200e55c093c753010ffb1460dae5579de16aad4e64a6
+DIST jupyter_console-6.4.0.tar.gz 35765 BLAKE2B 48278110338184dbcae242a059c3ba7e0c642d24eaac828786ff9f3c588747f447727a8da1d366ed305eeb5d003d4fabd9b9eea063e8fd5178774108cbef77da SHA512 e2b301cfd3a56ee4cf33d5cfb297726d0f4478562167ed0f0a9320d389118fa661a85b6a5ef24db60673a76d84545bcdb9741bfdd9f8d13ccdbbc5c5e52d7227
diff --git a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
new file mode 100644
index 00000000000..7a54103742f
--- /dev/null
+++ b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
+HOMEPAGE="https://jupyter.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/ipython[${PYTHON_USEDEP}]
+ dev-python/ipykernel[${PYTHON_USEDEP}]
+ dev-python/jupyter_client[${PYTHON_USEDEP}]
+ <dev-python/prompt_toolkit-3.1.0[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]"
+# util-linux provides script(1)
+BDEPEND="
+ test? (
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ sys-apps/util-linux
+ )"
+
+distutils_enable_sphinx docs \
+ dev-python/sphinxcontrib-github-alt dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
next reply other threads:[~2021-03-24 8:04 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-24 8:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-25 9:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/ Michał Górny
2023-03-25 5:34 Arthur Zamarin
2023-03-07 7:08 Michał Górny
2023-02-28 16:54 Michał Górny
2023-02-28 16:35 Sam James
2023-02-28 5:06 Michał Górny
2023-02-21 17:51 Michał Górny
2023-02-21 7:41 Michał Górny
2023-02-14 4:57 Michał Górny
2023-02-10 6:52 Michał Górny
2022-10-27 10:00 Andrew Ammerlaan
2022-07-25 4:52 Michał Górny
2022-07-24 23:23 Sam James
2022-06-22 16:48 Arthur Zamarin
2022-04-17 6:55 Michał Górny
2022-04-17 6:55 Michał Górny
2022-04-16 18:45 Sam James
2022-03-15 22:17 Michał Górny
2021-09-13 18:10 Jakov Smolić
2021-07-06 13:05 Andrew Ammerlaan
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-18 1:41 Sam James
2021-03-17 7:48 Michał Górny
2020-09-05 6:08 Michał Górny
2020-09-02 9:12 Michał Górny
2020-08-23 21:26 David Seifert
2020-07-31 6:38 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-29 10:20 Michał Górny
2020-07-27 20:50 Sam James
2020-07-07 6:35 Michał Górny
2020-06-09 15:14 Michał Górny
2020-05-03 16:40 Michał Górny
2020-03-27 20:22 Michał Górny
2020-03-17 7:23 Michał Górny
2019-12-13 23:07 David Seifert
2019-02-27 4:25 Aaron Bauman
2018-12-25 13:02 Benda XU
2018-03-20 19:04 Andrey Grozin
2017-02-18 19:10 David Seifert
2017-02-15 18:37 David Seifert
2017-02-14 21:20 Patrice Clement
2016-11-03 17:37 David Seifert
2016-07-25 18:39 David Seifert
2016-02-24 16:49 Justin Lecher
2016-01-14 9:53 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=1616573035.53b5c5c1c53f6881819a39f6ddacbbeff8e1f1dd.mgorny@gentoo \
--to=mgorny@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