[60241] trunk/dports/python/py26-py/Portfile

akitada at macports.org akitada at macports.org
Fri Nov 6 20:35:27 PST 2009


Revision: 60241
          http://trac.macports.org/changeset/60241
Author:   akitada at macports.org
Date:     2009-11-06 20:35:23 -0800 (Fri, 06 Nov 2009)
Log Message:
-----------
Updated py26-py to 1.1.0

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

Modified: trunk/dports/python/py26-py/Portfile
===================================================================
--- trunk/dports/python/py26-py/Portfile	2009-11-07 03:09:43 UTC (rev 60240)
+++ trunk/dports/python/py26-py/Portfile	2009-11-07 04:35:23 UTC (rev 60241)
@@ -4,7 +4,7 @@
 PortGroup         python26 1.0
 
 name              py26-py
-version           0.9.2
+version           1.1.0
 categories        python
 platforms         darwin
 maintainers       nomaintainer
@@ -14,14 +14,13 @@
                   and svn abstractions.
 homepage          http://codespeak.net/py
 master_sites      http://pypi.python.org/packages/source/p/py/
-checksums         md5     2c996d78867f6ad64dc5aabf1185aaf7 \
-                  sha1    5aac263571711b8d90e854fd62533e18ff8c8a21 \
-                  rmd160  09da693d07726b28c499d3b44c9b4b411e413842
+checksums         md5 fb5d1fcf3173d9c4dce70cfc8888e359 \
+                  sha1 48eedbbc4794a0a54affaf028cc2750fdc205c60 \
+                  rmd160 7c3ff177d32bb21898e0230ada0582bd2eabbc63
 distname          py-${version}
 
-set python.prefix ${frameworks_dir}/Python.framework/Versions/2.6
 post-destroot {
-    foreach f [glob -directory ${destroot}${python.prefix}/bin -tails *] {
-        ln -s ${python.prefix}/bin/${f} ${destroot}${prefix}/bin/${f}2.6
+    foreach f [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${f} ${destroot}${prefix}/bin/${f}${python.branch}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091106/8f03eb11/attachment.html>


More information about the macports-changes mailing list