Py-dispatcher version 2.0.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    py-dispatcher  most recent diff


    version 2.0.1

      View the most recent changes for the py-dispatcher port at: py-dispatcher.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-dispatcher.
      The raw portfile for py-dispatcher 2.0.1 is located here:
      http://py-dispatcher.darwinports.com/dports/python/py-dispatcher/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-dispatcher


      The py-dispatcher Portfile 38476 2008-07-21 23:56:49Z mr_bond macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dispatcher
      Version: 2.0.1
      Revision: 1
      Category: python devel
      Platform: darwin
      Maintainers: nomaintainer
      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}
      Checksums: md5 8b1695ed6f5bdbda8fbcde82b62d505c

      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}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py-dispatcher
      % sudo port install py-dispatcher
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py-dispatcher
      ---> Verifying checksum for py-dispatcher
      ---> Extracting py-dispatcher
      ---> Configuring py-dispatcher
      ---> Building py-dispatcher with target all
      ---> Staging py-dispatcher into destroot
      ---> Installing py-dispatcher
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-dispatcher with these commands:
      %  man py-dispatcher
      % apropos py-dispatcher
      % which py-dispatcher
      % locate py-dispatcher

     Where to find more information:

    Darwin Ports



    Lightbox this page.