public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Thu, 31 Mar 2022 14:31:10 +0000 (UTC)	[thread overview]
Message-ID: <1648737062.dfea6b63e634aa58a35c73dba2f619cccf6e4ac4.andrewammerlaan@gentoo> (raw)

commit:     dfea6b63e634aa58a35c73dba2f619cccf6e4ac4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 14:25:01 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 14:31:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea6b63

dev-python/qtconsole: add 5.3.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/qtconsole/Manifest               |  1 +
 dev-python/qtconsole/qtconsole-5.3.0.ebuild | 51 +++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest
index 56acbfb34537..0e16eb4ec5b5 100644
--- a/dev-python/qtconsole/Manifest
+++ b/dev-python/qtconsole/Manifest
@@ -1,3 +1,4 @@
 DIST qtconsole-5.1.1.tar.gz 428840 BLAKE2B eb5f6dacf576133c07bc45a9f0fcfdfd041f72012d9564e288a40ac060a6843f6438c80836bcf2f35ffa1f575383bdffe347a498930fe96e2d99a1f1fbe3a032 SHA512 dd9f725fc6e55dea3910650c4c5641336ed1ed56e6eeaad91e6567743bc02fbd0ca567295c3c8897bb800df305ec0bf9f2d8caa8ad0099cdfa2d20c7ca96fbdc
 DIST qtconsole-5.2.1.tar.gz 429573 BLAKE2B 57d42dee8710576785dd1e2e054469b5b2325fad1c30aab1b071f1aac80f3146edc057b03b025d72f0c8691d002a06dbe45bf51d51876ff730d39106d4e4aaa4 SHA512 86e310da66f36e38a584758b18482da927acd70f095600554d4bef3c0b0fcfab5df9d9990b94943a14932afbb8d5ec1db5810c40ef2a7e59172788291684d9aa
 DIST qtconsole-5.2.2.tar.gz 429610 BLAKE2B 1a9f163dfa8a2d38829b2db5a5589b80605b82f144d95e51e3668f296b8e839fd3045c813505926a4c8690e438e79d82c0307c33416152d28899b2f0324aec1e SHA512 43727a08a0b828421bb051063055b3306a2111bedfd148aea6bccc04e103bbffb798c35440bfdb82ffa6bf17a2b0ce9e1ad2d0b3df9aaea294a23dcf582dfd57
+DIST qtconsole-5.3.0.tar.gz 430258 BLAKE2B 883c95124d911b17a1cebedc357f207e042a9679a09eb63bace09f7f39eac4b1f3a24ccd372760e3142494208119dc4131939cd82e8cab364dacecca184c8545 SHA512 6fcfaa7ad842f3f45d4e2286ce816a0b4c71e3c3fb07b86589934efcc637e2cd6f5712fa8a10c375b8e86d1e1e6ce32de9f2be2fc0decd554b51c658e106b120

diff --git a/dev-python/qtconsole/qtconsole-5.3.0.ebuild b/dev-python/qtconsole/qtconsole-5.3.0.ebuild
new file mode 100644
index 000000000000..64c5ca6e660f
--- /dev/null
+++ b/dev-python/qtconsole/qtconsole-5.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+inherit distutils-r1
+
+DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
+HOMEPAGE="https://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-4.1[${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/pyzmq-17.1[${PYTHON_USEDEP}]
+	dev-python/traitlets[${PYTHON_USEDEP}]
+	>=dev-python/QtPy-2.0.1[${PYTHON_USEDEP},gui,printsupport,svg]
+"
+# The test suite tests both against pyqt5 *and* pyside2
+BDEPEND="
+	test? (
+		dev-python/QtPy[pyqt5,pyside2,${PYTHON_USEDEP},svg,testlib]
+	)
+"
+# required by the tests that are removed:
+#		dev-python/flaky[${PYTHON_USEDEP}]
+#		dev-python/pytest-qt[${PYTHON_USEDEP}]
+
+PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_test() {
+	# TODO: these tests require virtx; however, running under virtx
+	# causes pytest to segv on exit (even though tests pass)
+	EPYTEST_IGNORE=(
+		qtconsole/tests/test_00_console_widget.py
+		qtconsole/tests/test_jupyter_widget.py
+	)
+	epytest
+}


             reply	other threads:[~2022-03-31 14:31 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31 14:31 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 13:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/ 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-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-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=1648737062.dfea6b63e634aa58a35c73dba2f619cccf6e4ac4.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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