wok rev 23496

updated python-invoice2data (0.2.42 -> 0.2.93)
author Hans-G?nter Theisgen
date Mon Apr 06 07:28:30 2020 +0100 (2020-04-06)
parents dc4d6f2f2ec2
children 9324c85dbeba
files python-invoice2data/receipt
line diff
     1.1 --- a/python-invoice2data/receipt	Mon Apr 06 07:04:00 2020 +0100
     1.2 +++ b/python-invoice2data/receipt	Mon Apr 06 07:28:30 2020 +0100
     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  }