# $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-pygpgme version 0.1 platforms darwin license LGPL categories python maintainers afb openmaintainer description Python module for working with OpenPGP messages long_description \ PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt \ files using the OpenPGP format. It is built on top of GNU Privacy Guard and \ the GPGME library. homepage http://cheeseshop.python.org/pypi/pygpgme/${version}/ master_sites http://cheeseshop.python.org/packages/source/p/pygpgme/ distname pygpgme-${version} checksums md5 0878d866b6ee8a98a9003a81934ecee3 depends_lib-append port:gpgme post-destroot { delete "${destroot}/${python.pkgd}/gpgme/tests" }