You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
879 B
Tcl
27 lines
879 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||
|
||
PortSystem 1.0
|
||
PortGroup github 1.0
|
||
PortGroup tree_sitter 1.0
|
||
|
||
github.setup tree-sitter tree-sitter-python 0.25.0 v
|
||
github.tarball_from archive
|
||
revision 0
|
||
|
||
description A tree-sitter parser for Python
|
||
|
||
long_description {*}${description}
|
||
|
||
categories devel
|
||
license MIT
|
||
maintainers {amake @amake} openmaintainer
|
||
|
||
checksums rmd160 ae82edbaaba66ac7da9076e429499cdfffad5c05 \
|
||
sha256 4609a3665a620e117acf795ff01b9e965880f81745f287a16336f4ca86cf270c \
|
||
size 266095
|
||
|
||
worksrcdir ${worksrcdir}/src
|
||
|
||
# parser.c: error: ‘for’ loop initial declaration used outside C99 mode
|
||
configure.cflags-append -std=c99
|