wok diff beautifulsoup/receipt @ rev 20829

dietlibc: bz2 replaced by xz
author Hans-G?nter Theisgen
date Tue Feb 19 17:20:08 2019 +0100 (2019-02-19)
parents 6135577f4d08
children 240fb3120638
line diff
     1.1 --- a/beautifulsoup/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/beautifulsoup/receipt	Tue Feb 19 17:20:08 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="beautifulsoup"
     1.7 -VERSION="4.6.0"
     1.8 +VERSION="4.7.1"
     1.9  CATEGORY="development"
    1.10 +TAGS="parser XML HTML"
    1.11  SHORT_DESC="Python HTML-XML parser."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.crummy.com/software/BeautifulSoup/"
    1.15 +
    1.16  SOURCE="beautifulsoup4"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://www.crummy.com/software/BeautifulSoup/"
    1.19  WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL"
    1.20  PROVIDE="python-beautifulsoup"
    1.21 -TAGS="parser XML HTML"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python-dev setuptools"
    1.25 @@ -26,6 +27,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir $fs
    1.30  	cp -a $install/usr $fs
    1.31  }