# -*- 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 3daa5c09cd9f name py-re2 version 0.1.20150414 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 d4d6597f1c9b1b34cf9025e47e4ebaabd80c910e \ sha256 5aa7473cdb0b548df8f383011d5b494e5ed1d6653ff122c76aee061095ca7211 python.versions 27 if {${name} ne ${subport}} { depends_lib-append port:re2 livecheck.type none }