summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-13 19:35:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-13 19:49:10 +0200
commit82b56bfe264a370ddb7704b93192c517fd464c4f (patch)
tree56713c581453d777f0a5ff4ca70f6bf5f5b4335a /dev-python/pyls-spyder
parentdev-python/flexmock: Remove old (diff)
downloadgentoo-82b56bfe264a370ddb7704b93192c517fd464c4f.tar.gz
gentoo-82b56bfe264a370ddb7704b93192c517fd464c4f.tar.bz2
gentoo-82b56bfe264a370ddb7704b93192c517fd464c4f.zip
dev-python/pyls-spyder: Remove pypy3
pypy3 is no longer supported by dev-python/python-lsp-server. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyls-spyder')
-rw-r--r--dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
index 17be0d228f2f..1098dbd49097 100644
--- a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
+++ b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1