Bug 199551 - [new port] security/py-python-gnupg : Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
Summary: [new port] security/py-python-gnupg : Python wrapper for the GNU Privacy Guar...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-19 19:50 UTC by Christer Edwards
Modified: 2015-10-26 13:17 UTC (History)
1 user (show)

See Also:


Attachments
shar (1.85 KB, text/plain)
2015-04-19 19:50 UTC, Christer Edwards
no flags Details
QA (14.52 KB, text/plain)
2015-04-19 19:50 UTC, Christer Edwards
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.