commit:     7a6f54acbfe16bf399cd3fb40acd17402aaa4964
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep  1 14:27:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 14:27:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a6f54ac

Restore symlinks

 dev-python/qtconsole/qtconsole-4.0.1.ebuild | 46 +----------------------------
 dev-python/traitlets/traitlets-4.0.0.ebuild | 34 +--------------------
 2 files changed, 2 insertions(+), 78 deletions(-)

diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild 
b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
deleted file mode 100644
index 071d25f..0000000
--- a/dev-python/qtconsole/qtconsole-4.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
-HOMEPAGE="http://jupyter.org";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-       dev-python/ipykernel[${PYTHON_USEDEP}]
-       dev-python/jupyter_client[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
-       )
-       || (
-               dev-python/PyQt4[${PYTHON_USEDEP},svg]
-               dev-python/PyQt5[${PYTHON_USEDEP},svg]
-               dev-python/pyside[${PYTHON_USEDEP},svg]
-       )
-       dev-python/pygments[${PYTHON_USEDEP}]
-       >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
-       "
-PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
-
-python_test() {
-       nosetests --with-coverage --cover-package qtconsole qtconsole || die
-}

diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild 
b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
new file mode 120000
index 0000000..6170cda
--- /dev/null
+++ b/dev-python/qtconsole/qtconsole-4.0.1.ebuild
@@ -0,0 +1 @@
+qtconsole-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/traitlets/traitlets-4.0.0.ebuild 
b/dev-python/traitlets/traitlets-4.0.0.ebuild
deleted file mode 100644
index 6d04e99..0000000
--- a/dev-python/traitlets/traitlets-4.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configuration system for Python applications"
-HOMEPAGE="https://github.com/ipython/traitlets";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/ipython/${PN}.git 
git://github.com/ipython/${PN}.git"
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-       dev-python/decorator[${PYTHON_USEDEP}]
-       dev-python/ipython_genutils[${PYTHON_USEDEP}]
-       "
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-       nosetests --with-coverage --cover-package traitlets traitlets || die
-}

diff --git a/dev-python/traitlets/traitlets-4.0.0.ebuild 
b/dev-python/traitlets/traitlets-4.0.0.ebuild
new file mode 120000
index 0000000..6d6a41b
--- /dev/null
+++ b/dev-python/traitlets/traitlets-4.0.0.ebuild
@@ -0,0 +1 @@
+traitlets-9999.ebuild
\ No newline at end of file

Reply via email to