commit: 2c1a25b9ea1c470d4ef7c011e88bcb950e716be1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 12 15:20:53 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 12 15:23:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1a25b9
dev-python/nbclassic: BDEPEND on babel `pybabel` is called during the build in nbclassic/i18n/build_py_translations.py, it's also in pyproject.toml under `requires`. Closes: https://bugs.gentoo.org/960948 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/nbclassic/nbclassic-1.3.1.ebuild | 3 ++- dev-python/nbclassic/nbclassic-1.3.2.ebuild | 3 ++- dev-python/nbclassic/nbclassic-1.3.3.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.3.1.ebuild b/dev-python/nbclassic/nbclassic-1.3.1.ebuild index de14b9340448..31bc7d619a86 100644 --- a/dev-python/nbclassic/nbclassic-1.3.1.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,7 @@ RDEPEND=" " BDEPEND=" + dev-python/babel dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}] test? ( dev-python/nbval[${PYTHON_USEDEP}] diff --git a/dev-python/nbclassic/nbclassic-1.3.2.ebuild b/dev-python/nbclassic/nbclassic-1.3.2.ebuild index 1c9eefb8283c..60bd39ad3e1e 100644 --- a/dev-python/nbclassic/nbclassic-1.3.2.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,7 @@ RDEPEND=" " BDEPEND=" + dev-python/babel dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}] test? ( dev-python/nbval[${PYTHON_USEDEP}] diff --git a/dev-python/nbclassic/nbclassic-1.3.3.ebuild b/dev-python/nbclassic/nbclassic-1.3.3.ebuild index ba8540bac6ed..4c5fb4313c44 100644 --- a/dev-python/nbclassic/nbclassic-1.3.3.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,7 @@ RDEPEND=" " BDEPEND=" + dev-python/babel dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}] test? ( dev-python/nbval[${PYTHON_USEDEP}]
