GNU bug report logs -
#69701
[PATCH 5/7] gnu: Add rust-tree-sitter-0.20.
Previous Next
Reported by: muradm <mail <at> muradm.net>
Date: Sun, 10 Mar 2024 07:32:06 UTC
Severity: normal
Tags: patch
Done: muradm <mail <at> muradm.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69701 in the body.
You can then email your comments to 69701 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
:
bug#69701
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:32:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
muradm <mail <at> muradm.net>
:
New bug report received and forwarded. Copy sent to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
.
(Sun, 10 Mar 2024 07:32:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-tree-sitter-0.20): New variable.
Change-Id: Ib7a6ddea1b968870c5ede7e91c1273c1be2f8ff7
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7933d9910e..3493fb8ffc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -73923,6 +73923,28 @@ (define-public rust-tree-magic-0.2
traversing a filetype tree.")
(license license:expat)))
+(define-public rust-tree-sitter-0.20
+ (package
+ (name "rust-tree-sitter")
+ (version "0.20.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "tree-sitter" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0g9xd1nadhb2ikhxkj0z7kg9f50h97hzmha8llwyscdrnzwv2iz7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-cc" ,rust-cc-1)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-regex" ,rust-regex-1))))
+ (home-page "https://tree-sitter.github.io/tree-sitter")
+ (synopsis "Rust bindings to the Tree-sitter parsing library")
+ (description "Rust bindings to the Tree-sitter parsing library")
+ (license license:expat)))
+
(define-public rust-treeline-0.1
(package
(name "rust-treeline")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69701
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:58:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close 69701
muradm <mail <at> muradm.net> writes:
> * gnu/packages/crates-io.scm (rust-tree-sitter-0.20): New
> variable.
>
> Change-Id: Ib7a6ddea1b968870c5ede7e91c1273c1be2f8ff7
> ---
> gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm
> b/gnu/packages/crates-io.scm
> index 7933d9910e..3493fb8ffc 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -73923,6 +73923,28 @@ (define-public rust-tree-magic-0.2
> traversing a filetype tree.")
> (license license:expat)))
>
> +(define-public rust-tree-sitter-0.20
> + (package
> + (name "rust-tree-sitter")
> + (version "0.20.10")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "tree-sitter" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> "0g9xd1nadhb2ikhxkj0z7kg9f50h97hzmha8llwyscdrnzwv2iz7"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:skip-build? #t
> + #:cargo-inputs (("rust-cc" ,rust-cc-1)
> + ("rust-lazy-static" ,rust-lazy-static-1)
> + ("rust-regex" ,rust-regex-1))))
> + (home-page "https://tree-sitter.github.io/tree-sitter")
> + (synopsis "Rust bindings to the Tree-sitter parsing
> library")
> + (description "Rust bindings to the Tree-sitter parsing
> library")
> + (license license:expat)))
> +
> (define-public rust-treeline-0.1
> (package
> (name "rust-treeline")
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69701
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:58:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
69701 <at> debbugs.gnu.org and muradm <mail <at> muradm.net>
Request was from
muradm <mail <at> muradm.net>
to
control <at> debbugs.gnu.org
.
(Sun, 10 Mar 2024 07:58:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Apr 2024 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.