Bug 208888

Summary: [NEW PORT] devel/py-structlog: makes structured logging easy in Python
Product: Ports & Packages Reporter: Dave Cottlehuber <dch>
Component: Individual Port(s)Assignee: Matthew Seaman <matthew>
Status: Closed FIXED    
Severity: Affects Only Me CC: matthew
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 208890    
Attachments:
Description Flags
v1 none

Description Dave Cottlehuber freebsd_committer freebsd_triage 2016-04-18 12:41:32 UTC
Created attachment 169428 [details]
v1

# checks

- portlint AC looks fine
- poudriere OK under 10.3R-amd64
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-15 17:50:44 UTC
A commit references this bug:

Author: matthew
Date: Sun May 15 17:49:56 UTC 2016
New revision: 415271
URL: https://svnweb.freebsd.org/changeset/ports/415271

Log:
  Structured Logging for Python

  Makes structured logging with key-value logging, incremental context building,
  and arbitrary formatting easy.

  WWW: http://www.structlog.org/

  PR:		208888
  Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Changes:
  head/devel/Makefile
  head/devel/py-structlog/
  head/devel/py-structlog/Makefile
  head/devel/py-structlog/distinfo
  head/devel/py-structlog/pkg-descr
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2016-05-15 17:52:31 UTC
Committed, thanks!