public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-lsp/
Date: Fri, 22 Mar 2024 04:38:53 +0000 (UTC)	[thread overview]
Message-ID: <1711082320.e77ca1b41640bc204bab82425769b53c2659576d.mgorny@gentoo> (raw)

commit:     e77ca1b41640bc204bab82425769b53c2659576d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 03:43:44 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 04:38:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77ca1b4

dev-python/jupyter-lsp: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-lsp/Manifest                 |  1 -
 dev-python/jupyter-lsp/jupyter-lsp-2.2.3.ebuild | 85 -------------------------
 2 files changed, 86 deletions(-)

diff --git a/dev-python/jupyter-lsp/Manifest b/dev-python/jupyter-lsp/Manifest
index 8c2b6f69af04..56755ccdd2b4 100644
--- a/dev-python/jupyter-lsp/Manifest
+++ b/dev-python/jupyter-lsp/Manifest
@@ -1,2 +1 @@
-DIST jupyter-lsp-2.2.3.tar.gz 48675 BLAKE2B b7b57e6d5cf2efb1a6c4a2884da721b8230da28f656679bc46502b38f4960663400af0dcacff2e92d211dd8e190ee633dbb63d24e9499b8530ebbc399597abd7 SHA512 ecccf5a99ef64e64bcdf999673035c45f5ccf42e9e02c3de9c600c0469f727f3cf0a6c71f53090494523070521df88642260e477588963303af0d9ba0518bb96
 DIST jupyter-lsp-2.2.4.tar.gz 48663 BLAKE2B 7157d52657b614af1909e681903aa5fabd5b8d4f246f8e87b281615dc9c754c23da928a806980e1f7c8230786870263cb4d9fab32e365dfe660a2e578e40552b SHA512 01d2b18ec3f9575c1d2ab1ea64f94d093fa593374ab8a1343024b78c1baf935a9fd51a4f9a65a1094b6fc59384ca244714e73066d8db13fa00de5c1f625462c6

diff --git a/dev-python/jupyter-lsp/jupyter-lsp-2.2.3.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-2.2.3.ebuild
deleted file mode 100644
index 7bd7fd2446b8..000000000000
--- a/dev-python/jupyter-lsp/jupyter-lsp-2.2.3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab"
-HOMEPAGE="
-	https://github.com/jupyter-lsp/jupyterlab-lsp
-	https://pypi.org/project/jupyter-lsp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-	dev-python/entrypoints[${PYTHON_USEDEP}]
-	>=dev-python/jupyter-server-1.1.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# Do not depend on pytest-cov or flake8
-	sed -i -e '/--cov/d' -e '/--flake8/d' setup.cfg || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# hangs
-		jupyter_lsp/tests/test_auth.py
-		# Not packaged
-		jupyter_lsp/tests/test_detect.py::test_r_package_detection
-		"jupyter_lsp/tests/test_listener.py::test_listeners[bash-language-server]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[dockerfile-language-server-nodejs]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[pylsp]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[r-languageserver]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[sql-language-server]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[typescript-language-server]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[unified-language-server]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[vscode-css-languageserver-bin]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[vscode-html-languageserver-bin]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[vscode-json-languageserver-bin]"
-		"jupyter_lsp/tests/test_listener.py::test_listeners[yaml-language-server]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[bash-language-server]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[dockerfile-language-server-nodejs]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[pylsp]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[r-languageserver]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[sql-language-server]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[typescript-language-server]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[unified-language-server]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[vscode-css-languageserver-bin]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[vscode-html-languageserver-bin]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[vscode-json-languageserver-bin]"
-		"jupyter_lsp/tests/test_session.py::test_start_known[yaml-language-server]"
-	)
-
-	case ${EPYTHON} in
-		python3.12)
-			EPYTEST_DESELECT+=(
-				jupyter_lsp/tests/test_session.py::test_start_unknown
-			)
-			;;
-	esac
-
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-	optfeature "Language server for Python" dev-python/python-lsp-server
-}


             reply	other threads:[~2024-03-22  4:39 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22  4:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 17:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-lsp/ Michał Górny
2024-04-24 15:31 Sam James
2024-04-10  6:15 Michał Górny
2024-03-21 19:24 Arthur Zamarin
2024-03-16  9:56 Michał Górny
2024-03-16  9:54 Arthur Zamarin
2024-03-05 19:11 Michał Górny
2024-02-26 17:48 Michał Górny
2023-12-15 13:13 Michał Górny
2023-12-15 12:41 Arthur Zamarin
2023-12-15 11:19 Michał Górny
2023-11-27  5:02 Michał Górny
2023-11-20 17:03 Michał Górny
2023-10-13 15:27 Arthur Zamarin
2023-10-13 14:47 Arthur Zamarin
2023-10-06 17:47 Arthur Zamarin
2023-10-06 17:44 Arthur Zamarin
2023-10-06 14:52 Sam James
2023-09-10  5:27 WANG Xuerui
2023-08-14 17:57 Jakov Smolić
2023-08-13 16:10 Arthur Zamarin
2023-08-13 16:08 Arthur Zamarin
2023-08-05  5:28 Sam James
2023-07-24 11:32 Michał Górny
2023-07-19 11:10 Michał Górny
2023-05-29  5:49 Michał Górny
2023-05-19 13:40 Andrew Ammerlaan
2023-04-08  6:08 Michał Górny
2023-03-29 13:26 Andrew Ammerlaan
2023-03-17 15:29 Michał Górny
2022-11-07 21:38 Andrew Ammerlaan
2022-03-24  8:39 Andrew Ammerlaan
2021-12-29 12:42 Andrew Ammerlaan
2021-11-14  8:46 Michał Górny
2021-10-25 13:09 Andrew Ammerlaan
2021-09-09 13:39 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711082320.e77ca1b41640bc204bab82425769b53c2659576d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox