This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] python-feedparser 4.1 -- Universal Feed Parser for Python


Volker: egg-info issue is now solved.

Included in Debian stable:

    http://packages.debian.org/python-feedparser

Jari

sdesc: "Universal Feed Parser for Python"
ldesc: "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. Provides the
same API to all formats, and sanitizes URIs and HTML."
category: Libs Python
requires: cygwin python


a) manual

  mkdir python-feedparser
  cd python-feedparser
  wget        \
    http://cygwin.cante.net/python-feedparser/python-feedparser-4.1-1-src.tar.bz2 \
    http://cygwin.cante.net/python-feedparser/python-feedparser-4.1-1.tar.bz2 \
    http://cygwin.cante.net/python-feedparser/setup.hint
  tar -xf python-feedparser-4.1-1-src.tar.bz2
  ./python-feedparser*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir python-feedparser ; cd python-feedparser
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/python-feedparser/get.sh \
          http://cygwin.cante.net/python-feedparser/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

  cd /usr/src/cygwin-packages/python-feedparser
  less /usr/src/cygwin-packages/python-feedparser/get.sh
  tar -jtvf /usr/src/cygwin-packages/python-feedparser/python-feedparser-4.1-1.tar.bz2

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]