wok diff feedparser/receipt @ rev 21115
libaio: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 18:51:13 2019 +0100 (2019-03-19) |
parents | e3f377fbc5f0 |
children | 240fb3120638 |
line diff
1.1 --- a/feedparser/receipt Thu Jan 24 17:15:36 2019 +0100 1.2 +++ b/feedparser/receipt Tue Mar 19 18:51:13 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"