Download and Install py-dbo version 0.6 on Mac OS X
Monday the 8th of September, 2008

    py-dbo  most recent diff


      View the most recent changes for the py-dbo port at: py-dbo.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-dbo.
      The raw portfile for py-dbo 0.6 is located here:
      http://py-dbo.darwinports.com/dports/python/py-dbo/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-dbo
      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-dbo
      Version: 0.6
      revision 1
      Category: python databases
      Platform: darwin freebsd
      Maintainers: nomaintainer
      Description: Python module to reflect database tables into Python objects
      Long Description: DBO allows you to reflect your database tables into Python objects. DBO composes all SQL queries, allowing the developer to focus on other things.

      Homepage: http://python-dbo.sourceforge.net/
      master_sites sourceforge:python-dbo
      distname dbo-${version}
      checksums md5 9e614d6ec7af5c4aeafde8789420226b

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CREDITS README LICENSE ${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-dbo
      % sudo port install py-dbo
      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-dbo
      ---> Verifying checksum for py-dbo
      ---> Extracting py-dbo
      ---> Configuring py-dbo
      ---> Building py-dbo with target all
      ---> Staging py-dbo into destroot
      ---> Installing py-dbo
    - 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-dbo with these commands:
      %  man py-dbo
      % apropos py-dbo
      % which py-dbo
      % locate py-dbo

     Where to find more information:

    Darwin Ports



    image test