# -*- 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-flexparser version 0.3.1 revision 0 license Permissive maintainers {mps @Schamschula} openmaintainer description Another parser. long_description {*}${description} You write a class for every type of content \ (called here ParsedStatement) you need to parse. Each class should \ have a from_string constructor. We used extensively the typing \ module to make the output structure easy to use and less error prone. homepage https://github.com/hgrecco/flexparser checksums rmd160 c64c89b8fe48638ee9f60e8109707b418b594dcb \ sha256 36f795d82e50f5c9ae2fde1c33f21f88922fdd67b7629550a3cc4d0b40a66856 \ size 31422 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-typing_extensions }