Bug 219310

Summary: devel/py-PyDispatcher: [NEW PORT] Multi-producer-multi-consumer signal dispatching mechanism
Product: Ports & Packages Reporter: Eric Camachat <eric>
Component: Individual Port(s)Assignee: Steven Kreuzer <skreuzer>
Status: Closed FIXED    
Severity: Affects Only Me CC: eric, skreuzer
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219311
Attachments:
Description Flags
devel/py-PyDispatcher:: new port none

Description Eric Camachat 2017-05-15 16:49:21 UTC
Created attachment 182611 [details]
devel/py-PyDispatcher:: new port

Multi-producer-multi-consumer signal dispatching mechanism
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-24 14:51:20 UTC
A commit references this bug:

Author: skreuzer
Date: Wed May 24 14:51:01 UTC 2017
New revision: 441601
URL: https://svnweb.freebsd.org/changeset/ports/441601

Log:
  PyDispatcher is an enhanced version of Patrick K. O?Brien?s original
  dispatcher.py module. It provides the Python programmer with a robust mechanism
  for event routing within various application contexts.

  Included in the package are the robustapply and saferef modules, which provide
  the ability to selectively apply arguments to callable objects and to reference
  instance methods using weak-references.

  PR:		219310
  Submitted by:	Eric Camachat <eric@camachat.org>

Changes:
  head/devel/Makefile
  head/devel/py-PyDispatcher/
  head/devel/py-PyDispatcher/Makefile
  head/devel/py-PyDispatcher/distinfo
  head/devel/py-PyDispatcher/pkg-descr
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2017-05-24 14:51:54 UTC
Committed with a minor change to pkg-descr. Thanks!