commit: 9d3affa61ce60c1682a51d9e26204f034a9fd40b
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 09:09:26 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:09:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d3affa6
dev-python/jupyter_console: Replace symlinks
Package-Manager: portage-2.2.20.1
dev-python/jupyter_console/jupyter_console-9999.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild
b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 7b03c52..c663445 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -5,18 +5,11 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-inherit distutils-r1
+inherit distutils-r1 git-r3
DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
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"