# HG changeset patch # User Hans-G?nter Theisgen # Date 1657722793 -3600 # Node ID 6dbe053a990451509d5a393c9857905f55981286 # Parent 17fa8b024ff786a1dfc534eaeff7855a29348832 updated python-pdfkit (0.6.1 -> 1.0.0) diff -r 17fa8b024ff7 -r 6dbe053a9904 python-pdfkit/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pdfkit/description.txt Wed Jul 13 15:33:13 2022 +0100 @@ -0,0 +1,3 @@ +Python 2 and 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit. + +This is adapted version of ruby PDFKit library, so big thanks to them! diff -r 17fa8b024ff7 -r 6dbe053a9904 python-pdfkit/receipt --- a/python-pdfkit/receipt Wed Jul 13 15:29:05 2022 +0100 +++ b/python-pdfkit/receipt Wed Jul 13 15:33:13 2022 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="python-pdfkit" -VERSION="0.6.1" +VERSION="1.0.0" CATEGORY="development" -SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf" +SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -TARBALL="$PACKAGE-$VERSION.tar.gz" -SOURCE="bundled-pdfkit" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="https://files.pythonhosted.org/packages/a1/98/6988328f72fe3be4cbfcb6cbfc3066a00bf111ca7821a83dd0ce56e2cf57/pdfkit-$VERSION.tar.gz" +WEB_SITE="https://pypi.org/project/pdfkit/" +REPOLOGY="python:pdfkit" + +SOURCE="pdfkit" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python wkhtmltopdf" BUILD_DEPENDS="python-setuptools" @@ -31,6 +33,7 @@ genpkg_rules() { mkdir -p $install/usr/share/doc - cp $src/README.rst $install/usr/share/doc - cp -a $install/usr $fs + + cp $src/README.rst $install/usr/share/doc + cp -a $install/usr $fs }