[113287] trunk/dports/python/py-psutil/Portfile

stromnov at macports.org stromnov at macports.org
Wed Nov 13 02:59:12 PST 2013


Revision: 113287
          https://trac.macports.org/changeset/113287
Author:   stromnov at macports.org
Date:     2013-11-13 02:59:12 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
py-psutil: update to version 1.1.3

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

Modified: trunk/dports/python/py-psutil/Portfile
===================================================================
--- trunk/dports/python/py-psutil/Portfile	2013-11-13 10:56:21 UTC (rev 113286)
+++ trunk/dports/python/py-psutil/Portfile	2013-11-13 10:59:12 UTC (rev 113287)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-psutil
-version             1.1.2
+version             1.1.3
 revision            0
 categories-append   devel sysutils
 platforms           darwin
@@ -30,9 +30,16 @@
 
 distname            psutil-${version}
 
-checksums           rmd160  f59b044334d5dab75d3096ebe05d58a6ed1a5e6d \
-                    sha256  adeb1afcb46327bed6603aa8981dce863f052043a52f003e2742ec7c3739677a
+checksums           rmd160  28b63934f5fd35a0fa5a4e38afc4102e9988dccd \
+                    sha256  5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c
 
+if {$subport != $name && [lsearch {24 25 26 31 32} ${python.version}] != -1} {
+    version             1.1.2
+    checksums           rmd160  f59b044334d5dab75d3096ebe05d58a6ed1a5e6d \
+                        sha256  adeb1afcb46327bed6603aa8981dce863f052043a52f003e2742ec7c3739677a
+    distname            psutil-${version}
+}
+
 if {$subport != $name} {
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131113/d2ed5bad/attachment.html>


More information about the macports-changes mailing list