           SPELL=pyxattr
         VERSION=0.4.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:c326c8ecec2dae4cf5c632f4a3e4f80dd3700e61e250a149f24471c245c1a20358b422435d4286c196d006bd2e105cbb3de97e9b9b22eb472bc539a06b00aa84
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://pyxattr.sourceforge.net"
      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
