Download and Install py-ebay version 0.1.4 on Mac OS X
Thursday the 28th of August, 2008

    py-ebay  most recent diff


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



      # $Id: Portfile 30958 2007-11-12 10:58:58Z mww macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-ebay
      Version: 0.1.4
      revision 1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: Python library encapsulating the eBay API
      Long Description: pyeBay is a Python library that encapsulates the eBay API. It is intended to make it very simple to create eBay applications on any platform.

      Homepage: http://ebaydeveloper.typepad.com/pyebay.html
      master_sites http://ebaydeveloper.typepad.com/
      distname pyeBay-${version}
      checksums md5 9092948a4bfdad76652bdc9d4ee0a314
      use_zip yes

      worksrcdir

      post-extract {
      file rename ${workpath}/${distname} ${workpath}/eBay
      file copy ${filespath}/setup.py ${workpath}
      file copy ${filespath}/__init__.py ${workpath}/eBay
      reinplace "s|__VERSION__|${version}|g" ${workpath}/eBay/__init__.py ${workpath}/setup.py
      reinplace "s|__DOC__|${description}|g" ${workpath}/eBay/__init__.py
      }

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

     Where to find more information:

    Darwin Ports



    image test