Created attachment 155745 [details] shar New port submission - Python wrapper for GnuPG
Created attachment 155746 [details] QA
A commit references this bug: Author: swills Date: Mon Oct 26 01:20:22 UTC 2015 New revision: 400171 URL: https://svnweb.freebsd.org/changeset/ports/400171 Log: security/py-python-gnupg: create port The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP. WWW: http://packages.python.org/python-gnupg/index.html PR: 199551 Submitted by: Christer Edwards <christer.edwards@gmail.com> Changes: head/security/Makefile head/security/py-python-gnupg/ head/security/py-python-gnupg/Makefile head/security/py-python-gnupg/distinfo head/security/py-python-gnupg/pkg-descr
Port might need a run dependency on gnupg later, but for now, it's fine. Committed, thanks, and sorry for the delay.