[71155] trunk/dports/python

adfernandes at macports.org adfernandes at macports.org
Thu Sep 2 13:01:12 PDT 2010


Revision: 71155
          http://trac.macports.org/changeset/71155
Author:   adfernandes at macports.org
Date:     2010-09-02 13:01:07 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
update: py2[56]-llvm; trivial version bump

Modified Paths:
--------------
    trunk/dports/python/py25-llvm/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-llvm/
    trunk/dports/python/py26-llvm/Portfile

Modified: trunk/dports/python/py25-llvm/Portfile
===================================================================
--- trunk/dports/python/py25-llvm/Portfile	2010-09-02 18:17:21 UTC (rev 71154)
+++ trunk/dports/python/py25-llvm/Portfile	2010-09-02 20:01:07 UTC (rev 71155)
@@ -4,8 +4,10 @@
 PortSystem      1.0
 PortGroup       python25 1.0
 
+# Note: py-llvm-0.6 must use llvm-2.7!
+
 name            py25-llvm
-version         0.5
+version         0.6
 categories      python
 maintainers     snc openmaintainer
 platforms       darwin
@@ -15,9 +17,9 @@
 homepage        http://mdevan.nfshost.com/llvm-py/index.html
 master_sites    googlecode:llvm-py
 distname        llvm-py-${version}
-checksums       md5 4c673cdbf6d5f520e0a08e0f8cbdbf60 \
-                sha1 31e596f48c199ae691a71b1ceb0ed29806f0fa9b \
-                rmd160 a86b0a49d62114a5b6b93cd5e11394ca7724b4b2
+checksums           md5     eec62e4ce6f95f6e01edcba59747933d \
+                    sha1    8d4f8efc81fd94492f7775a0951fc67e5dd45898 \
+                    rmd160  524ccb25869e0d7e7aeaae7fde597eb996446373
 use_bzip2       yes
 depends_lib-append  port:llvm
 

Copied: trunk/dports/python/py26-llvm/Portfile (from rev 71118, trunk/dports/python/py25-llvm/Portfile)
===================================================================
--- trunk/dports/python/py26-llvm/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-llvm/Portfile	2010-09-02 20:01:07 UTC (rev 71155)
@@ -0,0 +1,26 @@
+# -*- 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       python26 1.0
+
+# Note: py-llvm-0.6 must use llvm-2.7!
+
+name            py26-llvm
+version         0.6
+categories      python
+maintainers     adfernandes openmaintainer
+platforms       darwin
+description     Python bindings for LLVM
+long_description    ${description}
+
+homepage        http://mdevan.nfshost.com/llvm-py/index.html
+master_sites    googlecode:llvm-py
+distname        llvm-py-${version}
+checksums           md5     eec62e4ce6f95f6e01edcba59747933d \
+                    sha1    8d4f8efc81fd94492f7775a0951fc67e5dd45898 \
+                    rmd160  524ccb25869e0d7e7aeaae7fde597eb996446373
+use_bzip2       yes
+depends_lib-append  port:llvm
+
+livecheck.regex "llvm-py-(\\d+\\.\\d+(\\.\\d+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100902/9cec7a28/attachment-0001.html>


More information about the macports-changes mailing list