mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Add rust-gix-pack-0.53.
* gnu/packages/crates-vcs.scm (rust-gix-package-0.53): New variable. (rust-gix-pack-0.46): Inherit from rust-gix-pack-0.53. Change-Id: If48b55a99dddcb3bc109650d9c5efd04c24f924e
This commit is contained in:
parent
21422dc935
commit
867541da78
1 changed files with 41 additions and 8 deletions
|
@ -4016,8 +4016,48 @@ Gitoxide is a pure Rust implementation of Git.")
|
||||||
("rust-maplit" ,rust-maplit-1)
|
("rust-maplit" ,rust-maplit-1)
|
||||||
("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-pack-0.53
|
||||||
|
(package
|
||||||
|
(name "rust-gix-pack")
|
||||||
|
(version "0.53.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-pack" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0m6rdxkq21ni71vk8k7qbsjxr7mgkjpdijh3wkhf28gf5qsal8rj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ;use of undeclared crate gix_testtools
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-clru" ,rust-clru-0.6)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-chunk" ,rust-gix-chunk-0.4)
|
||||||
|
("rust-gix-diff" ,rust-gix-diff-0.46)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.38)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||||
|
("rust-gix-hashtable" ,rust-gix-hashtable-0.5)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.44)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-tempfile" ,rust-gix-tempfile-14)
|
||||||
|
("rust-gix-traverse" ,rust-gix-traverse-0.41)
|
||||||
|
("rust-memmap2" ,rust-memmap2-0.9)
|
||||||
|
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
|
("rust-uluru" ,rust-uluru-3))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Implements Git packs and related data structures")
|
||||||
|
(description
|
||||||
|
"Git packs and related data structures. Gitoxide is a pure
|
||||||
|
Rust implementation of Git.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-pack-0.46
|
(define-public rust-gix-pack-0.46
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-pack-0.53)
|
||||||
(name "rust-gix-pack")
|
(name "rust-gix-pack")
|
||||||
(version "0.46.1")
|
(version "0.46.1")
|
||||||
(source
|
(source
|
||||||
|
@ -4027,7 +4067,6 @@ Gitoxide is a pure Rust implementation of Git.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16jsy3b1rnp0xinwlaz71zsnamqzhnlys3a0bhnhf50ag514savq"))))
|
(base32 "16jsy3b1rnp0xinwlaz71zsnamqzhnlys3a0bhnhf50ag514savq"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; use of undeclared create gix_testtools
|
`(#:tests? #f ; use of undeclared create gix_testtools
|
||||||
#:cargo-inputs (("rust-clru" ,rust-clru-0.6)
|
#:cargo-inputs (("rust-clru" ,rust-clru-0.6)
|
||||||
|
@ -4046,13 +4085,7 @@ Gitoxide is a pure Rust implementation of Git.")
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
("rust-uluru" ,rust-uluru-3))))
|
("rust-uluru" ,rust-uluru-3))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Implements Git packs and related data structures")
|
|
||||||
(description
|
|
||||||
"Git packs and related data structures for Gitoxide. Gitoxide is a pure
|
|
||||||
Rust implementation of Git.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-pack-0.45
|
(define-public rust-gix-pack-0.45
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue