From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Tue, 23 Jun 2020 06:03:55 +0000 (UTC) [thread overview]
Message-ID: <1592892228.9bd272833241eb863858038eca6ad03f834edd61.mgorny@gentoo> (raw)
commit: 9bd272833241eb863858038eca6ad03f834edd61
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 05:07:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 06:03:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd27283
dev-python/qtconsole: Bump to 4.7.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qtconsole/Manifest | 1 +
dev-python/qtconsole/qtconsole-4.7.5.ebuild | 46 +++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest
index 91f1fb7782e..57aaedf99ba 100644
--- a/dev-python/qtconsole/Manifest
+++ b/dev-python/qtconsole/Manifest
@@ -1,3 +1,4 @@
DIST qtconsole-4.3.1.tar.gz 416931 BLAKE2B ec47c2ae8527d7aee55d6cb8d2ebea39ab1bfd3a268c46306613b67f72c27904db1de52682a47d075d804dad9cd7c124296163b39532936fb1a497ae606b7ffc SHA512 f0f84d95143b4513c3d12af4712c6a5724143bf8c44e7a3fbc06d7a94e665b8d12072dd13eafb09476a3aa829155f4c75eb517ffb2bd6e8bd3c00af3c764e48f
DIST qtconsole-4.6.0.tar.gz 426936 BLAKE2B dfd61258e2e8a0ba74421253f39392e2daa04acfd072361488fc93087e2aa4daa62203e4da501a24db43a79eafe7eaa8528f54edbf7b6bb6d547521cc92b8829 SHA512 196022af0d9ebe9e065bf46c07f90bddb2c314d4f0f778f828e20200b11085150ff3ad3adac944496b778b926a0ccdec7903de27be25b79be7fe3ba867148b0b
DIST qtconsole-4.7.4.tar.gz 424884 BLAKE2B 79380a1619498a28eaf7e741a3408a63b58705fe7c0672108b57c5cd9bb7c35d77569ce59a3cdb8dc21b3e403cc41845a534c55838ecf2e82038677132e90fbb SHA512 4564c0ee15b1feaff235ae35a22bfb719497e5f74416ea0ab471018c4d68e13dd05cc4d0180b69151f81817180d4985589340698067b5a2166764a39147255fa
+DIST qtconsole-4.7.5.tar.gz 424850 BLAKE2B e2d2ba50ce57b13504bdf8ad1ee3374b76abc980f0b74dfe1177c3f066ba24382bc51f8d3db2614a8d74b198ed20f01fac67c288602ae6e31fe90165e63ab9e9 SHA512 ee57ad2de5b840ee4e7f439be08a3c82fd39ef1bf6113b7eda95fa1aabd132c799ff584a2ac7f7e2c89df4bcd9a9409bbaeee108a6bb49e6197d2e3395336ad7
diff --git a/dev-python/qtconsole/qtconsole-4.7.5.ebuild b/dev-python/qtconsole/qtconsole-4.7.5.ebuild
new file mode 100644
index 00000000000..b9aa30d6b72
--- /dev/null
+++ b/dev-python/qtconsole/qtconsole-4.7.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
+HOMEPAGE="http://jupyter.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/ipykernel[${PYTHON_USEDEP}]
+ dev-python/ipython_genutils[${PYTHON_USEDEP}]
+ dev-python/jupyter_core[${PYTHON_USEDEP}]
+ >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/traitlets[${PYTHON_USEDEP}]
+ dev-python/QtPy[${PYTHON_USEDEP},svg]
+"
+BDEPEND="
+ test? (
+ dev-python/QtPy[${PYTHON_USEDEP},svg,testlib]
+ )
+"
+# required by removed tests:
+# dev-python/pytest-qt[${PYTHON_USEDEP}]
+PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+src_prepare() {
+ # TODO: these tests require virtx; however, running under virtx
+ # causes pytest to segv on exit (even though tests pass)
+ rm qtconsole/tests/test_00_console_widget.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2020-06-23 6:04 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-23 6:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 6:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/ Michał Górny
2024-09-14 13:38 Arthur Zamarin
2024-08-29 4:52 Michał Górny
2024-07-12 10:36 Michał Górny
2024-05-22 9:10 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-06 15:29 Michał Górny
2024-03-06 9:52 Jakov Smolić
2023-12-16 13:47 Michał Górny
2023-12-16 10:59 Arthur Zamarin
2023-11-16 4:09 Michał Górny
2023-11-06 6:22 Michał Górny
2023-10-24 17:51 Michał Górny
2023-09-10 5:27 WANG Xuerui
2023-09-02 19:19 Michał Górny
2023-09-02 19:03 Michał Górny
2023-09-02 19:03 Michał Górny
2023-06-06 5:57 Michał Górny
2023-06-06 1:03 Sam James
2023-05-06 4:37 Michał Górny
2023-04-22 10:10 Michał Górny
2023-04-22 9:25 Arthur Zamarin
2023-04-03 2:50 Michał Górny
2023-03-12 13:27 Michał Górny
2023-02-03 15:08 Michał Górny
2023-02-03 12:47 Arthur Zamarin
2022-12-05 17:24 WANG Xuerui
2022-11-02 7:37 Michał Górny
2022-10-27 9:48 Andrew Ammerlaan
2022-10-04 6:54 Michał Górny
2022-10-03 21:41 Sam James
2022-08-30 5:45 Michał Górny
2022-07-10 19:16 Michał Górny
2022-07-10 19:08 Arthur Zamarin
2022-06-14 8:13 Michał Górny
2022-06-14 7:10 Agostino Sarubbo
2022-06-06 5:26 Michał Górny
2022-05-27 7:32 Michał Górny
2022-04-02 7:33 Arthur Zamarin
2022-03-31 14:31 Andrew Ammerlaan
2022-02-13 15:13 Sam James
2021-12-14 13:33 Andrew Ammerlaan
2021-12-14 10:21 Michał Górny
2021-11-24 23:31 Andrew Ammerlaan
2021-11-16 6:19 Sam James
2021-08-02 5:44 Michał Górny
2021-08-01 23:49 Sam James
2021-07-01 14:45 Michał Górny
2021-06-29 18:17 Michał Górny
2021-06-05 21:20 Michał Górny
2021-06-05 20:35 Sam James
2021-05-03 9:16 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-03-17 7:48 Michał Górny
2021-02-25 19:36 Michał Górny
2021-02-25 19:00 Sam James
2021-01-22 9:55 Michał Górny
2020-12-27 19:48 Michał Górny
2020-12-27 19:01 Sam James
2020-11-25 8:37 Michał Górny
2020-11-24 7:43 Michał Górny
2020-10-18 23:55 Sam James
2020-09-05 15:25 Sam James
2020-09-05 3:08 Sam James
2020-09-04 3:30 Michał Górny
2020-09-02 9:12 Michał Górny
2020-08-21 15:36 Agostino Sarubbo
2020-08-18 8:50 Michał Górny
2020-08-18 8:17 Michał Górny
2020-08-03 3:11 Sam James
2020-07-31 22:33 Aaron Bauman
2020-07-31 0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-07-07 20:01 Michał Górny
2020-06-23 6:03 Michał Górny
2020-06-10 8:11 Michał Górny
2020-06-10 7:32 Michał Górny
2020-06-10 7:31 Michał Górny
2020-06-09 12:42 Michał Górny
2020-05-03 2:51 Mike Gilbert
2020-03-17 8:08 Michał Górny
2019-12-23 8:13 Benda XU
2019-12-04 17:15 Michał Górny
2019-12-04 17:15 Michał Górny
2019-05-05 7:15 Michał Górny
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2017-12-12 21:49 Patrice Clement
2017-12-12 20:55 Patrice Clement
2017-09-13 12:07 Michael Palimaka
2017-09-13 12:07 Michael Palimaka
2017-07-10 13:15 Alexis Ballier
2017-04-18 19:25 Kacper Kowalik
2017-04-16 19:05 David Seifert
2016-11-12 13:18 Patrice Clement
2016-11-03 17:37 David Seifert
2016-04-02 8:24 David Seifert
2016-02-23 9:22 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=1592892228.9bd272833241eb863858038eca6ad03f834edd61.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