           SPELL=psutil
         VERSION=5.8.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/giampaolo/psutil/archive/release-${VERSION}.tar.gz
     SOURCE_HASH=sha512:156dffb660fcfb23b420d0455296c6b1ab366844390706af40788d89335eb946bb2e66f792755071c09ca282ad0d5503bb62175344753c88ba35613756e22fa3
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
