add dev-python/jupyter_latex_envs

This commit is contained in:
Florian Tham
2018-01-16 09:59:17 +01:00
parent df84912869
commit a76af42444
4 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="(Some) LaTeX environments for Jupyter"
HOMEPAGE="https://github.com/jfbercher/jupyter_latex_envs"
SRC_URI="https://github.com/jfbercher/jupyter_latex_envs/archive/master.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/jupyter_core"
S="${WORKDIR}/${PN}-master"