Download and Install py25-socket-ssl version 2.5.2 on Mac OS X
Saturday the 22nd of November, 2008

    py25-socket-ssl  most recent diff


    version 2.5.2

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



      # $Id: Portfile 34382 2008-02-22 23:37:41Z mww macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: py25-socket-ssl
      Version: 2.5.2
      Category: python
      Platform: darwin
      Maintainers: mww
      Description: Python secure sockets via OpenSSL
      Long Description: ${description}

      Homepage: http://www.python.org/doc/current/lib/ssl-objects.html
      master_sites http://www.python.org/ftp/python/${version}/
      distname Python-${version}
      dist_subdir python25
      checksums sha1 4755d212f50af704c20224a6966e23acc5aea60f
      use_bzip2 yes

      depends_lib-append port:openssl

      worksrcdir ${worksrcdir}/Modules

      extract.post_args "| tar -xf - ${distname}/Modules/_ssl.c ${distname}/Modules/socketmodule.h"
      post-extract {
      file copy ${filespath}/setup.py ${worksrcpath}
      }

      configure {
      reinplace "s|__VERSION__|${version}|g" ${worksrcpath}/setup.py
      reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
      }

      livecheck.check regex
      livecheck.url http://www.python.org/download/releases/
      livecheck.regex Python (2.5\[0-9\.\]+)

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.