summaryrefslogtreecommitdiff
path: root/dev-python/nbsphinx
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/nbsphinx
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/nbsphinx')
-rw-r--r--dev-python/nbsphinx/Manifest2
-rw-r--r--dev-python/nbsphinx/metadata.xml18
-rw-r--r--dev-python/nbsphinx/nbsphinx-0.9.8.ebuild32
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
new file mode 100644
index 000000000000..44ab7b316174
--- /dev/null
+++ b/dev-python/nbsphinx/Manifest
@@ -0,0 +1,2 @@
+DIST nbsphinx-0.9.8.tar.gz 417469 BLAKE2B e3d0db06fda06d4cf4db54dabc4ef9355bf07d9439149d7af46e4ee1e40d4110c6a3a94d40a2ffc811c27da051e5ff8a4e0c05827bb0cb822d2de682d938d28a SHA512 614d861067c7b7f183627b091577f5027a80ab636098e41bd55d3721fd170d240be63bae1bba7e0c9464d4970b81a849f7c010a8a99ccafc358f033960dfdee2
+DIST nbsphinx-0.9.8.tar.gz.provenance 9308 BLAKE2B 7cca99ffbaaede8efd0ed5da9bca4d9bda6700ef8a3b1aa5cd93c66697861d2614ab8e76584862ec449a830163e6449425100517e42f684ed89b25b1b33e7dc4 SHA512 ad3dc326eb0a6e779179248f9fcf432a6a3efa2af08a1f2c63412f1a80ba98c11217bae2861948d1996793f8cc72ce3ef0ce991a2e7c9a450a8e5dd549714e73
diff --git a/dev-python/nbsphinx/metadata.xml b/dev-python/nbsphinx/metadata.xml
new file mode 100644
index 000000000000..6d2460394ef6
--- /dev/null
+++ b/dev-python/nbsphinx/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/nbsphinx/nbsphinx-0.9.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.9.8.ebuild
new file mode 100644
index 000000000000..b3b167287912
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/spatialaudio/nbsphinx
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+ https://github.com/spatialaudio/nbsphinx/
+ https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+
+RDEPEND="
+ >=dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}]
+ dev-python/nbformat[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
+ >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"