Files
2026-06-30 21:54:55 -07:00

25 lines
1.0 KiB
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 python 1.0
name py-ast_serialize
version 0.6.0
revision 0
license MIT
maintainers {toby @tobypeterson} openmaintainer
description Python bindings for mypy AST serialization
long_description This is a fast Python extension for parsing Python files and \
serializing the AST using the native binary format used by mypy. \
This will eventually replace the current mypy parser, which uses \
the Python stdlib ast module for parsing.
homepage https://github.com/mypyc/ast_serialize
checksums rmd160 25ed2308e16930f12cd8cdb050e773b85883f8fc \
sha256 aadd3ffcf4858c9726bf3515f7b199c7eadbe504f96028e4a87172c0da65a8fe \
size 61489
python.pep517_backend maturin
python.versions 310 311 312 313 314