Сравнение jupyter-client-8.6.3 с jupyter-client-8.7.0
| /usr/portage/dev-python/jupyter-client/jupyter-client-8.7.0.ebuild 2026-03-11 11:46:08.209760592 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517=hatchling |
| 7 |
PYTHON_COMPAT=( python3_{12..13} )
|
|
| 7 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 8 | 8 |
PYTHON_REQ_USE="threads(+)" |
| 9 | 9 | |
| 10 | 10 |
inherit distutils-r1 pypi |
| ... | ... | |
| 18 | 18 | |
| 19 | 19 |
LICENSE="BSD" |
| 20 | 20 |
SLOT="0" |
| 21 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" |
|
| 21 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" |
|
| 22 | 22 | |
| 23 | 23 |
RDEPEND=" |
| 24 | 24 |
>=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]
|
| 25 | 25 |
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
|
| 26 |
>=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
|
|
| 27 |
>=dev-python/tornado-6.0[${PYTHON_USEDEP}]
|
|
| 26 |
>=dev-python/pyzmq-25.0[${PYTHON_USEDEP}]
|
|
| 27 |
>=dev-python/tornado-6.4.1[${PYTHON_USEDEP}]
|
|
| 28 | 28 |
dev-python/traitlets[${PYTHON_USEDEP}]
|
| 29 | 29 |
" |
| 30 | 30 |
BDEPEND=" |
| 31 | 31 |
test? ( |
| 32 | 32 |
>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
|
| 33 |
>=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
|
|
| 34 |
>=dev-python/pytest-jupyter-0.4.1[${PYTHON_USEDEP}]
|
|
| 35 |
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
|
|
| 36 |
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
|
| 37 | 33 |
) |
| 38 | 34 |
" |
| 39 | 35 | |
| 36 |
EPYTEST_RERUNS=3 |
|
| 37 |
EPYTEST_PLUGINS=( anyio pytest-{jupyter,timeout} )
|
|
| 40 | 38 |
distutils_enable_tests pytest |
| 41 | 39 | |
| 42 | 40 |
python_test() {
|
| ... | ... | |
| 47 | 45 |
tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo |
| 48 | 46 |
) |
| 49 | 47 | |
| 50 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
| 51 |
epytest -o tmp_path_retention_policy=all \ |
|
| 52 |
-p asyncio -p rerunfailures --reruns=3 -p timeout |
|
| 48 |
epytest -o tmp_path_retention_policy=all |
|
| 53 | 49 |
} |