# $Id: Portfile,v 1.1 2004/04/22 14:39:43 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-dispatcher version 1.0.0a1 categories python devel platforms darwin maintainers mww@opendarwin.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 716b67e192dc0ff7561a84744898aa17 test.run yes test.dir ${worksrcpath}/build/lib test.cmd ${python.bin} ../../tests/test.py test.target post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} }