[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75068] [PATCH rust-team v2 88/93] gnu: rust-pyo3-0.20: Order alphab
From: |
Herman Rimm |
Subject: |
[bug#75068] [PATCH rust-team v2 88/93] gnu: rust-pyo3-0.20: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 21:11:19 +0100 |
* gnu/packages/crates-io.scm (rust-pyo3-0.20): Order.
Change-Id: I96aca5ac96464b22df47da933abcfadb81d6c6c7
---
gnu/packages/crates-io.scm | 88 +++++++++++++++++++-------------------
1 file changed, 44 insertions(+), 44 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 98622138d5..e54dfebdd6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63703,6 +63703,50 @@ (define-public rust-pyo3-0.21
("rust-serde-json" ,rust-serde-json-1)
("rust-trybuild" ,rust-trybuild-1))))))
+(define-public rust-pyo3-0.20
+ (package
+ (inherit rust-pyo3-0.21)
+ (name "rust-pyo3")
+ (version "0.20.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pyo3" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0cw2pgab0pq5gd98nhv18xgxvyigygspla6c8mfycmwisjbbpgak"))))
+ (arguments
+ `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-either" ,rust-either-1)
+ ("rust-eyre" ,rust-eyre-0.6)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-indoc" ,rust-indoc-2)
+ ("rust-inventory" ,rust-inventory-0.3)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-memoffset" ,rust-memoffset-0.9)
+ ("rust-num-bigint" ,rust-num-bigint-0.4)
+ ("rust-num-complex" ,rust-num-complex-0.4)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-pyo3-build-config" ,rust-pyo3-build-config-0.20)
+ ("rust-pyo3-ffi" ,rust-pyo3-ffi-0.20)
+ ("rust-pyo3-macros" ,rust-pyo3-macros-0.20)
+ ("rust-rust-decimal" ,rust-rust-decimal-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-smallvec" ,rust-smallvec-1)
+ ("rust-unindent" ,rust-unindent-0.2))
+ #:cargo-development-inputs (("rust-assert-approx-eq"
,rust-assert-approx-eq-1)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-proptest" ,rust-proptest-1)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-send-wrapper" ,rust-send-wrapper-0.6)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-trybuild" ,rust-trybuild-1)
+ ("rust-widestring"
,rust-widestring-0.5))))))
+
(define-public rust-pyo3-build-config-0.23
(package
(name "rust-pyo3-build-config")
@@ -64341,50 +64385,6 @@ (define-public rust-pyo3-macros-0.15
("rust-syn" ,rust-syn-1))))
(native-inputs (list python))))
-(define-public rust-pyo3-0.20
- (package
- (inherit rust-pyo3-0.21)
- (name "rust-pyo3")
- (version "0.20.3")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "pyo3" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0cw2pgab0pq5gd98nhv18xgxvyigygspla6c8mfycmwisjbbpgak"))))
- (arguments
- `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
- ("rust-cfg-if" ,rust-cfg-if-1)
- ("rust-chrono" ,rust-chrono-0.4)
- ("rust-either" ,rust-either-1)
- ("rust-eyre" ,rust-eyre-0.6)
- ("rust-hashbrown" ,rust-hashbrown-0.14)
- ("rust-indexmap" ,rust-indexmap-2)
- ("rust-indoc" ,rust-indoc-2)
- ("rust-inventory" ,rust-inventory-0.3)
- ("rust-libc" ,rust-libc-0.2)
- ("rust-memoffset" ,rust-memoffset-0.9)
- ("rust-num-bigint" ,rust-num-bigint-0.4)
- ("rust-num-complex" ,rust-num-complex-0.4)
- ("rust-parking-lot" ,rust-parking-lot-0.12)
- ("rust-pyo3-build-config" ,rust-pyo3-build-config-0.20)
- ("rust-pyo3-ffi" ,rust-pyo3-ffi-0.20)
- ("rust-pyo3-macros" ,rust-pyo3-macros-0.20)
- ("rust-rust-decimal" ,rust-rust-decimal-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-smallvec" ,rust-smallvec-1)
- ("rust-unindent" ,rust-unindent-0.2))
- #:cargo-development-inputs (("rust-assert-approx-eq"
,rust-assert-approx-eq-1)
- ("rust-chrono" ,rust-chrono-0.4)
- ("rust-proptest" ,rust-proptest-1)
- ("rust-rayon" ,rust-rayon-1)
- ("rust-send-wrapper" ,rust-send-wrapper-0.6)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-trybuild" ,rust-trybuild-1)
- ("rust-widestring"
,rust-widestring-0.5))))))
-
(define-public rust-pyo3-0.19
(package
(inherit rust-pyo3-0.20)
--
2.45.2
- [bug#75068] [PATCH rust-team v2 63/93] gnu: rust-ouroboros-0.17: Order alphabetically., (continued)
- [bug#75068] [PATCH rust-team v2 63/93] gnu: rust-ouroboros-0.17: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 71/93] gnu: rust-paw-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 72/93] gnu: rust-paw-attributes-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 77/93] gnu: rust-pipewire-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 76/93] gnu: rust-ping-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 87/93] gnu: rust-pyo3-0.21: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 65/93] gnu: rust-ouroboros-0.14: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 34/93] gnu: rust-libtest-mimic-0.6: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 69/93] gnu: rust-pathfinder-geometry-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 84/93] gnu: rust-pulldown-cmark-escape-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 88/93] gnu: rust-pyo3-0.20: Order alphabetically.,
Herman Rimm <=
- [bug#75068] [PATCH rust-team v2 38/93] gnu: rust-libudev-sys-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 75/93] gnu: rust-perf-event-open-sys-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 57/93] gnu: rust-normalize-path-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 28/93] gnu: rust-libspa-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 31/93] gnu: rust-libssh2-sys-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 68/93] gnu: rust-parasail-sys-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 60/93] gnu: rust-ntest-proc-macro-helper-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 86/93] gnu: rust-pyo3-0.22: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 59/93] gnu: rust-ntest-proc-macro-helper-0.8: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75068] [PATCH rust-team v2 53/93] gnu: rust-nanorand-0.5: Order alphabetically., Herman Rimm, 2024/12/24