[102611] trunk/dports/python

sean at macports.org sean at macports.org
Mon Feb 4 21:46:54 PST 2013


Revision: 102611
          https://trac.macports.org/changeset/102611
Author:   sean at macports.org
Date:     2013-02-04 21:46:54 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py-re2: add new port for using re2 library

Added Paths:
-----------
    trunk/dports/python/py-re2/
    trunk/dports/python/py-re2/Portfile

Added: trunk/dports/python/py-re2/Portfile
===================================================================
--- trunk/dports/python/py-re2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-re2/Portfile	2013-02-05 05:46:54 UTC (rev 102611)
@@ -0,0 +1,32 @@
+# -*- 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 5a7bea398ae4
+name                py-re2
+version             0.1.20120521
+
+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  767e1a2b327c0e824adafb6290833eac514c5746 \
+                    sha256  873c1863c0b500b1c1cec4beac33122e5f224021da2dd249ca2aab0f15182cdb
+
+python.versions     26 27
+
+if {${name} != ${subport}} {
+    depends_lib-append  port:re2
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/07f32445/attachment.html>


More information about the macports-changes mailing list