[84552] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Tue Sep 27 14:09:04 PDT 2011
Revision: 84552
http://trac.macports.org/changeset/84552
Author: stromnov at macports.org
Date: 2011-09-27 14:09:04 -0700 (Tue, 27 Sep 2011)
Log Message:
-----------
py-regex: new unified port
Added Paths:
-----------
trunk/dports/python/py-regex/
trunk/dports/python/py-regex/Portfile
Added: trunk/dports/python/py-regex/Portfile
===================================================================
--- trunk/dports/python/py-regex/Portfile (rev 0)
+++ trunk/dports/python/py-regex/Portfile 2011-09-27 21:09:04 UTC (rev 84552)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-regex
+version 0.1.20110927
+revision 0
+categories-append devel
+license Python
+platforms darwin
+
+maintainers stromnov openmaintainer
+
+description Alternate regular expression module, to replace re.
+long_description ${description}
+
+homepage http://code.google.com/p/mrab-regex-hg/
+master_sites http://pypi.python.org/packages/source/r/regex/
+distname regex-${version}
+
+checksums md5 42c808a50fa89914c6cb3cc2f6717cf5 \
+ sha1 6f1d1bc27bf680f23f90c3daa2123695dd5421e8 \
+ rmd160 b6e71267967cbf5c44493afe281c618ae0aac8fa
+
+python.versions 25 26 27 31 32
+python.default_version 27
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "regex-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/python/py-regex/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110927/5fbd55d0/attachment.html>
More information about the macports-changes
mailing list