Files
overlay/dev-python/jupyter_nbextensions_configurator/jupyter_nbextensions_configurator-9999.ebuild
2018-01-16 09:47:46 +01:00

19 lines
548 B
Bash

EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
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"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/jupyter_contrib_core
dev-python/jupyter_contrib_nbextensions"
S="${WORKDIR}/${PN}-master"