[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67024] [PATCH 06/54] gnu: Add rust-gix-glob-0.13.
From: |
Steve George |
Subject: |
[bug#67024] [PATCH 06/54] gnu: Add rust-gix-glob-0.13. |
Date: |
Thu, 9 Nov 2023 19:38:03 +0000 |
* gnu/packages/crates-io.scm (rust-gix-glob-0.13): New variable.
Change-Id: I3999b479d8d08c658fadf0da4cbed63475555e34
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 006a4b25225..7d53ef9d189 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30889,6 +30889,33 @@ (define-public rust-gix-fs-0.2
`gitoxide`.")
(license (list license:expat license:asl2.0))))
+(define-public rust-gix-glob-0.13
+ (package
+ (name "rust-gix-glob")
+ (version "0.13.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gix-glob" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17dix59mc93m8z97ywkgpssjsmjgl4cfkifja7vxql8jy62nxmx9"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
+ ("rust-bstr" ,rust-bstr-1)
+ ("rust-document-features" ,rust-document-features-0.2)
+ ("rust-gix-features" ,rust-gix-features-0.35)
+ ("rust-gix-path" ,rust-gix-path-0.10)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/Byron/gitoxide")
+ (synopsis "Gitoxide project crate dealing with pattern matching")
+ (description
+ "This package provides a crate of the gitoxide project dealing with
pattern
+matching")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gix-glob-0.8
(package
(name "rust-gix-glob")
--
2.41.0
- [bug#67024] [PATCH 07/54] gnu: Add rust-gix-attributes-0.19., (continued)
- [bug#67024] [PATCH 07/54] gnu: Add rust-gix-attributes-0.19., Steve George, 2023/11/09
- [bug#67024] [PATCH 13/54] gnu: Add rust-gix-filter-0.5., Steve George, 2023/11/09
- [bug#67024] [PATCH 05/54] gnu: Add rust-gix-path-0.10., Steve George, 2023/11/09
- [bug#67024] [PATCH 04/54] gnu: Add rust-byteyarn-0.2., Steve George, 2023/11/09
- [bug#67024] [PATCH 08/54] gnu: Add rust-gix-date-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 03/54] gnu: Add rust-gix-features-0.35., Steve George, 2023/11/09
- [bug#67024] [PATCH 15/54] gnu: Add rust-gix-tempfile-10., Steve George, 2023/11/09
- [bug#67024] [PATCH 10/54] gnu: Add rust-gix-validate-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 12/54] gnu: Add rust-gix-packetline-blocking-0.16., Steve George, 2023/11/09
- [bug#67024] [PATCH 09/54] gnu: Add rust-gix-actor-0.27., Steve George, 2023/11/09
- [bug#67024] [PATCH 06/54] gnu: Add rust-gix-glob-0.13.,
Steve George <=
- [bug#67024] [PATCH 18/54] gnu: Add rust-gix-hashtable-0.4., Steve George, 2023/11/09
- [bug#67024] [PATCH 20/54] gnu: Add rust-gix-traverse-0.33., Steve George, 2023/11/09
- [bug#67024] [PATCH 02/54] gnu: Add rust-prodash-26., Steve George, 2023/11/09
- [bug#67024] [PATCH 11/54] gnu: Add rust-gix-object-0.37., Steve George, 2023/11/09
- [bug#67024] [PATCH 16/54] gnu: Add rust-gix-lock-10., Steve George, 2023/11/09
- [bug#67024] [PATCH 30/54] gnu: Add rust-gix-sec-0.10., Steve George, 2023/11/09
- [bug#67024] [PATCH 25/54] gnu: Add rust-gix-worktree-stream-0.5., Steve George, 2023/11/09
- [bug#67024] [PATCH 29/54] gnu: Add rust-gix-prompt-0.7., Steve George, 2023/11/09
- [bug#67024] [PATCH 22/54] gnu: Add rust-gix-ignore-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 37/54] gnu: Add rust-gix-ref-0.37., Steve George, 2023/11/09