Bug 199551

Summary: [new port] security/py-python-gnupg : Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
Product: Ports & Packages Reporter: Christer Edwards <christer.edwards>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar
none
QA none

Description Christer Edwards 2015-04-19 19:50:36 UTC
Created attachment 155745 [details]
shar

New port submission - Python wrapper for GnuPG
Comment 1 Christer Edwards 2015-04-19 19:50:54 UTC
Created attachment 155746 [details]
QA
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-10-26 01:21:01 UTC
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
Comment 3 Steve Wills freebsd_committer freebsd_triage 2015-10-26 13:17:56 UTC
Port might need a run dependency on gnupg later, but for now, it's fine. Committed, thanks, and sorry for the delay.