Py-twisted version 8.0.1 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    py-twisted  most recent diff


    version 8.0.1

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


      The py-twisted Portfile 56061 2009-08-24 00:33:19Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-twisted
      Version: 8.0.1
      Category: python devel net
      Platform: darwin
      Maintainers: free.fr:olv.bonnet akitada openmaintainer
      Description: An event-based Python framework for internet applications
      Long Description: Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.

      Homepage: http://www.twistedmatrix.com/
      Master Sites: http://tmrc.mit.edu/mirror/twisted/Twisted/8.0/
      distname Twisted-${version}
      use_bzip2 yes
      Checksums: md5 1ba5bb530356a867cfee35e65e58a43c sha1 3a9ef797356788b719829f56694f38bd6407d4c9 rmd160 94e1501d134a1193851e7351a7af076161c01e95

      depends_lib-append port:py-zopeinterface

      build {}

      post-destroot {
      foreach f [glob -directory ${destroot}/${prefix}/bin *] {
      move $f ${destroot}${prefix}/bin/[file tail $f]2.4
      }
      }

      destroot.env "PYTHONPATH=\$PYTHONPATH:${destroot}${python.pkgd}"


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.