Download and Install py-feedparser version 4.1 on Mac OS X
Wednesday the 23rd of July, 2008

    py-feedparser  most recent diff


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



      # $Id: Portfile 35589 2008-03-30 14:59:11Z akira macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-feedparser
      Version: 4.1
      Category: python
      Platform: darwin
      Maintainers: akira openmaintainer
      Description: RSS and Atom parser
      Long Description: Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.
      Homepage: http://feedparser.org/
      master_sites sourceforge:feedparser
      distname feedparser-${version}

      use_zip yes

      checksums md5 7ab1140c1e29d4cd52ab20fa7b1f8640

      pre-extract {
      extract.post_args -d ${workpath}/${distname}
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
      }

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

     Where to find more information:

    Darwin Ports



    image test