dev-python/jupyter-server-terminals: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-30 20:43:37 +02:00
parent d7d4eb1d7b
commit aef04f36cb
2 changed files with 0 additions and 47 deletions

View File

@@ -1,2 +1 @@
DIST jupyter_server_terminals-0.5.3.tar.gz 31430 BLAKE2B 1633bd67b775a5d76870530705d13adea49bd5f583cf93a7cf7e713d8fa75e50012ff5c1bdd9b23ad0f3636347618cf01c04e1c546172dbe1031b507b597fb25 SHA512 dcb9d460b9f2fde1a2614dd202c25329bea5870846d0431af21659ab4fef2ea1671beea73c8f61bffb224984a39eb0b69bac12244426f940d9bc6a82202393c9
DIST jupyter_server_terminals-0.5.4.tar.gz 31770 BLAKE2B ad3f38e8adad8326f4b5244fd5ff3a41f8d65dddfeae2966c17167e7b1e7a753411183a89ca01d1890ce0caeba7219b47918a7dbf5f93e4f223555b62db836a7 SHA512 b102f9a239f2846abaed809dac6f0266b6cd24e67eeb0f8f38a058b605db9735bb328d2b30729dd5380192db64ba46d33e0ae9157c77a3e13f0bcd909648a673

View File

@@ -1,46 +0,0 @@
# 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} )
inherit distutils-r1 pypi
DESCRIPTION="A Jupyter Server Extension Providing Terminals"
HOMEPAGE="
https://jupyter.org/
https://github.com/jupyter-server/jupyter_server_terminals/
https://pypi.org/project/jupyter-server-terminals/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/terminado[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/jupyter-server[${PYTHON_USEDEP}]
dev-python/pytest-jupyter[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)
"
EPYTEST_DESELECT=(
# Fails if shell is not bash
tests/test_terminal.py::test_terminal_create_with_cwd
tests/test_terminal.py::test_terminal_create_with_relative_cwd
)
EPYTEST_PLUGINS=( pytest-{jupyter,timeout} )
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
mv "${ED}/usr/etc" "${ED}/etc" || die
}