commit: 23c5b3d264faa8577aed77e3a2fb874ea0ea098e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:43:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 12:43:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=23c5b3d2
dev-python/qtconsole: Add python3.5 support
split live code to live ebuild
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/qtconsole/qtconsole-4.1.0.ebuild | 13 ++++---------
dev-python/qtconsole/qtconsole-9999.ebuild | 15 +++++----------
2 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/dev-python/qtconsole/qtconsole-4.1.0.ebuild
b/dev-python/qtconsole/qtconsole-4.1.0.ebuild
index 8ac99f4..e7a1b30 100644
--- a/dev-python/qtconsole/qtconsole-4.1.0.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.1.0.ebuild
@@ -3,23 +3,18 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
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 ~x86"
-fi
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND="
diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild
b/dev-python/qtconsole/qtconsole-9999.ebuild
index 8ac99f4..b873ab2 100644
--- a/dev-python/qtconsole/qtconsole-9999.ebuild
+++ b/dev-python/qtconsole/qtconsole-9999.ebuild
@@ -3,23 +3,18 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-inherit distutils-r1
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 git-r3
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 ~x86"
-fi
+EGIT_REPO_URI="https://github.com/jupyter/${PN}.git
git://github.com/jupyter/${PN}.git"
LICENSE="BSD"
SLOT="0"
+KEYWORDS=""
IUSE="doc test"
RDEPEND="