ipython/jupyter ebuild: use git instead of master.zip
This commit is contained in:
@@ -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 collection of various notebook extensions for Jupyter"
|
||||
HOMEPAGE="https://github.com/ipython-contrib/jupyter_contrib_nbextensions"
|
||||
SRC_URI="https://github.com/ipython-contrib/jupyter_contrib_nbextensions/archive/master.zip -> ${P}.zip"
|
||||
EGIT_REPO_URI="https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
@@ -13,5 +13,3 @@ IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/jupyter_contrib_core"
|
||||
|
||||
S="${WORKDIR}/${PN}-master"
|
||||
|
||||
Reference in New Issue
Block a user