# HG changeset patch # User Christopher Rogers # Date 1318820675 0 # Node ID a873d962c59b025502a03bca420abd333a2b8bf8 # Parent 09463585caed2f2064f7d6d05a87e92b30416e26 Up: feedparser to 5.0.1. diff -r 09463585caed -r a873d962c59b feedparser/receipt --- a/feedparser/receipt Mon Oct 17 03:03:43 2011 +0000 +++ b/feedparser/receipt Mon Oct 17 03:04:35 2011 +0000 @@ -1,24 +1,22 @@ # SliTaz package receipt. PACKAGE="feedparser" -VERSION="4.1" +VERSION="5.0.1" CATEGORY="misc" SHORT_DESC="Parse RSS and Atom feeds in Python" MAINTAINER="jozee@slitaz.org" DEPENDS="libxml2 python" BUILD_DEPENDS="libxml2-dev python-dev" -TARBALL="$PACKAGE-$VERSION.zip" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://feedparser.sf.net" -WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" +WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - patch -Np0 -i $stuff/feedparser_utf8_decoding.patch python setup.py build - python setup.py install --root=$PWD/_pkg - + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.