Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/
Date: Sat, 28 Nov 2015 17:58:17
Message-Id: 1448732852.2fd8ca3db9b71539b7681e346b77d131d121df3b.marbre@gentoo
1 commit: 2fd8ca3db9b71539b7681e346b77d131d121df3b
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:47:32 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:47:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fd8ca3d
7
8 dev-python/qtconsole: Moved to tree
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/qtconsole/ChangeLog | 4 ++
13 dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild | 68 --------------------------
14 dev-python/qtconsole/qtconsole-4.1.1.ebuild | 63 ------------------------
15 3 files changed, 4 insertions(+), 131 deletions(-)
16
17 diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog
18 index 565b466..4d10198 100644
19 --- a/dev-python/qtconsole/ChangeLog
20 +++ b/dev-python/qtconsole/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
26 + -qtconsole-4.0.1-r1.ebuild, -qtconsole-4.1.1.ebuild:
27 + dev-python/qtconsole: Moved to tree
28 +
29 *qtconsole-4.1.1 (27 Nov 2015)
30
31 27 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
32
33 diff --git a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild
34 deleted file mode 100644
35 index 35469c1..0000000
36 --- a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild
37 +++ /dev/null
38 @@ -1,68 +0,0 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
45 -PYTHON_REQ_USE="threads(+)"
46 -
47 -inherit distutils-r1
48 -
49 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
50 -HOMEPAGE="http://jupyter.org"
51 -
52 -if [ ${PV} == "9999" ] ; then
53 - inherit git-r3
54 - EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
55 -else
56 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57 - KEYWORDS="~amd64 ~x86"
58 -fi
59 -
60 -LICENSE="BSD"
61 -SLOT="0"
62 -IUSE="doc test"
63 -
64 -RDEPEND="
65 - dev-python/ipykernel[${PYTHON_USEDEP}]
66 - dev-python/jupyter_client[${PYTHON_USEDEP}]
67 - "
68 -DEPEND="${RDEPEND}
69 - doc? (
70 - dev-python/ipython[${PYTHON_USEDEP}]
71 - dev-python/sphinx[${PYTHON_USEDEP}]
72 - )
73 - test? (
74 - >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
75 - )
76 - || (
77 - dev-python/pyside[${PYTHON_USEDEP},svg]
78 - dev-python/PyQt4[${PYTHON_USEDEP},svg]
79 - dev-python/PyQt5[${PYTHON_USEDEP},svg]
80 - )
81 - dev-python/pygments[${PYTHON_USEDEP}]
82 - >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
83 - "
84 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
85 -
86 -python_prepare_all() {
87 - # Prevent un-needed download during build
88 - if use doc; then
89 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
90 - fi
91 -
92 - distutils-r1_python_prepare_all
93 -}
94 -
95 -python_compile_all() {
96 - use doc && emake -C docs html
97 -}
98 -
99 -python_test() {
100 - nosetests --with-coverage --cover-package qtconsole qtconsole || die
101 -}
102 -
103 -python_install_all() {
104 - use doc && HTML_DOCS=( docs/build/html/. )
105 - distutils-r1_python_install_all
106 -}
107
108 diff --git a/dev-python/qtconsole/qtconsole-4.1.1.ebuild b/dev-python/qtconsole/qtconsole-4.1.1.ebuild
109 deleted file mode 100644
110 index 6c23042..0000000
111 --- a/dev-python/qtconsole/qtconsole-4.1.1.ebuild
112 +++ /dev/null
113 @@ -1,63 +0,0 @@
114 -# Copyright 1999-2015 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117 -
118 -EAPI=5
119 -
120 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
121 -PYTHON_REQ_USE="threads(+)"
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
126 -HOMEPAGE="http://jupyter.org"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="BSD"
130 -SLOT="0"
131 -KEYWORDS="~amd64 ~x86"
132 -IUSE="doc test"
133 -
134 -RDEPEND="
135 - dev-python/ipykernel[${PYTHON_USEDEP}]
136 - >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
137 - "
138 -DEPEND="${RDEPEND}
139 - doc? (
140 - >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}]
141 - >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}]
142 - )
143 - test? (
144 - >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
145 - )
146 - || (
147 - dev-python/pyside[${PYTHON_USEDEP},svg]
148 - dev-python/PyQt4[${PYTHON_USEDEP},svg]
149 - dev-python/PyQt5[${PYTHON_USEDEP},svg]
150 - )
151 - dev-python/pygments[${PYTHON_USEDEP}]
152 - >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
153 - "
154 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
155 -
156 -python_prepare_all() {
157 - # Prevent un-needed download during build
158 - if use doc; then
159 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
160 - fi
161 -
162 - distutils-r1_python_prepare_all
163 -}
164 -
165 -python_compile_all() {
166 - use doc && emake -C docs html
167 -}
168 -
169 -python_test() {
170 - nosetests --with-coverage --cover-package qtconsole qtconsole || die
171 -}
172 -
173 -python_install_all() {
174 - use doc && HTML_DOCS=( docs/build/html/. )
175 - distutils-r1_python_install_all
176 -}