           SPELL=pyxattr
         VERSION=0.7.1
     SOURCE_HASH=sha512:093cb3f9b9637194b9737c07da7dde45b3d5083ec16a9209af80d30c86da8f93badff5aada395415be3dd48da73004286e47d0aa0671c95e65b0492d02e86009
          SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://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
