blob: e12e56a26d57168e4673189b5f2aea4923919c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-ofxparse
pkgdesc = Tools for working with the OFX (Open Financial Exchange) file format
pkgver = 0.21
pkgrel = 3
url = http://sites.google.com/site/ofxparse
arch = any
license = MIT
checkdepends = python-lxml
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-beautifulsoup4
depends = python-six
source = python-ofxparse-0.21.tar.gz::https://github.com/jseutter/ofxparse/archive/0.21.tar.gz
sha256sums = 2c61c5ab65b432c548823de656167ba738c937565206e0768f4c437e850f4821
pkgname = python-ofxparse
|