Skip to content

Commit

Permalink
Merge branch 'vbraun' for 10.2.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Nov 5, 2023
2 parents 7a2c6ac + d6fa37a commit 27d6dd3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
1 change: 1 addition & 0 deletions dev-python/jupyter-sphinx/Manifest
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
26 changes: 26 additions & 0 deletions dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
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}]
"
8 changes: 4 additions & 4 deletions eclass/sage-git.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ KEYWORDS=""

sage-git_src_unpack() {
git-r3_src_unpack

mkdir -p "${S}"

default
}

Expand Down Expand Up @@ -76,8 +76,8 @@ sage-git_src_prepare() {
pushd "${EGIT_CHECKOUT_DIR}"
einfo "Apply sdist patch if found"
# This is to apply any patch that will change the sdist
if [[ -e "${FILESDIR}/${my_pkg}-sdist.patch" ]]; then
eapply "${FILESDIR}/${my_pkg}-sdist.patch"
if [[ -e "${FILESDIR}/sage-sdist.patch" ]]; then
eapply "${FILESDIR}/sage-sdist.patch"
fi

einfo "generating setup.cfg and al. - be patient"
Expand Down
2 changes: 1 addition & 1 deletion package.keywords/sage-10.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dev-python/pyopengl
~dev-python/cypari2-2.1.3
>dev-python/furo-2023.8.19
~dev-python/jupyter-jsmol-2022.1.0
dev-python/jupyter-sphinx
~dev-python/jupyter-sphinx-0.3.2
dev-python/lrcalc
dev-python/primecountpy
>=dev-python/rpy-3.5.7
Expand Down

0 comments on commit 27d6dd3

Please sign in to comment.