commit: c326cf0733da21b0db86389c2c75cdb649683ef3 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Sep 22 09:07:05 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 09:07:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c326cf07
dev-python/jupyter_core: Replace symlinks Package-Manager: portage-2.2.20.1 dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild | 10 ++-------- dev-python/jupyter_core/jupyter_core-9999.ebuild | 11 ++--------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild index 6ed3dbe..3df560f 100644 --- a/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild @@ -9,16 +9,10 @@ inherit distutils-r1 DESCRIPTION="Core common functionality of Jupyter projects" 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=" +SRC_URI=" mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://raw.githubusercontent.com/gentoo-science/sci/master/patches/${P}-tests-dotipython.patch" - KEYWORDS="~amd64" -fi +KEYWORDS="~amd64" LICENSE="BSD" SLOT="0" diff --git a/dev-python/jupyter_core/jupyter_core-9999.ebuild b/dev-python/jupyter_core/jupyter_core-9999.ebuild index 078c198..ab09471 100644 --- a/dev-python/jupyter_core/jupyter_core-9999.ebuild +++ b/dev-python/jupyter_core/jupyter_core-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="Core common functionality of Jupyter projects" 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"
