# HG changeset patch # User Hans-G?nter Theisgen # Date 1586154510 -3600 # Node ID bf3cab9850ff2772e7beba4b1879c5e8d0831c69 # Parent dc4d6f2f2ec2aa1829d274ae4978978c34139b20 updated python-invoice2data (0.2.42 -> 0.2.93) diff -r dc4d6f2f2ec2 -r bf3cab9850ff python-invoice2data/receipt --- a/python-invoice2data/receipt Mon Apr 06 07:04:00 2020 +0100 +++ b/python-invoice2data/receipt Mon Apr 06 07:28:30 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-invoice2data" -VERSION="0.2.42" +VERSION="0.2.93" CATEGORY="development" +TAGS="pdf" SHORT_DESC="Extract structured data from PDF invoices." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://github.com/m3nu/invoice2data" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/m3nu/invoice2data" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" -TAGS="pdf" -DEPENDS="python poppler-apps" +DEPENDS="poppler-apps python" BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. @@ -24,5 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr $fs + cp -a $install/usr $fs }