Bug 274577

Summary: [NEW PORT] devel/py-tree-sitter: Python bindings to the Tree-sitter parsing lib
Product: Ports & Packages Reporter: Pat Maddox <pat>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 274578    
Attachments:
Description Flags
new port none

Description Pat Maddox 2023-10-19 03:43:55 UTC
Created attachment 245726 [details]
new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-21 13:51:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76e67a9febd6a848e272fe3d58c89ee64d949d45

commit 76e67a9febd6a848e272fe3d58c89ee64d949d45
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-10-21 13:50:26 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-10-21 13:50:26 +0000

    devel/py-tree-sitter: New port

    py-tree-sitter provides Python bindings to the tree-sitter parsing library.

    This package currently only works with Python 3. There are no library
    dependencies, but you do need to have a C compiler installed.

    PR:             274577
    Author:         Pat Maddox <pat@patmaddox.com>

 devel/Makefile                       |  1 +
 devel/py-tree-sitter/Makefile (new)  | 17 +++++++++++++++++
 devel/py-tree-sitter/distinfo (new)  |  3 +++
 devel/py-tree-sitter/pkg-descr (new) |  4 ++++
 4 files changed, 25 insertions(+)
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 13:52:59 UTC
Committed, thanks.