[60625] trunk/dports/python/py25-py/Portfile

snc at macports.org snc at macports.org
Tue Nov 17 17:50:40 PST 2009


Revision: 60625
          http://trac.macports.org/changeset/60625
Author:   snc at macports.org
Date:     2009-11-17 17:50:37 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
updated version, add dep on py25-setuptools, #22365. maintainer timeout

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

Modified: trunk/dports/python/py25-py/Portfile
===================================================================
--- trunk/dports/python/py25-py/Portfile	2009-11-18 00:54:12 UTC (rev 60624)
+++ trunk/dports/python/py25-py/Portfile	2009-11-18 01:50:37 UTC (rev 60625)
@@ -4,7 +4,7 @@
 PortGroup         python25 1.0
 
 name              py25-py
-version           0.9.2
+version           1.1.0
 categories        python
 platforms         darwin
 maintainers       akitada openmaintainer
@@ -12,15 +12,21 @@
 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://codespeak.net/py/dist
 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}
 
+depends_build       port:py25-setuptools
+
 post-destroot {
     foreach f [glob -directory ${destroot}${prefix}/bin *] {
         file rename $f [regsub {(.*?)(\.py)?$} $f {\12.5\2}]
     }
 }
+
+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/20091117/7149bdc9/attachment.html>


More information about the macports-changes mailing list