wok-current diff python-invoice2data/receipt @ rev 23650
updated smartmontools (7.0 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:57:44 2020 +0100 (2020-04-20) |
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 Mon Apr 20 14:57:44 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 }