From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAD44158099 for ; Wed, 22 Nov 2023 15:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884372BC026; Wed, 22 Nov 2023 15:25:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D972D2BC02B for ; Wed, 22 Nov 2023 15:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9B1D335DB6 for ; Wed, 22 Nov 2023 15:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7483813B6 for ; Wed, 22 Nov 2023 15:25:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1700666698.3125c95cd9683f49a1a15f3008a7dd208616e6b7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lsp-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild X-VCS-Directories: dev-python/python-lsp-server/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3125c95cd9683f49a1a15f3008a7dd208616e6b7 X-VCS-Branch: master Date: Wed, 22 Nov 2023 15:25:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02b5f22b-5ef9-4695-a9f7-1f87d33e3d15 X-Archives-Hash: aa9d016e8df0f83df0ee5efeb272f7d9 commit: 3125c95cd9683f49a1a15f3008a7dd208616e6b7 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Nov 22 15:24:37 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Nov 22 15:24:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3125c95c dev-python/python-lsp-server: enable more plugins on pypy Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild index 878ce3b4f5d0..8bc53bf67357 100644 --- a/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild +++ b/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild @@ -31,11 +31,11 @@ RDEPEND=" >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}] >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}] + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}] >=dev-python/yapf-0.33.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] >=dev-python/rope-1.2.0[${PYTHON_USEDEP}] - >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}] ' 'python*') ) " @@ -44,18 +44,18 @@ BDEPEND=" >=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] >=dev-python/flake8-5.0.0[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}] >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}] + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}] >=dev-python/yapf-0.33.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}] >=dev-python/rope-1.2.0[${PYTHON_USEDEP}] - >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}] ' 'python*') ) " @@ -86,10 +86,7 @@ python_test() { EPYTEST_IGNORE+=( test/plugins/test_autoimport.py test/plugins/test_completion.py - test/plugins/test_pylint_lint.py test/plugins/test_rope_rename.py - # whatthepatch required for yapf - test/plugins/test_yapf_format.py ) fi