Modified: trunk/dports/python/py-psutil/Portfile (139935 => 139936)
--- trunk/dports/python/py-psutil/Portfile 2015-09-03 20:32:11 UTC (rev 139935)
+++ trunk/dports/python/py-psutil/Portfile 2015-09-03 20:32:44 UTC (rev 139936)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-psutil
-version 3.1.1
+version 3.2.0
revision 0
categories-append devel sysutils
platforms darwin
@@ -25,18 +25,16 @@
kill, free, lsof, free, netstat, ifconfig, nice, ionice, \
iostato, iotop, uptime, tty.
-homepage http://code.google.com/p/psutil/
-master_sites https://pypi.python.org/packages/source/p/psutil/
+homepage https://github.com/giampaolo/psutil
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname psutil-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 19189c0551b8e0c319ad96dc31bf27b6283fc854 \
- sha256 d3290bd4a027fa0b3a2e2ee87728056fe49d4112640e2b8c2ea4dd94ba0cf057
+checksums rmd160 6cf8d3f2fa43ccaafbe7c394d78db66e66366cfe \
+ sha256 06f9d255f8b12a6a04aa2b468ec453c539f54a464d110b3458c32b0152a5c943
if {${name} ne ${subport}} {
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/psutil/json
- livecheck.regex {psutil-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}