wok rev 23518

updated python-ofxparse (0.14 -> 0.20)
author Hans-G?nter Theisgen
date Mon Apr 06 13:29:12 2020 +0100 (2020-04-06)
parents c682d56f19c8
children 122579ad0bb4
files python-ofxparse/receipt
line diff
     1.1 --- a/python-ofxparse/receipt	Mon Apr 06 11:26:42 2020 +0100
     1.2 +++ b/python-ofxparse/receipt	Mon Apr 06 13:29:12 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-ofxparse"
     1.7 -SOURCE="ofxparse"
     1.8 -VERSION="0.14"
     1.9 +VERSION="0.20"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://pypi.python.org/pypi/ofxparse"
    1.15 +
    1.16 +SOURCE="ofxparse"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.python.org/pypi/ofxparse"
    1.19 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="python beautifulsoup"
    1.23 +DEPENDS="beautifulsoup python"
    1.24  BUILD_DEPENDS="python python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27 @@ -23,6 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }
    1.34 -