wok diff python-html2text/receipt @ rev 20104

Up python-html2text (2017.10.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 17:45:42 2017 +0200 (2017-10-09)
parents 16df76e1fc6a
children 1bdd385c6df5
line diff
     1.1 --- a/python-html2text/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/python-html2text/receipt	Mon Oct 09 17:45:42 2017 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-html2text"
     1.7 -VERSION="3.200.3"
     1.8 +VERSION="2017.10.4"
     1.9  SOURCE="html2text"
    1.10  CATEGORY="network"
    1.11 -SHORT_DESC="Converts a page of HTML into clean, easy-to-read plain ASCII text."
    1.12 +SHORT_DESC="Convert HTML into clean, easy-to-read plainMarkdown-formatted text."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15  TARBALL="${SOURCE}-${VERSION}.tar.gz"
    1.16 -WEB_SITE="http://www.aaronsw.com/2002/html2text/"
    1.17 -WGET_URL="http://pypi.python.org/packages/source/h/html2text/$TARBALL"
    1.18 +WEB_SITE="http://alir3z4.github.io/html2text"
    1.19 +WGET_URL="https://github.com/Alir3z4/html2text/archive/$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python-dev python-distribute setuptools"
    1.23 @@ -23,8 +23,9 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr
    1.28 +	mkdir -p $fs/usr $install/usr/share
    1.29  	cp -a $install/usr/lib $fs/usr
    1.30  	cp -a $install/usr/bin $fs/usr
    1.31 +	cp -a $src/docs $install/usr/share/doc
    1.32 +	cp -a $src/COP* $src/RE* $install/usr/share/doc
    1.33  }
    1.34 -