Files
2025-09-12 10:53:10 +09:00

27 lines
879 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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