Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899465 Details for
Bug 937535
dev-python/rpds-py-0.19.{0,1}: fails to build with <virtual/rust-1.76.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that adds BDEPEND=">=virtual/rust-1.76.0" for affected versions
0001-dev-python-rpds-py-restrict-virtual-rust-to-min-supp.patch (text/plain), 1.50 KB, created by
Lucio Sauer
on 2024-08-07 19:31:16 UTC
(
hide
)
Description:
Patch that adds BDEPEND=">=virtual/rust-1.76.0" for affected versions
Filename:
MIME Type:
Creator:
Lucio Sauer
Created:
2024-08-07 19:31:16 UTC
Size:
1.50 KB
patch
obsolete
>From f77ed0898fa4ab0d847d87705fa26df1a977871d Mon Sep 17 00:00:00 2001 >From: Lucio Sauer <watermanpaint@posteo.net> >Date: Wed, 7 Aug 2024 21:10:39 +0200 >Subject: [PATCH] dev-python/rpds-py: restrict virtual/rust to min supported > ver > >Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> >--- > dev-python/rpds-py/rpds-py-0.19.0.ebuild | 2 ++ > dev-python/rpds-py/rpds-py-0.19.1.ebuild | 2 ++ > 2 files changed, 4 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..8324a059c9ca 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,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 >-- >2.44.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 937535
:
899464
| 899465