# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pypeg2 version 2.15.2 categories python lang platforms darwin license GPL-2 maintainers mojca openmaintainer description An intrinsic PEG Parser-Interpreter for Python long_description ${description} homepage https://fdik.org/pyPEG/ master_sites pypi:p/pyPEG2 distname pyPEG2-${version} checksums rmd160 594103ba8a33086a306a172f27c6d29cf0c1435a \ sha256 2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d python.versions 27 34 35 if { ${name} ne ${subport} } { depends_run port:py${python.version}-lxml # TODO: enable testing (test suite exists) livecheck.type none }