c00b0ac84f
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.
16 lines
467 B
Makefile
16 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/13 21:18:15 adam Exp $
|
|
|
|
DISTNAME= PyDispatcher-2.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyDispatcher/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pydispatcher.sourceforge.net/
|
|
COMMENT= Multi-producer-multi-consumer signal dispatching mechanism
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|