wok-6.x rev 20918
updated feedparser (5.1.3 -> 5.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 28 17:20:51 2019 +0100 (2019-02-28) |
parents | e7058f1b18c6 |
children | 63b78fefa739 |
files | feedparser/receipt |
line diff
1.1 --- a/feedparser/receipt Thu Feb 28 17:10:02 2019 +0100 1.2 +++ b/feedparser/receipt Thu Feb 28 17:20:51 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="feedparser" 1.7 -VERSION="5.1.3" 1.8 +VERSION="5.2.1" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Parse RSS and Atom feeds in Python" 1.11 +SHORT_DESC="Parse RSS and Atom feeds in Python." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="MIT" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="https://github.com/kurtmckee/feedparser" 1.16 -WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="https://github.com/kurtmckee/$PACKAGE/archive/$VERSION.tar.gz" 1.20 1.21 DEPENDS="libxml2 python" 1.22 BUILD_DEPENDS="libxml2-dev python-dev setuptools"