emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54741: closed ([PATCH] gnu: rust-pyo3-0.15: Fix inputs.)


From: GNU bug Tracking System
Subject: bug#54741: closed ([PATCH] gnu: rust-pyo3-0.15: Fix inputs.)
Date: Mon, 02 May 2022 20:19:01 +0000

Your message dated Mon, 02 May 2022 22:18:15 +0200
with message-id <877d73sn7c.fsf@gnu.org>
and subject line Re: bug#54741: [PATCH] gnu: rust-pyo3-0.15: Fix inputs.
has caused the debbugs.gnu.org bug report #54741,
regarding [PATCH] gnu: rust-pyo3-0.15: Fix inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54741: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54741
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: rust-pyo3-0.15: Fix inputs. Date: Tue, 5 Apr 2022 15:30:46 -0700
* gnu/packages/crates-io.scm(rust-pyo3-0.15)[arguments]<#:phases>: Substitute
  rust-criterion version 0.3.4 to 0.3.5.
---
 gnu/packages/crates-io.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bebc1fce8d..a11c58f9e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45746,7 +45746,14 @@ (define-public rust-pyo3-0.15
         ("rust-serde-json" ,rust-serde-json-1)
         ("rust-trybuild" ,rust-trybuild-1))
        ;; FIXME: fails to initialize Python interpreter.
-       #:tests? #f))
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'patch-cargo-toml
+           (lambda _
+             (substitute* "Cargo.toml"
+               (("0.3.4") ,(package-version rust-criterion-0.3)))
+             #t)))))
     (inputs (list python))
     (home-page "https://github.com/pyo3/pyo3";)
     (synopsis "Rust bindings for the Python interpreter")
-- 
2.34.0





--- End Message ---
--- Begin Message --- Subject: Re: bug#54741: [PATCH] gnu: rust-pyo3-0.15: Fix inputs. Date: Mon, 02 May 2022 22:18:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Brian Kubisiak <brian@kubisiak.com> skribis:

> * gnu/packages/crates-io.scm(rust-pyo3-0.15)[arguments]<#:phases>: Substitute
>   rust-criterion version 0.3.4 to 0.3.5.

Oops I independently pushed something to the same effect in
09fcd191e14824dc9569611d6b2d4e423ef5b106.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]