[107028] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Jun 14 12:51:26 PDT 2013


Revision: 107028
          https://trac.macports.org/changeset/107028
Author:   stromnov at macports.org
Date:     2013-06-14 12:51:26 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
py-llvmmath: new port

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

Added: trunk/dports/python/py-llvmmath/Portfile
===================================================================
--- trunk/dports/python/py-llvmmath/Portfile	                        (rev 0)
+++ trunk/dports/python/py-llvmmath/Portfile	2013-06-14 19:51:26 UTC (rev 107028)
@@ -0,0 +1,41 @@
+# -*- 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-llvmmath
+version             0.1
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     26 27 32 33
+
+maintainers         stromnov openmaintainer
+
+description         LLVM math library
+long_description    ${description}
+
+homepage            http://pypi.python.org/pypi/llvmmath
+master_sites        http://pypi.python.org/packages/source/l/llvmmath/
+
+distname            llvmmath-${version}
+
+checksums           rmd160  46826378da1a98e38d8fb89c0822f8603caa35c9 \
+                    sha256  378b0d5584d059d5c427cf85ed1ba54b8a1043d2ad7c45efce29cf21de02447e
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-llvmpy \
+                        port:py${python.version}-numpy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "llvmmath-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-llvmmath/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/20130614/3a339739/attachment.html>


More information about the macports-changes mailing list