diff options
Diffstat (limited to 'dev-python/ipynb/ipynb-0.5.1.ebuild')
-rw-r--r-- | dev-python/ipynb/ipynb-0.5.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/ipynb/ipynb-0.5.1.ebuild b/dev-python/ipynb/ipynb-0.5.1.ebuild new file mode 100644 index 000000000000..e995d8d88f5c --- /dev/null +++ b/dev-python/ipynb/ipynb-0.5.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Package/Module importer for importing code from Jupyter Notebook files" +HOMEPAGE="http://ipython.org/" +SRC_URI="https://github.com/ipython/ipynb/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |