           SPELL=pystatgrab
         VERSION=0.7.1
	 XVERSION=${VERSION//./_}
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/libstatgrab/pystatgrab/releases/download/PYSTATGRAB_${XVERSION}/$SOURCE
     SOURCE_HASH=sha512:3fd85309f6fe39dd19c5017f82df619d610e336fb7b70587f1e8a9ab20b40fd990c44fed2954c67547acb9e16ced955586e8e5262140848e07688cdb287c399b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.i-scream.org/pystatgrab/
         ENTERED=20060427
      LICENSE[0]=GPL
           SHORT="pystatgrab is a set of Python bindings for the libstatgrab library."
cat << EOF
pystatgrab is a set of Python bindings for the libstatgrab library. It installs
as a module and provides a set of function calls with identical names to the
libstatgrab functions. The returned data types also map logically on to the
structures returned by libstatgrab.  pystatgrab should work on any platform
that libstatgrab will work on. Currently, pystatgrab requires version 0.9
of libstatgrab to function.
EOF
