Created attachment 182611 [details] devel/py-PyDispatcher:: new port Multi-producer-multi-consumer signal dispatching mechanism
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
Committed with a minor change to pkg-descr. Thanks!