16 lines
374 B
Bash
16 lines
374 B
Bash
EAPI=6
|
|
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
DESCRIPTION="IPython magics for generating figures with TikZ"
|
|
HOMEPAGE="https://github.com/mkrphys/ipython-tikzmagic"
|
|
EGIT_REPO_URI="https://github.com/mkrphys/ipython-tikzmagic.git"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
RDEPEND="dev-python/jupyter_core"
|