Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Fri, 27 May 2022 07:32:22
Message-Id: 1653635850.07139b62db7085c68ecada36228f7e1de597de7b.mgorny@gentoo
1 commit: 07139b62db7085c68ecada36228f7e1de597de7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 07:17:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 07:17:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07139b62
7
8 dev-python/qtconsole: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/qtconsole/Manifest | 2 --
13 dev-python/qtconsole/qtconsole-5.1.1.ebuild | 45 ---------------------------
14 dev-python/qtconsole/qtconsole-5.2.1.ebuild | 47 -----------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest
18 index 0e16eb4ec5b5..e9ac0c65e6e4 100644
19 --- a/dev-python/qtconsole/Manifest
20 +++ b/dev-python/qtconsole/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST qtconsole-5.1.1.tar.gz 428840 BLAKE2B eb5f6dacf576133c07bc45a9f0fcfdfd041f72012d9564e288a40ac060a6843f6438c80836bcf2f35ffa1f575383bdffe347a498930fe96e2d99a1f1fbe3a032 SHA512 dd9f725fc6e55dea3910650c4c5641336ed1ed56e6eeaad91e6567743bc02fbd0ca567295c3c8897bb800df305ec0bf9f2d8caa8ad0099cdfa2d20c7ca96fbdc
23 -DIST qtconsole-5.2.1.tar.gz 429573 BLAKE2B 57d42dee8710576785dd1e2e054469b5b2325fad1c30aab1b071f1aac80f3146edc057b03b025d72f0c8691d002a06dbe45bf51d51876ff730d39106d4e4aaa4 SHA512 86e310da66f36e38a584758b18482da927acd70f095600554d4bef3c0b0fcfab5df9d9990b94943a14932afbb8d5ec1db5810c40ef2a7e59172788291684d9aa
24 DIST qtconsole-5.2.2.tar.gz 429610 BLAKE2B 1a9f163dfa8a2d38829b2db5a5589b80605b82f144d95e51e3668f296b8e839fd3045c813505926a4c8690e438e79d82c0307c33416152d28899b2f0324aec1e SHA512 43727a08a0b828421bb051063055b3306a2111bedfd148aea6bccc04e103bbffb798c35440bfdb82ffa6bf17a2b0ce9e1ad2d0b3df9aaea294a23dcf582dfd57
25 DIST qtconsole-5.3.0.tar.gz 430258 BLAKE2B 883c95124d911b17a1cebedc357f207e042a9679a09eb63bace09f7f39eac4b1f3a24ccd372760e3142494208119dc4131939cd82e8cab364dacecca184c8545 SHA512 6fcfaa7ad842f3f45d4e2286ce816a0b4c71e3c3fb07b86589934efcc637e2cd6f5712fa8a10c375b8e86d1e1e6ce32de9f2be2fc0decd554b51c658e106b120
26
27 diff --git a/dev-python/qtconsole/qtconsole-5.1.1.ebuild b/dev-python/qtconsole/qtconsole-5.1.1.ebuild
28 deleted file mode 100644
29 index bfb91fcfbe63..000000000000
30 --- a/dev-python/qtconsole/qtconsole-5.1.1.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -PYTHON_REQ_USE="threads(+)"
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
43 -HOMEPAGE="https://jupyter.org"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm arm64 x86"
49 -
50 -RDEPEND="
51 - dev-python/ipykernel[${PYTHON_USEDEP}]
52 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
53 - dev-python/jupyter_core[${PYTHON_USEDEP}]
54 - >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
55 - dev-python/pygments[${PYTHON_USEDEP}]
56 - dev-python/traitlets[${PYTHON_USEDEP}]
57 - dev-python/QtPy[${PYTHON_USEDEP},gui,printsupport,svg]
58 -"
59 -BDEPEND="
60 - test? (
61 - dev-python/QtPy[${PYTHON_USEDEP},svg,testlib]
62 - )
63 -"
64 -# required by the tests that are removed:
65 -# dev-python/flaky[${PYTHON_USEDEP}]
66 -# dev-python/pytest-qt[${PYTHON_USEDEP}]
67 -
68 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
69 -
70 -distutils_enable_sphinx docs/source
71 -distutils_enable_tests pytest
72 -
73 -python_test() {
74 - # TODO: these tests require virtx; however, running under virtx
75 - # causes pytest to segv on exit (even though tests pass)
76 - epytest --ignore qtconsole/tests/test_00_console_widget.py
77 -}
78
79 diff --git a/dev-python/qtconsole/qtconsole-5.2.1.ebuild b/dev-python/qtconsole/qtconsole-5.2.1.ebuild
80 deleted file mode 100644
81 index 82cf36fe9fd7..000000000000
82 --- a/dev-python/qtconsole/qtconsole-5.2.1.ebuild
83 +++ /dev/null
84 @@ -1,47 +0,0 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=8
89 -
90 -PYTHON_COMPAT=( python3_{8..9} )
91 -PYTHON_REQ_USE="threads(+)"
92 -inherit distutils-r1
93 -
94 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
95 -HOMEPAGE="https://jupyter.org"
96 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="BSD"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm64 ~x86"
101 -
102 -RDEPEND="
103 - >=dev-python/ipykernel-4.1[${PYTHON_USEDEP}]
104 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
105 - dev-python/jupyter_core[${PYTHON_USEDEP}]
106 - >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
107 - dev-python/pygments[${PYTHON_USEDEP}]
108 - >=dev-python/pyzmq-17.1[${PYTHON_USEDEP}]
109 - dev-python/traitlets[${PYTHON_USEDEP}]
110 - dev-python/QtPy[${PYTHON_USEDEP},gui,printsupport,svg]
111 -"
112 -# The test suite tests both against pyqt5 *and* pyside2
113 -BDEPEND="
114 - test? (
115 - dev-python/QtPy[pyqt5,pyside2,${PYTHON_USEDEP},svg,testlib]
116 - )
117 -"
118 -# required by the tests that are removed:
119 -# dev-python/flaky[${PYTHON_USEDEP}]
120 -# dev-python/pytest-qt[${PYTHON_USEDEP}]
121 -
122 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
123 -
124 -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
125 -distutils_enable_tests pytest
126 -
127 -python_test() {
128 - # TODO: these tests require virtx; however, running under virtx
129 - # causes pytest to segv on exit (even though tests pass)
130 - epytest --ignore qtconsole/tests/test_00_console_widget.py
131 -}