mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
968 B
Tcl
31 lines
968 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 python 1.0
|
|
|
|
name py-arpeggio
|
|
python.rootname Arpeggio
|
|
version 2.0.3
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
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
|
|
|
|
checksums rmd160 65f895e0efa0c0035d5c055f111f70d87f8d0091 \
|
|
sha256 9e85ad35cfc6c938676817c7ae9a1000a7c72a34c71db0c687136c460d12b85e \
|
|
size 766566
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|