Files
overlay/dev-python/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-9999.ebuild
2018-01-17 09:20:27 +01:00

16 lines
428 B
Bash

EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1 git-r3
DESCRIPTION="A collection of various notebook extensions for Jupyter"
HOMEPAGE="https://github.com/ipython-contrib/jupyter_contrib_nbextensions"
EGIT_REPO_URI="https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/jupyter_contrib_core"