commit: 45d43d5c7cefa97683797166d3ac642b85b57720 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Wed Aug 7 19:10:39 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 02:51:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d43d5c
dev-python/rpds-py: restrict virtual/rust to min supported ver Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Closes: https://bugs.gentoo.org/937535 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rpds-py/rpds-py-0.19.0.ebuild | 2 ++ dev-python/rpds-py/rpds-py-0.19.1.ebuild | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/dev-python/rpds-py/rpds-py-0.19.0.ebuild b/dev-python/rpds-py/rpds-py-0.19.0.ebuild index f1c00942c9d0..e28966aade46 100644 --- a/dev-python/rpds-py/rpds-py-0.19.0.ebuild +++ b/dev-python/rpds-py/rpds-py-0.19.0.ebuild @@ -50,6 +50,8 @@ LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +BDEPEND=">=virtual/rust-1.76.0" + QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/rpds/rpds.*.so" distutils_enable_tests pytest diff --git a/dev-python/rpds-py/rpds-py-0.19.1.ebuild b/dev-python/rpds-py/rpds-py-0.19.1.ebuild index 2e15fcaff7b2..2828cf5261da 100644 --- a/dev-python/rpds-py/rpds-py-0.19.1.ebuild +++ b/dev-python/rpds-py/rpds-py-0.19.1.ebuild @@ -52,6 +52,10 @@ LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +BDEPEND=" + >=virtual/rust-1.76.0 +" + QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/rpds/rpds.*.so" distutils_enable_tests pytest
