ipython/jupyter ebuild: use git instead of master.zip

This commit is contained in:
Florian Tham
2018-01-17 09:20:27 +01:00
parent bf109bff33
commit 44e21fd79e
14 changed files with 21 additions and 42 deletions

View File

@@ -1,11 +1,11 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
inherit distutils-r1 git-r3
DESCRIPTION="A jupyter notebook serverextension providing config interfaces for nbextensions"
HOMEPAGE="https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator"
SRC_URI="https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/archive/master.zip -> ${P}.zip"
EGIT_REPO_URI="https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator.git"
LICENSE="BSD"
SLOT="0"
@@ -14,5 +14,3 @@ IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/jupyter_contrib_core
dev-python/jupyter_contrib_nbextensions"
S="${WORKDIR}/${PN}-master"