Py-pgasync version 1.15b - How to Download and Install on Mac OS X
Tuesday the 16th of March, 2010

    py-pgasync  most recent diff


    version 1.15b

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


      The py-pgasync Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-pgasync
      Version: 1.15b
      Category: python databases
      Platform: darwin
      Maintainers: nomaintainer
      Description: twisted-based, DB API 2.0 compliant PostgreSQL client library
      Long Description: pgasync is a twisted-based PostgreSQL client library which fully conforms to the DB API 2.0 specification. It's designed to run quickly and scale well. It provides connection pooling and persistence, database types, and safe conversions.

      Homepage: http://jamwt.com/pgasync/
      Master Sites: ${homepage}/files/
      distname pgasync-${version}
      Checksums: md5 e383618ad9e1278a36b220713740ce00

      depends_lib-append port:py-twisted

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README TODO ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/examples test_adduser.py test_moduser.py test_select.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-pgasync
      % sudo port install py-pgasync
      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-pgasync
      ---> Verifying checksum for py-pgasync
      ---> Extracting py-pgasync
      ---> Configuring py-pgasync
      ---> Building py-pgasync with target all
      ---> Staging py-pgasync into destroot
      ---> Installing py-pgasync
    - 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-pgasync with these commands:
      %  man py-pgasync
      % apropos py-pgasync
      % which py-pgasync
      % locate py-pgasync

     Where to find more information:

    Darwin Ports



    Lightbox this page.