mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-archive-0.15.
* gnu/packages/crates-vcs.scm (rust-gix-archive-0.15): New variable. (rust-gix-archive-0.8): Inherit from rust-gix-archive-0.15. Change-Id: I87ce16961d55ad9c748c640f0d70cb6c08a008b4
This commit is contained in:
parent
ecb0469e10
commit
cc271941a9
1 changed files with 39 additions and 5 deletions
|
@ -1043,8 +1043,41 @@ package provides a way to identify Git actors.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-archive-0.15
|
||||||
|
(package
|
||||||
|
(name "rust-gix-archive")
|
||||||
|
(version "0.15.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-archive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "02m6n14jpvz61rwf1rg5lbjgz47n7zbcvqiramsqnff1an5c0iwi"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #f
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-flate2" ,rust-flate2-1)
|
||||||
|
("rust-gix-date" ,rust-gix-date-0.9)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.44)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-worktree-stream" ,rust-gix-worktree-stream-0.15)
|
||||||
|
("rust-jiff" ,rust-jiff-0.1)
|
||||||
|
("rust-tar" ,rust-tar-0.4)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
|
("rust-zip" ,rust-zip-2))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Archive generation from of a worktree stream")
|
||||||
|
(description
|
||||||
|
"This package provides archive generation from of a worktree stream.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-archive-0.8
|
(define-public rust-gix-archive-0.8
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-archive-0.15)
|
||||||
(name "rust-gix-archive")
|
(name "rust-gix-archive")
|
||||||
(version "0.8.1")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
|
@ -1067,11 +1100,12 @@ package provides a way to identify Git actors.")
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
("rust-time" ,rust-time-0.3)
|
("rust-time" ,rust-time-0.3)
|
||||||
("rust-zip" ,rust-zip-0.6))))
|
("rust-zip" ,rust-zip-0.6))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
;(home-page "https://github.com/Byron/gitoxide")
|
||||||
(synopsis "Archive generation of a Git worktree")
|
;(synopsis "Archive generation of a Git worktree")
|
||||||
(description "Archive generation of a worktree. Part of Gitoxide a pure
|
;(description "Archive generation of a worktree. Part of Gitoxide a pure
|
||||||
Rust implementation of Git.")
|
;Rust implementation of Git.")
|
||||||
(license (list license:expat license:asl2.0))))
|
; (license (list license:expat license:asl2.0))
|
||||||
|
))
|
||||||
|
|
||||||
(define-public rust-gix-archive-0.7
|
(define-public rust-gix-archive-0.7
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue