# -*- 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 PortGroup github 1.0 github.setup facebook pyre2 33b22739b01d name py-re2 version 0.1.20160526 categories-append devel license BSD platforms darwin supported_archs noarch maintainers sean openmaintainer description Python wrapper of Google's RE2 library. long_description pyre2 is a Python extension that wraps Google's RE2 regular \ expression library. It implements many of the features of \ Python's built-in re module with compatible interfaces. checksums rmd160 3c06bd1c9fea9feb1e86c4ad33696d20c7879274 \ sha256 1516f08f8ea159dc9866508ee29a846f68e4953cd9632acb75888e3ccb72022a python.versions 27 if {${name} ne ${subport}} { depends_lib-append port:re2 livecheck.type none }