dev-python/jupyter-client - 8.9.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/jupyter-client-8.9.1

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

autounmask =dev-python/jupyter-client-8.9.1

Or alternatively:

emerge --autounmask-write -a =dev-python/jupyter-client-8.9.1

Package Information

Description:
Jupyter protocol implementation and client libraries
Homepage:
https://jupyter.org/ https://github.com/jupyter/jupyter_client/ https://pypi.org/project/jupyter-client/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
8.9.1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos 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..14} )
PYTHON_REQ_USE="threads(+)"

inherit distutils-r1 pypi

DESCRIPTION="Jupyter protocol implementation and client libraries"
HOMEPAGE="
	https://jupyter.org/
	https://github.com/jupyter/jupyter_client/
	https://pypi.org/project/jupyter-client/
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"

RDEPEND="
	>=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
	>=dev-python/pyzmq-25.0[${PYTHON_USEDEP}]
	>=dev-python/tornado-6.4.1[${PYTHON_USEDEP}]
	dev-python/traitlets[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.13.0[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
		dev-python/msgpack[${PYTHON_USEDEP}]
	)
"

EPYTEST_RERUNS=3
EPYTEST_PLUGINS=( anyio pytest-{jupyter,timeout} )
distutils_enable_tests pytest

python_test() {
	local EPYTEST_DESELECT=(
		# TODO: times out
		tests/test_client.py::TestAsyncKernelClient::test_input_request
		# TODO
		tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
	)

	epytest -o tmp_path_retention_policy=all
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/jupyter-core-5.1[]
	>=dev-python/python-dateutil-2.8.2[]
	>=dev-python/pyzmq-25.0[]
	>=dev-python/tornado-6.4.1[]
	dev-python/traitlets[]
	>=dev-python/typing-extensions-4.13.0[]

BDEPEND

	test? (
		>=dev-python/ipykernel-6.14[]
		dev-python/msgpack[]
	)