Files

33 lines
1013 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-funcparserlib
version 0.3.6
revision 0
categories-append devel
platforms darwin
license MIT
supported_archs noarch
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Recursive descent parsing library based on functional combinators
long_description ${description}
homepage https://github.com/vlasovskikh/funcparserlib
checksums rmd160 90ae4ce8eb4009fd1e4ba1a829ea0b37acc87cf1 \
sha256 b7992eac1a3eb97b3d91faa342bfda0729e990bd8a43774c1592c091e563c91d \
size 30401
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}