wok annotate python-ofxparse/receipt @ 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 814362194a8d
children 104a2a2e5484
rev   line source
pascal@17958 1 # SliTaz package receipt.
pascal@17958 2
pascal@17958 3 PACKAGE="python-ofxparse"
Hans-G?nter@23518 4 VERSION="0.20"
pascal@17958 5 CATEGORY="development"
pascal@17958 6 SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format."
pascal@17958 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17958 8 LICENSE="MIT"
Hans-G?nter@23518 9 WEB_SITE="https://pypi.python.org/pypi/ofxparse"
Hans-G?nter@23518 10
Hans-G?nter@23518 11 SOURCE="ofxparse"
pascal@17958 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23518 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@17958 14
Hans-G?nter@23518 15 DEPENDS="beautifulsoup python"
pascal@21582 16 BUILD_DEPENDS="python python-setuptools"
pascal@17958 17
pascal@17958 18 # Rules to configure and make the package.
pascal@17958 19 compile_rules()
pascal@17958 20 {
pascal@17958 21 python setup.py install --root=$DESTDIR
pascal@17958 22 }
pascal@17958 23
pascal@17958 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17958 25 genpkg_rules()
pascal@17958 26 {
Hans-G?nter@23518 27 cp -a $install/usr $fs
pascal@17958 28 }