           SPELL=netaddr
         VERSION=0.6.3
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/n/$SPELL/$SOURCE
   SOURCE_URL[1]=http://netaddr.googlecode.com/files/$SOURCE
     SOURCE_HASH=sha512:93cbfa03677a29cabc6d92fe95fba8a30a9d87e0c2ee1e0a5e431fa8e0edca7fbaec57b5fae4ad04b9681f64a47e0266c5f4efa86b05543a8a25a9b85eab3766
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://code.google.com/p/netaddr/
      LICENSE[0]=BSD
         ENTERED=20080920
           SHORT="pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses"
cat << EOF
netaddr is a Python library for the manipulation of various common network
address notations and representations.

It takes the hassle out of fiddling with innumerable variations of network
addresses, presenting a consistent, extensible, easy-to-use and (above all)
Pythonic API.

With it you can validate, convert, categorise, iterate, generate, slice & dice:
 * MAC (Media Access Control)
 * IEEE EUI-48 and EUI-64
 * IP version 4
 * IP version 6
 * CIDR (Classless Inter-Domain Routing)
EOF
