dev-python/jupyter-builder - 1.2.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/jupyter-builder-1.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/jupyter-builder-1.2.1

Or alternatively:

emerge --autounmask-write -a =dev-python/jupyter-builder-1.2.1

Package Information

Description:
JupyterLab build tools
Homepage:
https://jupyter.org/ https://github.com/jupyterlab/jupyter-builder https://pypi.org/project/jupyter-builder/
License:
BSD MIT ISC

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 pypi xdg

DESCRIPTION="JupyterLab build tools"
HOMEPAGE="
	https://jupyter.org/
	https://github.com/jupyterlab/jupyter-builder
	https://pypi.org/project/jupyter-builder/
"

LICENSE="BSD MIT ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="
	!<dev-python/jupyterlab-4.6.0
	dev-python/jupyter-core[${PYTHON_USEDEP}]
	dev-python/traitlets[${PYTHON_USEDEP}]
"

BDEPEND="
	test? (
		dev-python/jinja2-time[${PYTHON_USEDEP}]
	)
"

EPYTEST_IGNORE=(
	# TODO: package copier
	tests/test_tpl.py
)

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

xdg

Dependencies

RDEPEND

	!<dev-python/jupyterlab-4.6.0
	dev-python/jupyter-core[]
	dev-python/traitlets[]

BDEPEND

	test? (
		dev-python/jinja2-time[]
	)