Commits
Andrew Stromnov authored a98856d8bd6
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-psutil |
7 - | version 5.6.1 |
7 + | version 5.6.2 |
8 8 | revision 0 |
9 9 | categories-append devel sysutils |
10 10 | platforms darwin |
11 11 | license MIT |
12 12 | |
13 13 | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description A process utilities module for Python. |
22 22 | by using Python, implementing many functionalities \ |
23 23 | offered by command line tools such as: ps, top, df, \ |
24 24 | kill, free, lsof, free, netstat, ifconfig, nice, ionice, \ |
25 25 | iostato, iotop, uptime, tty. |
26 26 | |
27 27 | homepage https://github.com/giampaolo/psutil |
28 28 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
29 29 | |
30 30 | distname ${python.rootname}-${version} |
31 31 | |
32 - | checksums rmd160 44578ece2275032cfe1024bf772ca859dd3898f9 \ |
33 - | sha256 fa0a570e0a30b9dd618bffbece590ae15726b47f9f1eaf7518dfb35f4d7dcd21 \ |
34 - | size 427472 |
32 + | checksums rmd160 5450a028ad787d3e274a2c0e11c127bf5cd7e9da \ |
33 + | sha256 828e1c3ca6756c54ac00f1427fdac8b12e21b8a068c3bb9b631a1734cada25ed \ |
34 + | size 432907 |
35 35 | |
36 36 | if {${name} ne ${subport}} { |
37 37 | livecheck.type none |
38 38 | } |