# HG changeset patch # User Hans-G?nter Theisgen # Date 1586105566 -3600 # Node ID 1c6861d09994d335ce3af7fc36a971ec975d2cfb # Parent 346b75d5b2c5062159cfebb8b7ae48187efeb2ce updated python-html5lib (0.95 -> 1.0.1) diff -r 346b75d5b2c5 -r 1c6861d09994 python-html5lib/receipt --- a/python-html5lib/receipt Sun Apr 05 17:38:13 2020 +0100 +++ b/python-html5lib/receipt Sun Apr 05 17:52:46 2020 +0100 @@ -1,18 +1,20 @@ # SliTaz package receipt. PACKAGE="python-html5lib" -VERSION="0.95" +VERSION="1.0.1" CATEGORY="development" -SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python." +SHORT_DESC="Standards-compliant library for parsing HTML documents in Python." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" +WEB_SITE="https://github.com/html5lib/html5lib-python" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/html5lib/html5lib-python" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" -HOST_ARCH="i486 arm" DEPENDS="python python-six" -BUILD_DEPENDS="python-dev python-setuptools wget" +BUILD_DEPENDS="python-dev python-setuptools" + +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() @@ -23,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }