summaryrefslogtreecommitdiffstats
path: root/python-pypi/lxml/DETAILS
blob: efcba72093c55429b572866eb7e0c50f47b318ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=lxml
         VERSION=2.3.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://pypi.python.org/packages/source/l/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=lxml.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
  SOURCE2_IGNORE=signature
        WEB_SITE=http://codespeak.net/lxml/
      LICENSE[0]=BSD
         ENTERED=20080113
           SHORT="powerful and Pythonic XML processing library"
cat << EOF
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
provides safe and convenient access to these libraries using the ElementTree
API.

It extends the ElementTree API significantly to offer support for XPath,
RelaxNG, XML Schema, XSLT, C14N and much more.
EOF