wok diff python-invoice2data/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents 814362194a8d
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-invoice2data/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-invoice2data/receipt	Wed Oct 28 17:24:13 2020 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-invoice2data"
     1.7 -VERSION="0.2.42"
     1.8 +VERSION="0.2.93"
     1.9  CATEGORY="development"
    1.10 +TAGS="pdf"
    1.11  SHORT_DESC="Extract structured data from PDF invoices."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://github.com/m3nu/invoice2data"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/m3nu/invoice2data"
    1.18  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.19 -TAGS="pdf"
    1.20  
    1.21 -DEPENDS="python poppler-apps"
    1.22 +DEPENDS="poppler-apps python"
    1.23  BUILD_DEPENDS="python python-setuptools"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26 @@ -24,5 +25,5 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $install/usr $fs
    1.31 +	cp -a $install/usr	$fs
    1.32  }