[101417] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jan 10 11:46:39 PST 2013


Revision: 101417
          https://trac.macports.org/changeset/101417
Author:   jmr at macports.org
Date:     2013-01-10 11:46:39 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
py*-py: unify

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

Removed Paths:
-------------
    trunk/dports/python/py25-py/
    trunk/dports/python/py26-py/
    trunk/dports/python/py27-py/

Modified: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile	2013-01-10 19:37:04 UTC (rev 101416)
+++ trunk/dports/python/py-py/Portfile	2013-01-10 19:46:39 UTC (rev 101417)
@@ -1,26 +1,31 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python24 1.0
+PortGroup         python 1.0
 
 name              py-py
-version           0.9.2
-categories        python
+version           1.1.1
+license           MIT
 platforms         darwin
+supported_archs   noarch
 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
+homepage          http://pylib.org/
 master_sites      http://pypi.python.org/packages/source/p/py/
-checksums         md5     2c996d78867f6ad64dc5aabf1185aaf7 \
-                  sha1    5aac263571711b8d90e854fd62533e18ff8c8a21 \
-                  rmd160  09da693d07726b28c499d3b44c9b4b411e413842
+checksums         md5 4d0b5eaf9af09b7682fb07d4c5a2fd45 \
+                  sha1 36ca24b4424ce9ba47e3a8af0b29512eb156b116 \
+                  rmd160 c48c67421545b2181eaff75e8d05cbcebf4ead1c
 distname          py-${version}
 
-post-destroot {
-    foreach f [glob -directory ${destroot}${prefix}/bin *] {
-        file rename $f [regsub {(.*?)(\.py)?$} $f {\12.4\2}]
-    }
+python.versions   24 25 26 27
+
+if {$subport != $name} {
+    depends_build   port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.url       ${master_sites}
+    livecheck.regex     py-(\\d+(\\.\\d+)+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/c6649688/attachment.html>


More information about the macports-changes mailing list