[151536] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Aug 17 01:56:50 PDT 2016


Revision: 151536
          https://trac.macports.org/changeset/151536
Author:   stromnov at macports.org
Date:     2016-08-17 01:56:50 -0700 (Wed, 17 Aug 2016)
Log Message:
-----------
py-expressions: new port

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

Added: trunk/dports/python/py-expressions/Portfile
===================================================================
--- trunk/dports/python/py-expressions/Portfile	                        (rev 0)
+++ trunk/dports/python/py-expressions/Portfile	2016-08-17 08:56:50 UTC (rev 151536)
@@ -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-expressions
+version             0.2.3
+revision            0
+categories-append   devel math
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     35
+
+maintainers         stromnov openmaintainer
+
+description         Extensible arithmetic expression parser and compiler
+long_description    ${description}
+
+homepage            http://databrewery.org/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  857f87779c7b0b559c174d7920246448c57a824c \
+                    sha256  5d0138e916ca1e73e0ffca583e5405790ba5f7b9a3d68150bde111533fc7890e
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-grako
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-expressions/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/20160817/0ca3aa7a/attachment.html>


More information about the macports-changes mailing list