           SPELL=psutil
         VERSION=5.9.8
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/giampaolo/psutil/archive/release-${VERSION}.tar.gz
     SOURCE_HASH=sha512:9943adcf4cdb333c729765fef9e3cc7623ef90cfdf8c91fcb8093c45a6978efa9f749b1f1818dde99a772b89e9dd86c3d7cc5f8f1047bf8782d00a30d9284c7f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-release-$VERSION"
        WEB_SITE=https://github.com/giampaolo/psutil
      LICENSE[0]=BSD
         ENTERED=20130324
           SHORT="process and system utilities module for Python"
cat << EOF
psutil is a module providing an interface for retrieving information on all
running processes and system utilization (CPU, memory, disks, network, users)
in a portable way by using Python, implementing many functionalities offered by
command line tools such as:
 * ps
 * top
 * df
 * kill
 * free
 * lsof
 * netstat
 * ifconfig
 * nice
 * ionice
 * iostat
 * iotop
 * uptime
 * pidof
 * tty
 * who
 * taskset
 * pmap
EOF
