wok rev 20743

updated beautifulsoup (4.6.0 -> 4.7.1)
author Hans-G?nter Theisgen
date Sun Feb 10 09:47:54 2019 +0100 (2019-02-10)
parents 9a03062c660f
children e972234146a1
files beautifulsoup/receipt
line diff
     1.1 --- a/beautifulsoup/receipt	Sun Feb 10 09:37:43 2019 +0100
     1.2 +++ b/beautifulsoup/receipt	Sun Feb 10 09:47:54 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  }