[76387] trunk/dports/python

adfernandes at macports.org adfernandes at macports.org
Mon Feb 21 13:06:41 PST 2011


Revision: 76387
          http://trac.macports.org/changeset/76387
Author:   adfernandes at macports.org
Date:     2011-02-21 13:06:39 -0800 (Mon, 21 Feb 2011)
Log Message:
-----------
new port: py27-llvm, based on py26-llvm

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

Added Paths:
-----------
    trunk/dports/python/py27-llvm/

Modified: trunk/dports/python/py27-llvm/Portfile
===================================================================
--- trunk/dports/python/py26-llvm/Portfile	2011-01-02 20:40:17 UTC (rev 74792)
+++ trunk/dports/python/py27-llvm/Portfile	2011-02-21 21:06:39 UTC (rev 76387)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python26 1.0
+PortGroup       python27 1.0
 
 # Note: py-llvm-0.6 must use llvm-2.7!
 
-name            py26-llvm
-version         0.6
+name            py27-llvm
+svn.revision    105
+version         r${svn.revision}
 categories      python
 maintainers     adfernandes openmaintainer
 platforms       darwin
@@ -16,11 +17,13 @@
 
 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
+
+# distname        llvm-py-${version}
+
+fetch.type      svn
+svn.url         http://llvm-py.googlecode.com/svn/trunk/
+worksrcdir      trunk
+
 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/20110221/ad21bfc7/attachment.html>


More information about the macports-changes mailing list