[103682] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Mar 4 10:59:50 PST 2013


Revision: 103682
          https://trac.macports.org/changeset/103682
Author:   stromnov at macports.org
Date:     2013-03-04 10:59:50 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
py-llvmpy: new port

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

Added: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-llvmpy/Portfile	2013-03-04 18:59:50 UTC (rev 103682)
@@ -0,0 +1,39 @@
+# -*- 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-llvmpy
+version             0.11.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     26 27 32 33
+
+maintainers         stromnov openmaintainer
+
+description         Python bindings for LLVM
+
+long_description    llvmpy is a Python wrapper around the llvm C++ library \
+                    which allows simple access to compiler tools.
+
+homepage            http://www.llvmpy.org/
+master_sites        http://pypi.python.org/packages/source/l/llvmpy/
+
+distname            llvmpy-${version}
+
+checksums           rmd160  03a3590d7f2718baa89370d3d805f32848ee370e \
+                    sha256  59165fbf2e3aae5642c3b7abe56296bf1b90607ab2fa2192d16f7478f8cc7760
+
+if {$subport != $name} {
+    depends_lib-append  port:llvm-3.2
+    build.env-append    LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.2
+    destroot.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.2
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "llvmpy-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-llvmpy/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/20130304/98ffec75/attachment.html>


More information about the macports-changes mailing list