# HG changeset patch # User Hans-Günter Theisgen # Date 1586176152 -3600 # Node ID b3a4144020fbfe3aa3d29d8e3a0af78a70c8ce1b # Parent c682d56f19c8556dc721391c1568d4daa474a966 updated python-ofxparse (0.14 -> 0.20) diff -r c682d56f19c8 -r b3a4144020fb python-ofxparse/receipt --- a/python-ofxparse/receipt Mon Apr 06 11:26:42 2020 +0100 +++ b/python-ofxparse/receipt Mon Apr 06 13:29:12 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-ofxparse" -SOURCE="ofxparse" -VERSION="0.14" +VERSION="0.20" CATEGORY="development" SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.python.org/pypi/ofxparse" + +SOURCE="ofxparse" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.python.org/pypi/ofxparse" -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python beautifulsoup" +DEPENDS="beautifulsoup python" BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -