summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2017-03-07 16:27:37 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-09 21:43:32 +0100
commit3ba2d44c994f563f8ea038337528ca31b55e3e5b (patch)
treeaeedd7be4c041776838caa0dd58c12ec12a86a61 /dev-python/ipynb/metadata.xml
parentkde-apps/kdepim-kresources: Bump EAPI 6, send pushd/popd to /dev/null (diff)
downloadgentoo-3ba2d44c994f563f8ea038337528ca31b55e3e5b.tar.gz
gentoo-3ba2d44c994f563f8ea038337528ca31b55e3e5b.tar.bz2
gentoo-3ba2d44c994f563f8ea038337528ca31b55e3e5b.zip
dev-python/ipynb: New package
ipynb is a python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files. Bug: https://bugs.gentoo.org/611962 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4148
Diffstat (limited to 'dev-python/ipynb/metadata.xml')
-rw-r--r--dev-python/ipynb/metadata.xml17
1 files changed, 17 insertions, 0 deletions
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>