[112669] trunk/dports/python/py-llvmpy/Portfile
stromnov at macports.org
stromnov at macports.org
Tue Oct 29 03:00:06 PDT 2013
Revision: 112669
https://trac.macports.org/changeset/112669
Author: stromnov at macports.org
Date: 2013-10-29 03:00:06 -0700 (Tue, 29 Oct 2013)
Log Message:
-----------
py-llvmpy: update to version 0.12.0 (#40995)
Modified Paths:
--------------
trunk/dports/python/py-llvmpy/Portfile
Modified: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile 2013-10-29 09:55:05 UTC (rev 112668)
+++ trunk/dports/python/py-llvmpy/Portfile 2013-10-29 10:00:06 UTC (rev 112669)
@@ -2,11 +2,12 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup python 1.0
+github.setup llvmpy llvmpy 0.12.0
+
name py-llvmpy
-version 0.11.2
-revision 0
categories-append devel
platforms darwin
license BSD
@@ -21,19 +22,14 @@
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 10134a9ac4c490d2c8578dfc246d08ca7bed1753 \
+ sha256 7809fb09495c92195a06e23124ff13bcf82a7980f2fdfae316304685ebf4e2ee
-checksums rmd160 289e66b6d93eb52e2946c955bb01bfead0e93421 \
- sha256 c7911b743d4d3ac746eca6d0c0809963fc326bdc079a27fb2e3053e0474fa299
-
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
-}
+ depends_lib-append port:llvm-3.3
+ build.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3
+ destroot.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "llvmpy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131029/403bc646/attachment-0001.html>
More information about the macports-changes
mailing list