[151951] trunk/dports/python/py-llvmlite/Portfile

stromnov at macports.org stromnov at macports.org
Thu Aug 25 05:04:44 PDT 2016


Revision: 151951
          https://trac.macports.org/changeset/151951
Author:   stromnov at macports.org
Date:     2016-08-25 05:04:44 -0700 (Thu, 25 Aug 2016)
Log Message:
-----------
py-llvmlite: update to version 0.13.0

Modified Paths:
--------------
    trunk/dports/python/py-llvmlite/Portfile

Modified: trunk/dports/python/py-llvmlite/Portfile
===================================================================
--- trunk/dports/python/py-llvmlite/Portfile	2016-08-25 08:37:43 UTC (rev 151950)
+++ trunk/dports/python/py-llvmlite/Portfile	2016-08-25 12:04:44 UTC (rev 151951)
@@ -6,7 +6,7 @@
 
 name                py-llvmlite
 epoch               0
-version             0.12.1
+version             0.13.0
 revision            0
 categories-append   devel science
 platforms           darwin
@@ -24,24 +24,24 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  421212a671f5dabe551f30e037ce624ba7ffef9d \
-                    sha256  3ce71beebd4cbc7a49abe4eadfc99725477fd43caeb7405650ebb746c7a1d0df
+checksums           rmd160  6d3fda071531d07c57ee1b6c1c50c5b0bb70f68a \
+                    sha256  f852be3391acb2e77ef484c5d0ff90e7cf2821dcf9575e358a1f08c274c582eb
 
 if {${name} ne ${subport}} {
     patchfiles-append   patch-ffi_Makefile.osx.diff
 
     depends_build-append \
                         port:py${python.version}-setuptools \
-                        port:clang-3.7
+                        port:clang-3.8
 
-    depends_lib-append  port:llvm-3.7
+    depends_lib-append  port:llvm-3.8
 
     if {${python.version} < 34} {
         depends_lib-append  port:py${python.version}-enum34
     }
 
-    build.env-append    LLVM_CONFIG=llvm-config-mp-3.7
-    destroot.env-append LLVM_CONFIG=llvm-config-mp-3.7
+    build.env-append    LLVM_CONFIG=llvm-config-mp-3.8
+    destroot.env-append LLVM_CONFIG=llvm-config-mp-3.8
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160825/c54af33a/attachment.html>


More information about the macports-changes mailing list