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

    py-async  most recent diff


      View the most recent changes for the py-async port at: py-async.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-async.
      The raw portfile for py-async 0.1.0 is located here:
      http://py-async.darwinports.com/dports/python/py-async/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-async
      Google
      Web Darwinports.com



      # $Id: Portfile 30958 2007-11-12 10:58:58Z mww macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-async
      Version: 0.1.0
      revision 1
      Category: python net
      Platform: darwin
      Maintainers: nomaintainer
      Description: asynchronous TCP server python module
      Long Description: PyAsync is a Python module that implements an asynchronous TCP server, with some TCP client functionality too. Features include usage simplicity and DNS caching.

      Homepage: http://www.softlab.ece.ntua.gr/~ckotso/PyAsync/
      master_sites ${homepage}
      distname PyAsync-${version}
      checksums md5 fb2c37a7b913df8b6effc27cfaf2fe38

      patch {
      file mkdir ${worksrcpath}/PyAsync
      file rename ${worksrcpath}/dnsthread.py ${worksrcpath}/PyAsync
      file rename ${worksrcpath}/error_object.py ${worksrcpath}/PyAsync
      file rename ${worksrcpath}/name_services.py ${worksrcpath}/PyAsync
      file rename ${worksrcpath}/network_engine.py ${worksrcpath}/PyAsync
      touch ${worksrcpath}/PyAsync/__init__.py
      file copy ${filespath}/setup.py ${worksrcpath}
      reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} README COPYING ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/example handler.py main.py ${destroot}${prefix}/share/doc/${name}/examples
      }

    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-async
      % sudo port install py-async
      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-async
      ---> Verifying checksum for py-async
      ---> Extracting py-async
      ---> Configuring py-async
      ---> Building py-async with target all
      ---> Staging py-async into destroot
      ---> Installing py-async
    - 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-async with these commands:
      %  man py-async
      % apropos py-async
      % which py-async
      % locate py-async

     Where to find more information:

    Darwin Ports



    image test