commit: e4ea6c00d336a969397fb08afebea8abea4cd093
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 18:54:05 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 18:54:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4ea6c00
dev-python/python-lsp-isort: disable pypy3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
index cc95211426..f682d6b92a 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1