           SPELL=psutil
         VERSION=0.6.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://psutil.googlecode.com/files/$SOURCE
     SOURCE_HASH=sha512:83fb9c92731bcc084be2bc0a9b39c8c62c28c9f9ed5a24666b6ebbf0e9164d95032a8ce9d8e8866e8e55dc39e456e51c122ff530129c6cf6faaaf59efcf4d950
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://code.google.com/p/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
