Port details |
- py-PyDispatcher Multi-producer-multi-consumer signal dispatching mechanism
- 2.0.5 devel
=0 2.0.5Version of this port present on the latest quarterly branch.
- Maintainer: eric@camachat.org
- Port Added: 2017-05-24 14:51:10
- Last Update: 2017-06-06 13:30:11
- SVN Revision: 442760
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://pydispatcher.sourceforge.net/
- Description:
- Dispatcher mechanism for creating event models
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.
WWW: http://pydispatcher.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}PyDispatcher>0:devel/py-PyDispatcher@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-PyDispatcher
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1494864695
SHA256 (PyDispatcher-2.0.5.tar.gz) = 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf
SIZE (PyDispatcher-2.0.5.tar.gz) = 34437
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.5 06 Jun 2017 13:30:11 |
skreuzer |
Rename port to py-pydispatcher
Change the PORTNAME to be lowercase and add an entry into MOVED
to document this change
Remove iso-8859-1 characters from pkg-descr
Reviewed by: koobs, miwi
Approved by: koobs
Differential Revision: D11060 |
2.0.5 24 May 2017 14:51:00 |
skreuzer |
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> |
Number of commits found: 2
|