wok rev 23491

updated python-html5lib (0.95 -> 1.0.1)
author Hans-G?nter Theisgen
date Sun Apr 05 17:52:46 2020 +0100 (2020-04-05)
parents 346b75d5b2c5
children ad7944242242
files python-html5lib/receipt
line diff
     1.1 --- a/python-html5lib/receipt	Sun Apr 05 17:38:13 2020 +0100
     1.2 +++ b/python-html5lib/receipt	Sun Apr 05 17:52:46 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-html5lib"
     1.7 -VERSION="0.95"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python."
    1.11 +SHORT_DESC="Standards-compliant library for parsing HTML documents in Python."
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://github.com/html5lib/html5lib-python"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/html5lib/html5lib-python"
    1.18  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="python python-six"
    1.22 -BUILD_DEPENDS="python-dev python-setuptools wget"
    1.23 +BUILD_DEPENDS="python-dev python-setuptools"
    1.24 +
    1.25 +HOST_ARCH="i486 arm"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -23,5 +25,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }