commit:     afc149b0a711d09ad70cbc65dc463b12f2c9ba1a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 03:28:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 03:28:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc149b0

dev-util/pkgcheck: add upper bound on dev-python/tree-sitter

To avoid errors like:
  ValueError: Incompatible Language version 11. Must be between 13 and 13

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pkgcheck/{pkgcheck-0.8.1.ebuild => pkgcheck-0.8.1-r1.ebuild} | 2 +-
 dev-util/pkgcheck/{pkgcheck-0.8.2.ebuild => pkgcheck-0.8.2-r1.ebuild} | 2 +-
 dev-util/pkgcheck/{pkgcheck-0.9.0.ebuild => pkgcheck-0.9.0-r1.ebuild} | 2 +-
 dev-util/pkgcheck/{pkgcheck-0.9.1.ebuild => pkgcheck-0.9.1-r1.ebuild} | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild
index a768d08fe5a..d625f9d99b4 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild
@@ -33,7 +33,7 @@ RDEPEND+="
        dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       dev-python/tree-sitter[${PYTHON_USEDEP}]
+       <dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )

diff --git a/dev-util/pkgcheck/pkgcheck-0.8.2.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.8.2.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
index 7f4f92b3664..8d94a5810da 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.2.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
@@ -33,7 +33,7 @@ RDEPEND+="
        dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       dev-python/tree-sitter[${PYTHON_USEDEP}]
+       <dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.9.0.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild
index b119c84b282..01cc542dcbc 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND+="
        dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       dev-python/tree-sitter[${PYTHON_USEDEP}]
+       <dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.9.1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild
index 7bf477d198f..f4fc9d8e1d4 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND+="
        dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       dev-python/tree-sitter[${PYTHON_USEDEP}]
+       <dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )

Reply via email to