[34611] trunk/dports/python

eridius at macports.org eridius at macports.org
Fri Feb 29 05:59:29 PST 2008


Revision: 34611
          http://trac.macosforge.org/projects/macports/changeset/34611
Author:   eridius at macports.org
Date:     2008-02-29 05:59:27 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
New ports: py-py and py25-py. Fixes #14356

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

Added: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile	                        (rev 0)
+++ trunk/dports/python/py-py/Portfile	2008-02-29 13:59:27 UTC (rev 34611)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python24 1.0
+
+name              py-py
+version           0.9.0
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+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
+distname          py-${version}
+
+post-destroot {
+    foreach f [grep -directory ${destroot}${prefix}/bin *] {
+        file rename $f [regsub {(.*?)(\.py)?$} $f {\12.4\2}]
+    }
+}

Added: trunk/dports/python/py25-py/Portfile
===================================================================
--- trunk/dports/python/py25-py/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-py/Portfile	2008-02-29 13:59:27 UTC (rev 34611)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-py
+version           0.9.0
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+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
+distname          py-${version}
+
+post-destroot {
+    foreach f [grep -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/20080229/4992ee2f/attachment-0001.html 


More information about the macports-changes mailing list