[127621] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Oct 30 14:57:23 PDT 2014
Revision: 127621
https://trac.macports.org/changeset/127621
Author: stromnov at macports.org
Date: 2014-10-30 14:57:23 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py-funcparserlib: new port
Added Paths:
-----------
trunk/dports/python/py-funcparserlib/
trunk/dports/python/py-funcparserlib/Portfile
Added: trunk/dports/python/py-funcparserlib/Portfile
===================================================================
--- trunk/dports/python/py-funcparserlib/Portfile (rev 0)
+++ trunk/dports/python/py-funcparserlib/Portfile 2014-10-30 21:57:23 UTC (rev 127621)
@@ -0,0 +1,38 @@
+# -*- 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
+
+name py-funcparserlib
+version 0.3.6
+revision 0
+categories-append devel
+platforms darwin
+license MIT
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Recursive descent parsing library based on functional combinators
+long_description ${description}
+
+homepage http://code.google.com/p/funcparserlib/
+master_sites https://pypi.python.org/packages/source/f/funcparserlib/
+
+distname funcparserlib-${version}
+
+checksums rmd160 90ae4ce8eb4009fd1e4ba1a829ea0b37acc87cf1 \
+ sha256 b7992eac1a3eb97b3d91faa342bfda0729e990bd8a43774c1592c091e563c91d
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {funcparserlib-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-funcparserlib/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/da3a6fb5/attachment.html>
More information about the macports-changes
mailing list