diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2016-05-23 17:17:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-29 16:53:40 +0200 |
commit | e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336 (patch) | |
tree | db1e4181e45ed5bb12b9b2b3cfe6b7c702425551 /dev-python/nbsphinx/metadata.xml | |
parent | dev-python/ipywidgets: Version bump to 5.1.4 (diff) | |
download | gentoo-e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336.tar.gz gentoo-e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336.tar.bz2 gentoo-e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336.zip |
dev-python/nbsphinx: Add new package required by nbconvert-4.2.0[doc]
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/nbsphinx/metadata.xml')
-rw-r--r-- | dev-python/nbsphinx/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/nbsphinx/metadata.xml b/dev-python/nbsphinx/metadata.xml new file mode 100644 index 000000000000..f0192b5c7a98 --- /dev/null +++ b/dev-python/nbsphinx/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription> + nbsphinx is a Sphinx extension that provides a source parser for + *.ipynb files. Custom Sphinx directives are used to show Jupyter + Notebook code cells (and of course their results) in both HTML and + LaTeX output. Un-evaluated notebooks -- i.e. notebooks without + stored output cells -- will be automatically executed during the + Sphinx build process. + </longdescription> + <upstream> + <remote-id type="pypi">nbformat</remote-id> + <remote-id type="github">spatialaudio/nbsphinx</remote-id> + </upstream> +</pkgmetadata> |