diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/ipynb | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/ipynb')
-rw-r--r-- | dev-python/ipynb/Manifest | 3 | ||||
-rw-r--r-- | dev-python/ipynb/ipynb-0.5.1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/ipynb/metadata.xml | 17 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/ipynb/Manifest b/dev-python/ipynb/Manifest new file mode 100644 index 000000000000..b9eee4e2b98e --- /dev/null +++ b/dev-python/ipynb/Manifest @@ -0,0 +1,3 @@ +DIST ipynb-0.5.1.tar.gz 50890 BLAKE2B 57c7d680b467b67baeef8b36f741cd1f396c716b20efe2bbffdb889a1e78ff81ce10dd52bcc01450279bda5bdf17b39a0ebd4d014e884fa61a8c884d9042c04a SHA512 30e4755661795401b6139e79b8046cf1d157660cc1effee4c19fe62fb1b0daee4daacbea3a6e7cf0c16d7efa6d82d83becea11894bfae6557a1d6cb04efd18e2 +EBUILD ipynb-0.5.1.ebuild 473 BLAKE2B 7b447759a091daf5ebcc9d04e692b6b8937ef944c2882f3ee3c0035186973a9c2c15568c9cf8162952f2bb0a0bfb3744724c9cef0c188f96cb46343c4ea3c49c SHA512 873dc6f9d6de8604909d8d46407b65b3755466cde4586e1beb5451facae476c5b9c378b6cc645d8cf7f33500232f8999ecde9d5ee7f986c64e5c6437095f2641 +MISC metadata.xml 667 BLAKE2B 5a5af7df22273f550e9d2bd7eebf7f2bf4a00903949f3d0be67f38d57896a86051595ebde9310cbf4bc25d103c3be8b1d7388efbc3b72faae51d835329bfc027 SHA512 d248835afd2ab8ae67ef01fbf340ad06739c962efe9efa2a64565d7e189422d8b435514ceadd848ed4d70cc086b14f4b7ec0ea5c0e5cd0da306fca7e924bcf12 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..629aabfd99a0 --- /dev/null +++ b/dev-python/ipynb/ipynb-0.5.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +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="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/ipynb/metadata.xml b/dev-python/ipynb/metadata.xml new file mode 100644 index 000000000000..580977109cb1 --- /dev/null +++ b/dev-python/ipynb/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marbre@linux.sungazer.de</email> + <name>Marius Brehler</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription>A python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files.</longdescription> + <upstream> + <remote-id type="pypi">ipynb</remote-id> + <remote-id type="github">ipython/ipynb</remote-id> + </upstream> +</pkgmetadata> |