           SPELL=python-cssselect
         VERSION=0.8
          SOURCE="cssselect-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/c/cssselect/${SOURCE}
     SOURCE_HASH=sha512:4001f48e804b19170a328a1bd7dedf3cdfd0ca4103713448e69288fcefa87dba74066a43e5cf4287db312e17719a4eec67ac54827e1bf917d664d0fed515da52
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cssselect-${VERSION}"
        WEB_SITE="https://pypi.python.org/pypi/cssselect"
      LICENSE[0]=BSD
         ENTERED=20130330
           SHORT="parses CSS3 Selectors and translates them to XPath 1.0"
cat << EOF
cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
Such expressions can be used in lxml or another XPath engine to find the
matching elements in an XML or HTML document.
EOF
