[35615] trunk/dports/python

akira at macports.org akira at macports.org
Mon Mar 31 04:07:03 PDT 2008


Revision: 35615
          http://trac.macosforge.org/projects/macports/changeset/35615
Author:   akira at macports.org
Date:     2008-03-31 04:07:00 -0700 (Mon, 31 Mar 2008)

Log Message:
-----------
Updated py to 0.9.1 and fixed typo

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

Modified: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile	2008-03-31 10:23:34 UTC (rev 35614)
+++ trunk/dports/python/py-py/Portfile	2008-03-31 11:07:00 UTC (rev 35615)
@@ -4,23 +4,23 @@
 PortGroup         python24 1.0
 
 name              py-py
-version           0.9.0
+version           0.9.1
 categories        python
 platforms         darwin
-maintainers       akira
+maintainers       akira openmaintainer
 description       py lib: agile development and test support library
 long_description  the py lib is a development support library featuring \
                   py.test, ad-hoc distributed execution, micro-threads \
                   and svn abstractions.
 homepage          http://codespeak.net/py
 master_sites      http://codespeak.net/download/py/
-checksums         md5 adecd7befdfa431341c8e09e0bc94ca3 \
-                  sha1 c39c06ee59175639160132da9e5c02d75dab2035 \
-                  rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7
+checksums         md5 d9e3dd3450408c30d152f682502af90f \
+                  sha1 26fc5d69b014ed4b226d5a33b0290c339e352cda \
+                  rmd160 01be3b5f5de8c2f2d80e0e34692185976161ed14
 distname          py-${version}
 
 post-destroot {
-    foreach f [grep -directory ${destroot}${prefix}/bin *] {
+    foreach f [glob -directory ${destroot}${prefix}/bin *] {
         file rename $f [regsub {(.*?)(\.py)?$} $f {\12.4\2}]
     }
 }

Modified: trunk/dports/python/py25-py/Portfile
===================================================================
--- trunk/dports/python/py25-py/Portfile	2008-03-31 10:23:34 UTC (rev 35614)
+++ trunk/dports/python/py25-py/Portfile	2008-03-31 11:07:00 UTC (rev 35615)
@@ -4,23 +4,23 @@
 PortGroup         python25 1.0
 
 name              py25-py
-version           0.9.0
+version           0.9.1
 categories        python
 platforms         darwin
-maintainers       akira
+maintainers       akira openmaintainer
 description       py lib: agile development and test support library
 long_description  the py lib is a development support library featuring \
                   py.test, ad-hoc distributed execution, micro-threads \
                   and svn abstractions.
 homepage          http://codespeak.net/py
 master_sites      http://codespeak.net/download/py/
-checksums         md5 adecd7befdfa431341c8e09e0bc94ca3 \
-                  sha1 c39c06ee59175639160132da9e5c02d75dab2035 \
-                  rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7
+checksums         md5 d9e3dd3450408c30d152f682502af90f \
+                  sha1 26fc5d69b014ed4b226d5a33b0290c339e352cda \
+                  rmd160 01be3b5f5de8c2f2d80e0e34692185976161ed14
 distname          py-${version}
 
 post-destroot {
-    foreach f [grep -directory ${destroot}${prefix}/bin *] {
+    foreach f [glob -directory ${destroot}${prefix}/bin *] {
         file rename $f [regsub {(.*?)(\.py)?$} $f {\12.5\2}]
     }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080331/99eddf15/attachment.html


More information about the macports-changes mailing list