a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-dispatcher
version 1.0.1
revision 1
categories python devel
platforms darwin
maintainers nomaintainer@macports.org
description python dispatcher mechanism for creating event models
long_description PyDispatcher provides the Python programmer with a \
multiple-producer-multiple-consumer \
signal-registration and routing infrastructure for use \
in multiple contexts.
homepage http://pydispatcher.sourceforge.net/
master_sites sourceforge:pydispatcher
distname PyDispatcher-${version}
use_zip yes
checksums md5 f2f080647bdf6dee2b9401eeec2eeaad
test.run yes
test.cmd ${python.bin} tests/test.py
test.env PYTHONPATH=${worksrcpath}/build/lib
test.target
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
}