           SPELL=pyxattr
         VERSION=0.5.3
     SOURCE_HASH=sha512:ac1aa227ab9980e0b05bf71ac4466e8747791a0d5ea30d404359526ca32e6846ad9d4ef72208ff9c7a8208d91ffa309feebe7eab818ef2dc3ae1a5e9414ffeaa
          SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://pyxattr.k1024.org/
   SOURCE_URL[0]=$WEB_SITE/downloads/${SOURCE}
      LICENSE[0]=LGPL
         ENTERED=20081228
           SHORT="allows you to manipulate the extended attributes present in some os/filesystem combinations"
cat << EOF
This module gives access to the extended attributes present in some
operating systems/filesystems from python. You can list attributes, get,
set and remove them.
EOF
