Download and Install py-apsw version 3.3.5-r1 on Mac OS X
Friday the 25th of July, 2008

    py-apsw  most recent diff


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



      # $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0
      Name: py-apsw
      Version: 3.3.5-r1
      revision 1
      Maintainers: nomaintainer
      Description: Very thin SQLite 3 wrapper for python
      Long Description: APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible. Everything you can do from the C API to SQLite 3, you can do from Python. Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead works the way SQLite 3 does.

      Platform: darwin

      Homepage: http://www.rogerbinns.com/apsw.html
      master_sites sourceforge:bitpim
      distname apsw-${version}
      use_zip yes

      checksums md5 17e22e5da95be77e8e14708150db03ba sha1 71f04dd1e1145f3bc32c90633559a6b099a47bb3 rmd160 35507908a8761737867ea5bcc76c9022ad54606d

      depends_lib-append port:sqlite3

      post-extract {
      file copy ${filespath}/setup.cfg ${worksrcpath}/setup.cfg
      reinplace "s| PREFIX |${prefix}|g" ${worksrcpath}/setup.cfg
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} apsw.html ${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-apsw
      % sudo port install py-apsw
      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-apsw
      ---> Verifying checksum for py-apsw
      ---> Extracting py-apsw
      ---> Configuring py-apsw
      ---> Building py-apsw with target all
      ---> Staging py-apsw into destroot
      ---> Installing py-apsw
    - 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-apsw with these commands:
      %  man py-apsw
      % apropos py-apsw
      % which py-apsw
      % locate py-apsw

     Where to find more information:

    Darwin Ports



    image test