Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/traitlets/, dev-python/qtconsole/
Date: Wed, 02 Sep 2015 06:05:42
Message-Id: 1441117621.7a6f54acbfe16bf399cd3fb40acd17402aaa4964.jlec@gentoo
1 commit: 7a6f54acbfe16bf399cd3fb40acd17402aaa4964
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 1 14:27:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 14:27:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a6f54ac
7
8 Restore symlinks
9
10 dev-python/qtconsole/qtconsole-4.0.1.ebuild | 46 +----------------------------
11 dev-python/traitlets/traitlets-4.0.0.ebuild | 34 +--------------------
12 2 files changed, 2 insertions(+), 78 deletions(-)
13
14 diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
15 deleted file mode 100644
16 index 071d25f..0000000
17 --- a/dev-python/qtconsole/qtconsole-4.0.1.ebuild
18 +++ /dev/null
19 @@ -1,45 +0,0 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
30 -HOMEPAGE="http://jupyter.org"
31 -
32 -if [ ${PV} == "9999" ] ; then
33 - inherit git-r3
34 - EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
35 -else
36 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 - KEYWORDS="~amd64"
38 -fi
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -IUSE="test"
43 -
44 -RDEPEND="
45 - dev-python/ipykernel[${PYTHON_USEDEP}]
46 - dev-python/jupyter_client[${PYTHON_USEDEP}]
47 - "
48 -DEPEND="${RDEPEND}
49 - test? (
50 - >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
51 - )
52 - || (
53 - dev-python/PyQt4[${PYTHON_USEDEP},svg]
54 - dev-python/PyQt5[${PYTHON_USEDEP},svg]
55 - dev-python/pyside[${PYTHON_USEDEP},svg]
56 - )
57 - dev-python/pygments[${PYTHON_USEDEP}]
58 - >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
59 - "
60 -PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
61 -
62 -python_test() {
63 - nosetests --with-coverage --cover-package qtconsole qtconsole || die
64 -}
65
66 diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
67 new file mode 120000
68 index 0000000..6170cda
69 --- /dev/null
70 +++ b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
71 @@ -0,0 +1 @@
72 +qtconsole-9999.ebuild
73 \ No newline at end of file
74
75 diff --git a/dev-python/traitlets/traitlets-4.0.0.ebuild b/dev-python/traitlets/traitlets-4.0.0.ebuild
76 deleted file mode 100644
77 index 6d04e99..0000000
78 --- a/dev-python/traitlets/traitlets-4.0.0.ebuild
79 +++ /dev/null
80 @@ -1,33 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=5
86 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="A configuration system for Python applications"
91 -HOMEPAGE="https://github.com/ipython/traitlets"
92 -
93 -if [ ${PV} == "9999" ] ; then
94 - inherit git-r3
95 - EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
96 -else
97 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
98 - KEYWORDS="~amd64"
99 -fi
100 -
101 -LICENSE="BSD"
102 -SLOT="0"
103 -IUSE="test"
104 -
105 -RDEPEND="
106 - dev-python/decorator[${PYTHON_USEDEP}]
107 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
108 - "
109 -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
110 -
111 -python_test() {
112 - nosetests --with-coverage --cover-package traitlets traitlets || die
113 -}
114
115 diff --git a/dev-python/traitlets/traitlets-4.0.0.ebuild b/dev-python/traitlets/traitlets-4.0.0.ebuild
116 new file mode 120000
117 index 0000000..6d6a41b
118 --- /dev/null
119 +++ b/dev-python/traitlets/traitlets-4.0.0.ebuild
120 @@ -0,0 +1 @@
121 +traitlets-9999.ebuild
122 \ No newline at end of file