[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75068] [PATCH rust-team v2 92/93] gnu: rust-pyo3-0.15: Order alphab
From: |
Herman Rimm |
Subject: |
[bug#75068] [PATCH rust-team v2 92/93] gnu: rust-pyo3-0.15: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 21:11:23 +0100 |
* gnu/packages/crates-io.scm (rust-pyo3-0.15): Order.
Change-Id: I8985fa547d17ea822da403b926614ec822069b96
---
gnu/packages/crates-io.scm | 96 +++++++++++++++++++-------------------
1 file changed, 48 insertions(+), 48 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5e45a255cc..2c8352d026 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63888,6 +63888,54 @@ (define-public rust-pyo3-0.16
;; SIGSEGV: invalid memory reference
#:tests? #f))))
+(define-public rust-pyo3-0.15
+ (package
+ (inherit rust-pyo3-0.16)
+ (name "rust-pyo3")
+ (version "0.15.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pyo3" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0ljp3m1frg8y50al4cbadwxfwwrgsvslmljclp4cf20y4ykm07fl"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin (substitute* "Cargo.toml"
+ (("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
+ (string-append "\"^" version)))))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-eyre" ,rust-eyre-0.6)
+ ("rust-hashbrown" ,rust-hashbrown-0.11)
+ ("rust-indexmap" ,rust-indexmap-1.7)
+ ("rust-indoc" ,rust-indoc-0.3)
+ ("rust-inventory" ,rust-inventory-0.1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-num-bigint" ,rust-num-bigint-0.4)
+ ("rust-num-complex" ,rust-num-complex-0.4)
+ ("rust-parking-lot" ,rust-parking-lot-0.11)
+ ("rust-paste" ,rust-paste-0.1)
+ ("rust-pyo3-build-config" ,rust-pyo3-build-config-0.15)
+ ("rust-pyo3-macros" ,rust-pyo3-macros-0.15)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-unindent" ,rust-unindent-0.1))
+ #:cargo-development-inputs
+ (("rust-assert-approx-eq" ,rust-assert-approx-eq-1)
+ ("rust-bitflags" ,rust-bitflags-1)
+ ("rust-clap" ,rust-clap-2)
+ ("rust-criterion" ,rust-criterion-0.3)
+ ("rust-half" ,rust-half-1)
+ ("rust-proptest" ,rust-proptest-0.10)
+ ("rust-rustversion" ,rust-rustversion-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-trybuild" ,rust-trybuild-1))
+ ;; FIXME: fails to initialize Python interpreter.
+ #:tests? #f))))
+
(define-public rust-pyo3-build-config-0.23
(package
(name "rust-pyo3-build-config")
@@ -64545,54 +64593,6 @@ (define-public rust-pyo3-macros-0.13
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
-(define-public rust-pyo3-0.15
- (package
- (inherit rust-pyo3-0.16)
- (name "rust-pyo3")
- (version "0.15.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "pyo3" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0ljp3m1frg8y50al4cbadwxfwwrgsvslmljclp4cf20y4ykm07fl"))
- (modules '((guix build utils)))
- (snippet
- '(begin (substitute* "Cargo.toml"
- (("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
- (string-append "\"^" version)))))))
- (arguments
- `(#:cargo-inputs
- (("rust-anyhow" ,rust-anyhow-1)
- ("rust-cfg-if" ,rust-cfg-if-1)
- ("rust-eyre" ,rust-eyre-0.6)
- ("rust-hashbrown" ,rust-hashbrown-0.11)
- ("rust-indexmap" ,rust-indexmap-1.7)
- ("rust-indoc" ,rust-indoc-0.3)
- ("rust-inventory" ,rust-inventory-0.1)
- ("rust-libc" ,rust-libc-0.2)
- ("rust-num-bigint" ,rust-num-bigint-0.4)
- ("rust-num-complex" ,rust-num-complex-0.4)
- ("rust-parking-lot" ,rust-parking-lot-0.11)
- ("rust-paste" ,rust-paste-0.1)
- ("rust-pyo3-build-config" ,rust-pyo3-build-config-0.15)
- ("rust-pyo3-macros" ,rust-pyo3-macros-0.15)
- ("rust-serde" ,rust-serde-1)
- ("rust-unindent" ,rust-unindent-0.1))
- #:cargo-development-inputs
- (("rust-assert-approx-eq" ,rust-assert-approx-eq-1)
- ("rust-bitflags" ,rust-bitflags-1)
- ("rust-clap" ,rust-clap-2)
- ("rust-criterion" ,rust-criterion-0.3)
- ("rust-half" ,rust-half-1)
- ("rust-proptest" ,rust-proptest-0.10)
- ("rust-rustversion" ,rust-rustversion-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-trybuild" ,rust-trybuild-1))
- ;; FIXME: fails to initialize Python interpreter.
- #:tests? #f))))
-
(define-public rust-pyo3-0.13
(package
(inherit rust-pyo3-0.15)
--
2.45.2
- [bug#75068] [PATCH rust-team v2 70/93] gnu: rust-pathfinder-simd-0.5: Order alphabetically., (continued)
- [bug#75068] [PATCH rust-team v2 70/93] gnu: rust-pathfinder-simd-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 85/93] gnu: rust-pyo3-0.23: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 35/93] gnu: rust-libtest-mimic-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 78/93] gnu: rust-pretty-hex-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 37/93] gnu: rust-libtest-mimic-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 80/93] gnu: rust-publicsuffix-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 48/93] gnu: rust-metrics-macros-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 21/93] gnu: rust-k9-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 90/93] gnu: rust-pyo3-0.18: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 93/93] gnu: rust-pyo3-0.13: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 92/93] gnu: rust-pyo3-0.15: Order alphabetically.,
Herman Rimm <=
- [bug#75068] [PATCH rust-team v2 62/93] gnu: rust-openssl-macros-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 50/93] gnu: rust-nasm-rs-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 73/93] gnu: rust-paw-raw-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 74/93] gnu: rust-paw-structopt-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 43/93] gnu: rust-markup-0.13: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 56/93] gnu: rust-nom8-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 46/93] gnu: rust-matrixcompare-core-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 89/93] gnu: rust-pyo3-0.19: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 18/93] gnu: rust-juniper-codegen-0.15: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 40/93] gnu: rust-lv2-units-0.1: Order alphabetically., Herman Rimm, 2024/12/24