commit:     bc1c4412bb06705ea6b167b68b13a0f956f7ad34
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 20:42:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 20:42:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1c4412

dev-util/pkgcheck: sync live with upstream

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/pkgcheck/pkgcheck-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild 
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 2131d0f6f79e..1356e1a90511 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=standalone
 PYTHON_COMPAT=( python3_{10..12} )
 inherit elisp-common distutils-r1 optfeature
 
@@ -33,13 +33,12 @@ else
                >=sys-apps/pkgcore-0.12.25[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
-       >=dev-libs/tree-sitter-0.20.9
-       >=dev-libs/tree-sitter-bash-0.20.5
+       >=dev-libs/tree-sitter-bash-0.21.0[python,${PYTHON_USEDEP}]
        dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.20.4[${PYTHON_USEDEP}]
+       >=dev-python/tree-sitter-0.21.0[${PYTHON_USEDEP}]
        emacs? (
                >=app-editors/emacs-24.1:*
                app-emacs/ebuild-mode
@@ -47,7 +46,7 @@ RDEPEND+="
        )
 "
 BDEPEND="${RDEPEND}
-       dev-python/wheel
+       >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/requests[${PYTHON_USEDEP}]

Reply via email to