Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Wed, 13 Sep 2017 12:07:11
Message-Id: 1505304413.ca0de6b599fdf9c187011b050a79168964b0bbb6.kensington@gentoo
1 commit: ca0de6b599fdf9c187011b050a79168964b0bbb6
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 13 12:05:06 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 13 12:06:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0de6b5
7
8 dev-python/qtconsole: remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/qtconsole/Manifest | 2 -
13 dev-python/qtconsole/qtconsole-4.1.1.ebuild | 67 ---------------------------
14 dev-python/qtconsole/qtconsole-4.2.1.ebuild | 72 -----------------------------
15 3 files changed, 141 deletions(-)
16
17 diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest
18 index 19d8b8521ca..1cae0670925 100644
19 --- a/dev-python/qtconsole/Manifest
20 +++ b/dev-python/qtconsole/Manifest
21 @@ -1,3 +1 @@
22 -DIST qtconsole-4.1.1.tar.gz 406257 SHA256 741906acae9e02c0df9138ac88b621ef22e438565aa96d783a9ef88faec3de46 SHA512 2848eb8d3a8816a47ca422b24837372899864e750336509f3d8444333d0783bae46b9917258cab14d4e09d91d5068a7772fb849a267e1a7d6e282c7c75e9f4e9 WHIRLPOOL 1a3a638be2bdea3f9ab6d625edd110ef698a84cfdf3b1f4101375faf8ed60a0e8e9ab6e297575dab8e2e6389107ba62a6bb338c78934780e19dd4c498aee9eb9
23 -DIST qtconsole-4.2.1.tar.gz 408430 SHA256 25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef SHA512 f207e55be159d32cff25d017e12a598564ce106394382c9ac5277f8025aa9201ac4be13711a9a991a2877280f17490e40a6a90649983ca586f25091d62a2848d WHIRLPOOL ab6dece8c1bbf49a23ab14b3911e019f636a7ab46003866943313881d9fcead75391114dd726684347ea880d55f0c47df8266154b04bf8954a56080f186044c6
24 DIST qtconsole-4.3.0.tar.gz 416877 SHA256 2821ccf85853b83e4958521f82e36325208787eaf79b19b83905a99cc41aa209 SHA512 50e8d04152b90e85989ee6f1f182ae0f788d5f231311fcd61170b7a7c20a9a32d35918810ccb85e38be6b2092791c7fa9ac8726524100bca12d9ae6a949acc54 WHIRLPOOL 239686bea6e5db6c926b5e4d38e36e8e644df44c3de3a6c4756d9345713586e9e8b3cdf4cbe605aaca3fd77ca502abcd4a3e745955a20e23ab67d934c2f46f7b
25
26 diff --git a/dev-python/qtconsole/qtconsole-4.1.1.ebuild b/dev-python/qtconsole/qtconsole-4.1.1.ebuild
27 deleted file mode 100644
28 index d395608fab2..00000000000
29 --- a/dev-python/qtconsole/qtconsole-4.1.1.ebuild
30 +++ /dev/null
31 @@ -1,67 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
38 -PYTHON_REQ_USE="threads(+)"
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
43 -HOMEPAGE="http://jupyter.org"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc test"
50 -
51 -RDEPEND="
52 - dev-python/ipykernel[${PYTHON_USEDEP}]
53 - >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
54 - "
55 -DEPEND="${RDEPEND}
56 - doc? (
57 - >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}]
58 - >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}]
59 - )
60 - test? (
61 - >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
62 - || (
63 - dev-python/pyside[${PYTHON_USEDEP},svg]
64 - dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
65 - dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
66 - )
67 - )
68 - || (
69 - dev-python/pyside[${PYTHON_USEDEP},svg]
70 - dev-python/PyQt5[${PYTHON_USEDEP},svg]
71 - dev-python/PyQt4[${PYTHON_USEDEP},svg]
72 - )
73 - dev-python/pygments[${PYTHON_USEDEP}]
74 - >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
75 - "
76 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
77 -
78 -python_prepare_all() {
79 - # Prevent un-needed download during build
80 - if use doc; then
81 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
82 - fi
83 -
84 - distutils-r1_python_prepare_all
85 -}
86 -
87 -python_compile_all() {
88 - use doc && emake -C docs html
89 -}
90 -
91 -python_test() {
92 - nosetests --with-coverage --cover-package qtconsole qtconsole || die
93 -}
94 -
95 -python_install_all() {
96 - use doc && HTML_DOCS=( docs/build/html/. )
97 - distutils-r1_python_install_all
98 -}
99
100 diff --git a/dev-python/qtconsole/qtconsole-4.2.1.ebuild b/dev-python/qtconsole/qtconsole-4.2.1.ebuild
101 deleted file mode 100644
102 index c2fe4deec55..00000000000
103 --- a/dev-python/qtconsole/qtconsole-4.2.1.ebuild
104 +++ /dev/null
105 @@ -1,72 +0,0 @@
106 -# Copyright 1999-2016 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -
111 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
112 -PYTHON_REQ_USE="threads(+)"
113 -
114 -inherit distutils-r1 virtualx
115 -
116 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
117 -HOMEPAGE="http://jupyter.org"
118 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
119 -
120 -LICENSE="BSD"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE="doc test"
124 -
125 -RDEPEND="
126 - dev-python/ipykernel[${PYTHON_USEDEP}]
127 - >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
128 - "
129 -DEPEND="${RDEPEND}
130 - doc? (
131 - >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}]
132 - >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}]
133 - )
134 - test? (
135 - >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
136 - || (
137 - dev-python/pyside[${PYTHON_USEDEP},svg]
138 - dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
139 - dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
140 - )
141 - )
142 - || (
143 - dev-python/pyside[${PYTHON_USEDEP},svg]
144 - dev-python/PyQt5[${PYTHON_USEDEP},svg]
145 - dev-python/PyQt4[${PYTHON_USEDEP},svg]
146 - )
147 - dev-python/pygments[${PYTHON_USEDEP}]
148 - >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
149 - "
150 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
151 -
152 -python_prepare_all() {
153 - # Prevent un-needed download during build
154 - if use doc; then
155 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
156 - fi
157 -
158 - distutils-r1_python_prepare_all
159 -}
160 -
161 -python_compile_all() {
162 - use doc && emake -C docs html
163 -}
164 -
165 -python_test() {
166 - # jupyter qtconsole --generate-config ... jupyter-qtconsole: cannot connect to X server
167 - # ERROR
168 - sed \
169 - -e 's:test_generate_config:_&:g' \
170 - -i qtconsole/tests/test_app.py || die
171 - virtx nosetests --verbosity=2 qtconsole
172 -}
173 -
174 -python_install_all() {
175 - use doc && HTML_DOCS=( docs/build/html/. )
176 - distutils-r1_python_install_all
177 -}