           SPELL=python-pgpdump
          SPELLX=pgpdump
         VERSION=1.5
          SOURCE="${SPELLX}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:b9fc7f78b920296301acaad2dbbafefff7b5f1658cbb65f5892a28d0b4d5110581bba984ad5cdabde3330025e3828387d7127c689cb86a7163c0b5ac0d0d2de0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://github.com/toofishes/python-pgpdump
            DOCS="README"
      LICENSE[0]=BSD
        KEYWORDS="python pgp"
         ENTERED=20150505
           SHORT="Python library for parsing PGP packets"
cat << EOF
pgpdump is a PGP packet parser library.

The intent here is not on completeness, as we don’t currently decode every
packet type, but on being able to do what people actually have to 95% of the
time.

Currently supported things include:

* Signature packets
* Public key packets
* Secret key packets
* Trust, user ID, and user attribute packets
* ASCII-armor decoding and CRC check
EOF
