wok diff python-pdfkit/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (2 weeks ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-pdfkit/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-pdfkit/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -1,15 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pdfkit"
     1.7 -VERSION="0.6.1"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf"
    1.11 +SHORT_DESC="Wkhtmltopdf python wrapper to convert html to pdf."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -SOURCE="bundled-pdfkit"
    1.16 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.17 -WGET_URL="https://files.pythonhosted.org/packages/a1/98/6988328f72fe3be4cbfcb6cbfc3066a00bf111ca7821a83dd0ce56e2cf57/pdfkit-$VERSION.tar.gz"
    1.18 +WEB_SITE="https://pypi.org/project/pdfkit/"
    1.19 +REPOLOGY="python:pdfkit"
    1.20 +
    1.21 +SOURCE="pdfkit"
    1.22 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.24  
    1.25  DEPENDS="python wkhtmltopdf"
    1.26  BUILD_DEPENDS="python-setuptools"
    1.27 @@ -31,6 +33,7 @@
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $install/usr/share/doc
    1.31 -	cp $src/README.rst $install/usr/share/doc
    1.32 -	cp -a $install/usr $fs
    1.33 +
    1.34 +	cp $src/README.rst	$install/usr/share/doc
    1.35 +	cp -a $install/usr	$fs
    1.36  }