wok rev 25195

updated python-html5lib (1.0.1 -> 1.1)
author Hans-G?nter Theisgen
date Wed Jul 13 10:59:56 2022 +0100 (22 months ago)
parents 2ef0a22a082b
children a9a436515a17
files python-html5lib/description.txt python-html5lib/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-html5lib/description.txt	Wed Jul 13 10:59:56 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +Html5lib is a pure-python library for parsing HTML.
     1.5 +It is designed to conform to the WHATWG HTML specification,
     1.6 +as is implemented by all major web browsers.
     2.1 --- a/python-html5lib/receipt	Wed Jul 13 10:52:13 2022 +0100
     2.2 +++ b/python-html5lib/receipt	Wed Jul 13 10:59:56 2022 +0100
     2.3 @@ -1,18 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-html5lib"
     2.7 -VERSION="1.0.1"
     2.8 +VERSION="1.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Standards-compliant library for parsing HTML documents in Python."
    2.11  MAINTAINER="claudinei@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 -WEB_SITE="https://github.com/html5lib/html5lib-python"
    2.14 +WEB_SITE="https://pypi.org/project/html5lib/"
    2.15  
    2.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    2.18 +SOURCE="html5lib"
    2.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.21 +REPOLOGY="python:html5lib"
    2.22  
    2.23  DEPENDS="python python-six"
    2.24 -BUILD_DEPENDS="python-dev python-setuptools"
    2.25 +BUILD_DEPENDS="python-dev python-setuptools wget"
    2.26  
    2.27  HOST_ARCH="i486 arm"
    2.28