# -*- 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-arpeggio version 1.8.0 platforms darwin license MIT maintainers {yan12125 @yan12125} openmaintainer description Packrat parser interpreter long_description Arpeggio is a recursive descent parser with memoization \ based on PEG grammars (aka Packrat parser). homepage https://github.com/igordejanovic/Arpeggio master_sites pypi:A/Arpeggio distname Arpeggio-${version} checksums rmd160 83177065900e07dd8f1362d0f2ebee301580a73a \ sha256 828ea85ca3c7a99125dc83000ca170c1ea1105c75cbf67a513c2e16e05e36f67 \ size 20718 python.versions 27 36 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }