Bug 219310 - devel/py-PyDispatcher: [NEW PORT] Multi-producer-multi-consumer signal dispatching mechanism
Summary: devel/py-PyDispatcher: [NEW PORT] Multi-producer-multi-consumer signal dispat...
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-15 16:49 UTC by Eric Camachat
Modified: 2017-05-24 14:51 UTC (History)
2 users (show)

See Also:


Attachments
devel/py-PyDispatcher:: new port (2.74 KB, patch)
2017-05-15 16:49 UTC, Eric Camachat
no flags Details | Diff

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