./textproc/tree-sitter-python, Python grammar for tree-sitter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21.0, Package name: tree-sitter-python-0.21.0, Maintainer: pkgsrc-users

Python grammar for tree-sitter


Master sites:

Filesize: 269.307 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-17 15:22:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-python: update to 0.21.0.

Changes not documented.
   2023-08-24 08:23:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-python: update to 0.20.4.

feat: add detailed pattern matching support
fix: use _Static_assert instead of static_assert
feat: update ci script, add python repo
fix(scanner): don't dedent inside f-strings, skip newlines following
feat: support Python 3.12
feat: move parsing escape_interpolations to the scanner
Add module tag query
fix: remove unnecessary conflict
fix: mark indent_vec_new static
fix: mark delimiter_vec_new static
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-30 04:24:50 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
tree-sitter-python: update to 0.20.3.

Changes not found.
   2023-05-08 19:24:29 by Havard Eidnes | Files touched by this commit (3)
Log message:
tree-sitter-python: include <stdint.h> for UINT16_MAX &c defines.

This is needed on at least NetBSD/macppc, probably elsewhere
in NetBSD as well.
Bump PKGREVISION.
   2023-01-20 12:15:00 by Thomas Klausner | Files touched by this commit (27)
Log message:
treesitter: use libtool for generating grammars

Hopefully fixes use on macOS
   2023-01-18 11:18:35 by Thomas Klausner | Files touched by this commit (4)
Log message:
textproc/tree-sitter-python: import tree-sitter-python-0.20.0

Python grammar for tree-sitter