[50167] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 26 23:47:15 PDT 2009


Revision: 50167
          http://trac.macports.org/changeset/50167
Author:   blb at macports.org
Date:     2009-04-26 23:47:14 -0700 (Sun, 26 Apr 2009)
Log Message:
-----------
New port - python/py26-py, py lib: agile development and test support library

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

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

Deleted: trunk/dports/python/py26-py/Portfile
===================================================================
--- trunk/dports/python/py25-py/Portfile	2009-04-26 21:53:02 UTC (rev 50152)
+++ trunk/dports/python/py26-py/Portfile	2009-04-27 06:47:14 UTC (rev 50167)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem        1.0
-PortGroup         python25 1.0
-
-name              py25-py
-version           0.9.1
-categories        python
-platforms         darwin
-maintainers       akitada 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 d9e3dd3450408c30d152f682502af90f \
-                  sha1 26fc5d69b014ed4b226d5a33b0290c339e352cda \
-                  rmd160 01be3b5f5de8c2f2d80e0e34692185976161ed14
-distname          py-${version}
-
-post-destroot {
-    foreach f [glob -directory ${destroot}${prefix}/bin *] {
-        file rename $f [regsub {(.*?)(\.py)?$} $f {\12.5\2}]
-    }
-}

Copied: trunk/dports/python/py26-py/Portfile (from rev 50166, trunk/dports/python/py25-py/Portfile)
===================================================================
--- trunk/dports/python/py26-py/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-py/Portfile	2009-04-27 06:47:14 UTC (rev 50167)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python26 1.0
+
+name              py26-py
+version           0.9.2
+categories        python
+platforms         darwin
+maintainers       nomaintainer
+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://pypi.python.org/packages/source/p/py/
+checksums         md5     2c996d78867f6ad64dc5aabf1185aaf7 \
+                  sha1    5aac263571711b8d90e854fd62533e18ff8c8a21 \
+                  rmd160  09da693d07726b28c499d3b44c9b4b411e413842
+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
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090426/a90ba729/attachment.html>


More information about the macports-changes mailing list