Download and Install py-dispatcher version 1.0.1 on Mac OS X
Thursday the 3rd of July, 2008

    py-dispatcher  most recent diff


      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 1.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
      Google
      Web Darwinports.com



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dispatcher
      Version: 1.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}
      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}
      }

    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



    image test