wok rev 25217

updated python-pdfkit (0.6.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Wed Jul 13 15:33:13 2022 +0100 (22 months ago)
parents 17fa8b024ff7
children 18d272f55498
files python-pdfkit/description.txt python-pdfkit/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pdfkit/description.txt	Wed Jul 13 15:33:13 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +Python 2 and 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
     1.5 +
     1.6 +This is adapted version of ruby PDFKit library, so big thanks to them!
     2.1 --- a/python-pdfkit/receipt	Wed Jul 13 15:29:05 2022 +0100
     2.2 +++ b/python-pdfkit/receipt	Wed Jul 13 15:33:13 2022 +0100
     2.3 @@ -1,15 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-pdfkit"
     2.7 -VERSION="0.6.1"
     2.8 +VERSION="1.0.0"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf"
    2.11 +SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 -SOURCE="bundled-pdfkit"
    2.16 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    2.17 -WGET_URL="https://files.pythonhosted.org/packages/a1/98/6988328f72fe3be4cbfcb6cbfc3066a00bf111ca7821a83dd0ce56e2cf57/pdfkit-$VERSION.tar.gz"
    2.18 +WEB_SITE="https://pypi.org/project/pdfkit/"
    2.19 +REPOLOGY="python:pdfkit"
    2.20 +
    2.21 +SOURCE="pdfkit"
    2.22 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.24  
    2.25  DEPENDS="python wkhtmltopdf"
    2.26  BUILD_DEPENDS="python-setuptools"
    2.27 @@ -31,6 +33,7 @@
    2.28  genpkg_rules()
    2.29  {
    2.30  	mkdir -p $install/usr/share/doc
    2.31 -	cp $src/README.rst $install/usr/share/doc
    2.32 -	cp -a $install/usr $fs
    2.33 +
    2.34 +	cp $src/README.rst	$install/usr/share/doc
    2.35 +	cp -a $install/usr	$fs
    2.36  }