[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75069] [PATCH rust-team 11/57] gnu: rust-rust-htslib-0.38: Order al
From: |
Herman Rimm |
Subject: |
[bug#75069] [PATCH rust-team 11/57] gnu: rust-rust-htslib-0.38: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 22:25:54 +0100 |
* gnu/packages/crates-io.scm (rust-rust-htslib-0.38): Order.
Change-Id: Ic1e4ba0629cceaa6a06d95dbe925a727cc1cd1f0
---
gnu/packages/crates-io.scm | 86 +++++++++++++++++++-------------------
1 file changed, 43 insertions(+), 43 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a091a87a70..d89ab86092 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70641,49 +70641,6 @@ (define-public rust-rusqlite-macros-0.1
`(#:cargo-inputs (("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
("rust-sqlite3-parser" ,rust-sqlite3-parser-0.12))))))
-(define-public rust-rust-htslib-0.38
- (package
- (name "rust-rust-htslib")
- (version "0.38.2")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "rust-htslib" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "070sihnvyiyqcw8yjkdl8hvav598bsw36m722phgd2b394k6djia"))))
- (build-system cargo-build-system)
- (arguments
- ;; TODO: cannot find openssl_src
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-bio-types" ,rust-bio-types-0.12)
- ("rust-byteorder" ,rust-byteorder-1)
- ("rust-custom-derive" ,rust-custom-derive-0.1)
- ("rust-derive-new" ,rust-derive-new-0.5)
- ("rust-hts-sys" ,rust-hts-sys-2)
- ("rust-ieee754" ,rust-ieee754-0.2)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-libc" ,rust-libc-0.2)
- ("rust-linear-map" ,rust-linear-map-1)
- ("rust-newtype-derive" ,rust-newtype-derive-0.1)
- ("rust-regex" ,rust-regex-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-bytes" ,rust-serde-bytes-0.11)
- ("rust-thiserror" ,rust-thiserror-1)
- ("rust-url" ,rust-url-2))
- #:cargo-development-inputs
- (("rust-bincode" ,rust-bincode-1)
- ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
- (inputs (list openssl))
- (native-inputs (list pkg-config))
- (home-page "https://github.com/rust-bio/rust-htslib.git")
- (synopsis "HTSlib bindings and API for reading and writing BAM files")
- (description
- "This library provides HTSlib bindings and a high level Rust API for
-reading and writing BAM files.")
- (license license:expat)))
-
(define-public rust-rust-base58-0.0
(package
(name "rust-rust-base58")
@@ -71092,6 +71049,49 @@ (define-public rust-rust-hawktracer-sys-0.4
"This package provides a sys crate for the rust_hawktracer library.")
(license (list license:expat license:asl2.0))))
+(define-public rust-rust-htslib-0.38
+ (package
+ (name "rust-rust-htslib")
+ (version "0.38.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "rust-htslib" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "070sihnvyiyqcw8yjkdl8hvav598bsw36m722phgd2b394k6djia"))))
+ (build-system cargo-build-system)
+ (arguments
+ ;; TODO: cannot find openssl_src
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-bio-types" ,rust-bio-types-0.12)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-custom-derive" ,rust-custom-derive-0.1)
+ ("rust-derive-new" ,rust-derive-new-0.5)
+ ("rust-hts-sys" ,rust-hts-sys-2)
+ ("rust-ieee754" ,rust-ieee754-0.2)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-linear-map" ,rust-linear-map-1)
+ ("rust-newtype-derive" ,rust-newtype-derive-0.1)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-bytes" ,rust-serde-bytes-0.11)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-url" ,rust-url-2))
+ #:cargo-development-inputs
+ (("rust-bincode" ,rust-bincode-1)
+ ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
+ (inputs (list openssl))
+ (native-inputs (list pkg-config))
+ (home-page "https://github.com/rust-bio/rust-htslib.git")
+ (synopsis "HTSlib bindings and API for reading and writing BAM files")
+ (description
+ "This library provides HTSlib bindings and a high level Rust API for
+reading and writing BAM files.")
+ (license license:expat)))
+
(define-public rust-rust-ini-0.21
(package
(name "rust-rust-ini")
--
2.45.2
- [bug#75069] [PATCH rust-team 33/57] gnu: rust-snapbox-macros-0.2: Order alphabetically., (continued)
- [bug#75069] [PATCH rust-team 33/57] gnu: rust-snapbox-macros-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 24/57] gnu: rust-serde-fmt-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 21/57] gnu: rust-serde-hjson-0.9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 14/57] gnu: rust-rkyv-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 19/57] gnu: rust-salsa-macros-0.17: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 32/57] gnu: rust-snafu-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 35/57] gnu: rust-spirv-types-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 37/57] gnu: rust-sxd-xpath-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 41/57] gnu: rust-synchronoise-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 12/57] gnu: rust-rusb-0.9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 11/57] gnu: rust-rust-htslib-0.38: Order alphabetically.,
Herman Rimm <=
- [bug#75069] [PATCH rust-team 18/57] gnu: rust-salsa-0.17: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 45/57] gnu: rust-timeago-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 46/57] gnu: rust-tokio-tcp-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 40/57] gnu: rust-symphonia-core-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 50/57] gnu: rust-unidecode-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 51/57] gnu: rust-valuable-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 49/57] gnu: rust-tryfn-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 13/57] gnu: rust-rust-hawktracer-proc-macro-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 55/57] gnu: rust-wl-clipboard-rs-0.8: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 56/57] gnu: rust-xxhash-c-sys-0.8: Order alphabetically., Herman Rimm, 2024/12/24