You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-psutil
|
|
version 5.8.0
|
|
revision 0
|
|
categories-append devel sysutils
|
|
platforms darwin
|
|
license MIT
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description A process utilities module for Python.
|
|
|
|
long_description psutil is a module providing an interface for retrieving \
|
|
information on all running processes and system \
|
|
utilization (CPU, disk, memory) in a portable way \
|
|
by using Python, implementing many functionalities \
|
|
offered by command line tools such as: ps, top, df, \
|
|
kill, free, lsof, free, netstat, ifconfig, nice, ionice, \
|
|
iostato, iotop, uptime, tty.
|
|
|
|
homepage https://github.com/giampaolo/psutil
|
|
|
|
checksums rmd160 ac0a0c786848276d50cfac4c5dfc67254c1d4763 \
|
|
sha256 0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6 \
|
|
size 470886
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|