wok-next view python-ofxparse/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="ofxparse"
4 PACKAGE="python-ofxparse"
5 VERSION="0.19"
6 CATEGORY="python"
7 SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:ofxparse"
14 BUILD_DEPENDS="python python-beautifulsoup4 python-lxml python-six \
15 python3 python3-beautifulsoup4 python3-lxml python3-six"
16 SPLIT="${PACKAGE/python/python3}:3"
18 compile_rules() {
19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
20 }
22 genpkg_rules() {
23 copy @std @dev
24 py="${PACKAGE%%-*}" # python/python3
25 DEPENDS="$py $py-beautifulsoup4 $py-lxml $py-six"
26 }