wok diff feedparser/receipt @ rev 15751
Up and fix xorg-server (1.12.4) Removed Kdrive who should be in xorg-server-* pkgs and save space on iSO
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 03 12:43:42 2014 +0100 (2014-01-03) |
parents | 83b6ea539f40 |
children | 16df76e1fc6a |
line diff
1.1 --- a/feedparser/receipt Mon Jul 22 18:16:22 2013 -0300 1.2 +++ b/feedparser/receipt Fri Jan 03 12:43:42 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Parse RSS and Atom feeds in Python" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="libxml2 python" 1.8 -BUILD_DEPENDS="libxml2-dev python-dev setuptools" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://feedparser.sf.net" 1.12 WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" 1.13 1.14 +DEPENDS="libxml2 python" 1.15 +BUILD_DEPENDS="libxml2-dev python-dev setuptools" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {