-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST jupyter_sphinx-0.3.2.tar.gz 16880 BLAKE2B 092e308aa580b7521d375fff37dff6233557f17c421c12c1bb4446ac98ab75b93cc980627e84e8c017c5445612202bf0f5006724a22695584401caf1d1abc250 SHA512 4dbee58cd2e71b547db3e6e03a32d79c26f9eea86ea38128e8ff06ef951a640f2f6cbb3fb9ec19282f87069e725edadb37baccd43025ca67d1e81bb056fb04fc | ||
DIST jupyter_sphinx-0.4.0.tar.gz 18010 BLAKE2B bcb4a49244c5b83d405f335a50e4f863797532b20b085be1b3c5434d3477a4649d3e002c6bbf8b67f9e21b26f8350e604b42d0b87c8542a25a879e3d4b850725 SHA512 2f05f289f3d9e0a2a1e348eb14f7ea924c839e44df9ab0dc53c00aa71b33886cc0aba959917d553077f4a0468dd804b7678bb2f80117af0cec937266ac0d17ea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..12} ) | ||
DISTUTILS_USE_PEP517=setuptools | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Jupyter sphinx extensions" | ||
HOMEPAGE="https://jupyter.org" | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
# pypi tarball do not include tests | ||
RESTRICT="test" | ||
|
||
RDEPEND=" | ||
dev-python/sphinx[${PYTHON_USEDEP}] | ||
dev-python/ipywidgets[${PYTHON_USEDEP}] | ||
dev-python/ipython[${PYTHON_USEDEP}] | ||
dev-python/nbconvert[${PYTHON_USEDEP}] | ||
dev-python/nbformat[${PYTHON_USEDEP}] | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters