add ipython extension ebuilds

This commit is contained in:
Florian Tham
2018-01-16 09:33:31 +01:00
parent f04f641876
commit 52774795ff
6 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="IPython magics for generating figures with TikZ"
HOMEPAGE="https://github.com/mkrphys/ipython-tikzmagic"
SRC_URI="https://github.com/mkrphys/ipython-tikzmagic/archive/master.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/jupyter_core"
S="${WORKDIR}/${PN}-master"