wok-6.x diff python-ofxparse/receipt @ rev 23720
updated unrar (5.8.3 -> 5.9.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 07:58:30 2020 +0100 (2020-04-29) |
parents | 814362194a8d |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-ofxparse/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-ofxparse/receipt Wed Apr 29 07:58:30 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 -