[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 056/101] gnu: Place rust-lexical-6 in alpha
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 056/101] gnu: Place rust-lexical-6 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:35:18 +0200 |
* gnu/packages/crates-io.scm (rust-lexical-6, rust-lexical-5): Move
variables.
Change-Id: Iaa26e53eb663256aa85aa9171387a12414b1dd18
---
gnu/packages/crates-io.scm | 102 ++++++++++++++++++-------------------
1 file changed, 51 insertions(+), 51 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f532b66315..e670d3c0d2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36994,6 +36994,57 @@ (define-public rust-lewton-0.10
source audio format.")
(license (list license:expat license:asl2.0))))
+(define-public rust-lexical-6
+ (package
+ (name "rust-lexical")
+ (version "6.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lexical" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xk8g6k17ml0sjyx388qck9zqhxjfyzjqx1l6c0ggzj3zlvgpbn7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-lexical-core" ,rust-lexical-core-0.8))))
+ (home-page "https://github.com/Alexhuszagh/rust-lexical")
+ (synopsis "Lexical, to- and from-string conversion routines")
+ (description
+ "Lexical is high-performance numeric conversion routines for use in
+a no_std environment. This does not depend on any standard library features,
+nor a system allocator.")
+ (license (list license:expat license:asl2.0))))
+
+(define-public rust-lexical-5
+ (package
+ (inherit rust-lexical-6)
+ (name "rust-lexical")
+ (version "5.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lexical" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1r8lsi523h53kbb99xgv31jabwhcp4rzqd4hfazfhcjffh5aj17l"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-lexical-core" ,rust-lexical-core-0.7)
+ ("rust-rand" ,rust-rand-0.4)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-toml" ,rust-toml-0.5))
+ #:cargo-development-inputs
+ (("rust-approx" ,rust-approx-0.4)
+ ("rust-criterion" ,rust-criterion-0.3)
+ ("rust-dtoa" ,rust-dtoa-0.4)
+ ("rust-itoa" ,rust-itoa-0.4)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-ryu" ,rust-ryu-1))))))
+
(define-public rust-lexical-core-0.8
(package
(name "rust-lexical-core")
@@ -37166,57 +37217,6 @@ (define-public rust-lexical-write-integer-0.8
"This crate provides efficient formatting of integers to strings.")
(license (list license:expat license:asl2.0))))
-(define-public rust-lexical-6
- (package
- (name "rust-lexical")
- (version "6.1.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "lexical" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1xk8g6k17ml0sjyx388qck9zqhxjfyzjqx1l6c0ggzj3zlvgpbn7"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-lexical-core" ,rust-lexical-core-0.8))))
- (home-page "https://github.com/Alexhuszagh/rust-lexical")
- (synopsis "Lexical, to- and from-string conversion routines")
- (description
- "Lexical is high-performance numeric conversion routines for use in
-a no_std environment. This does not depend on any standard library features,
-nor a system allocator.")
- (license (list license:expat license:asl2.0))))
-
-(define-public rust-lexical-5
- (package
- (inherit rust-lexical-6)
- (name "rust-lexical")
- (version "5.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "lexical" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1r8lsi523h53kbb99xgv31jabwhcp4rzqd4hfazfhcjffh5aj17l"))))
- (arguments
- `(#:cargo-inputs
- (("rust-cfg-if" ,rust-cfg-if-1)
- ("rust-lexical-core" ,rust-lexical-core-0.7)
- ("rust-rand" ,rust-rand-0.4)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-derive" ,rust-serde-derive-1)
- ("rust-toml" ,rust-toml-0.5))
- #:cargo-development-inputs
- (("rust-approx" ,rust-approx-0.4)
- ("rust-criterion" ,rust-criterion-0.3)
- ("rust-dtoa" ,rust-dtoa-0.4)
- ("rust-itoa" ,rust-itoa-0.4)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-ryu" ,rust-ryu-1))))))
-
(define-public rust-lexiclean-0.0.1
(package
(name "rust-lexiclean")
--
2.41.0
- [bug#70606] [PATCH rust-team 089/101] gnu: Place rust-bytesize-1 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 089/101] gnu: Place rust-bytesize-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 072/101] gnu: Place rust-field-offset-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 071/101] gnu: Place rust-fs2-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 095/101] gnu: Place rust-atomic-write-file-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 070/101] gnu: Place rust-fsio-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 067/101] gnu: Place rust-kuchiki-0.8 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 068/101] gnu: Place rust-html-escape-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 101/101] gnu: Place rust-addchain-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 088/101] gnu: Place rust-cargo-lock-7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 056/101] gnu: Place rust-lexical-6 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 091/101] gnu: Place rust-bio-types-0.12 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 092/101] gnu: Place rust-base-x-0.2 in alphabetical order., Herman Rimm, 2024/04/27