[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/25: gnu: Add tree-sitter-python.
From: |
guix-commits |
Subject: |
18/25: gnu: Add tree-sitter-python. |
Date: |
Tue, 14 Feb 2023 08:13:55 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit 429666b60003b6c0317d1a1e7e43e1641b23e20b
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 16:05:05 2023 +0400
gnu: Add tree-sitter-python.
gnu/packages/tree-sitter.scm (tree-sitter-python): New variable.
---
gnu/packages/tree-sitter.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 5774fe8adc..eb15bb99ad 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -375,3 +375,13 @@ will be used in description and synopsis."
"02yc5b3qps8ghsmy4b5m5kldyr5pnqz9yw663v13pnz92r84k14g"
(git-version "0.19.0" revision commit)
#:commit commit)))
+
+(define-public tree-sitter-python
+ ;; There are a lot of additions, the last tag was placed a while ago
+ (let ((commit "9e53981ec31b789ee26162ea335de71f02186003")
+ (revision "0"))
+ (tree-sitter-grammar
+ "python" "Python"
+ "1lv3pgb7h2a0f121897r0lwc228rjwb77y3a6g3ghifx1rgbwvqg"
+ (git-version "0.20.0" revision commit)
+ #:commit commit)))
- 15/25: gnu: Add tree-sitter-julia., (continued)
- 15/25: gnu: Add tree-sitter-julia., guix-commits, 2023/02/14
- 22/25: gnu: Add tree-sitter-clojure., guix-commits, 2023/02/14
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org., guix-commits, 2023/02/14
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14
- 21/25: gnu: Add tree-sitter-rust., guix-commits, 2023/02/14
- 23/25: gnu: Add tree-sitter-markdown., guix-commits, 2023/02/14
- 24/25: gnu: Add tree-sitter-markdown-gfm., guix-commits, 2023/02/14
- 06/25: gnu: Add tree-sitter-css., guix-commits, 2023/02/14
- 18/25: gnu: Add tree-sitter-python.,
guix-commits <=
- 02/25: gnu: Add tree-sitter-javascript., guix-commits, 2023/02/14
- 04/25: gnu: Add tree-sitter-c., guix-commits, 2023/02/14
- 05/25: gnu: Add tree-sitter-cpp., guix-commits, 2023/02/14
- 01/25: gnu: tree-sitter-grammar: Extend functionality., guix-commits, 2023/02/14
- 11/25: gnu: Add tree-sitter-go., guix-commits, 2023/02/14
- 09/25: gnu: Add tree-sitter-c-sharp., guix-commits, 2023/02/14
- 13/25: gnu: Add tree-sitter-java., guix-commits, 2023/02/14
- 19/25: gnu: Add tree-sitter-r., guix-commits, 2023/02/14