summaryrefslogtreecommitdiff
path: root/finance/py-ofxparse
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2015-12-27 16:27:40 +0000
committerrichard <richard@pkgsrc.org>2015-12-27 16:27:40 +0000
commitf83383f4a41ac97b1ed1590040a9df8f9204ffc4 (patch)
tree772299ec0b3dee229bc1f4728b6605791241525f /finance/py-ofxparse
parent6c7395717e41b363f0589a2b625f38092de02b85 (diff)
downloadpkgsrc-f83383f4a41ac97b1ed1590040a9df8f9204ffc4.tar.gz
Add finance/py-ofxparse
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also provide account statements in OFX files.
Diffstat (limited to 'finance/py-ofxparse')
-rw-r--r--finance/py-ofxparse/DESCR11
-rw-r--r--finance/py-ofxparse/Makefile16
-rw-r--r--finance/py-ofxparse/PLIST20
-rw-r--r--finance/py-ofxparse/distinfo6
4 files changed, 53 insertions, 0 deletions
diff --git a/finance/py-ofxparse/DESCR b/finance/py-ofxparse/DESCR
new file mode 100644
index 00000000000..13011c03962
--- /dev/null
+++ b/finance/py-ofxparse/DESCR
@@ -0,0 +1,11 @@
+ofxparse is a parser for Open Financial Exchange (.ofx) format files.
+OFX files are available from almost any online banking site, so they work
+well if you want to pull together your finances from multiple sources.
+Online trading accounts also provide account statements in OFX files.
+
+There are three different types of OFX files, called BankAccount,
+CreditAccount and InvestmentAccount files. This library has been tested
+with real-world samples of all three types. If you find a file that does
+not work with this library, please consider contributing the file so
+ofxparse can be improved. See the Help! section below for directions
+on how to do this.
diff --git a/finance/py-ofxparse/Makefile b/finance/py-ofxparse/Makefile
new file mode 100644
index 00000000000..c66b2b17a89
--- /dev/null
+++ b/finance/py-ofxparse/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/12/27 16:27:40 richard Exp $
+
+DISTNAME= ofxparse-0.14
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=o/ofxparse/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sites.google.com/site/ofxparse
+COMMENT= Tools for working with the OFX file format
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-ofxparse/PLIST b/finance/py-ofxparse/PLIST
new file mode 100644
index 00000000000..2ddd363e86d
--- /dev/null
+++ b/finance/py-ofxparse/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/27 16:27:40 richard Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/ofxparse/__init__.py
+${PYSITELIB}/ofxparse/__init__.pyc
+${PYSITELIB}/ofxparse/__init__.pyo
+${PYSITELIB}/ofxparse/mcc.py
+${PYSITELIB}/ofxparse/mcc.pyc
+${PYSITELIB}/ofxparse/mcc.pyo
+${PYSITELIB}/ofxparse/ofxparse.py
+${PYSITELIB}/ofxparse/ofxparse.pyc
+${PYSITELIB}/ofxparse/ofxparse.pyo
+${PYSITELIB}/ofxparse/ofxutil.py
+${PYSITELIB}/ofxparse/ofxutil.pyc
+${PYSITELIB}/ofxparse/ofxutil.pyo
diff --git a/finance/py-ofxparse/distinfo b/finance/py-ofxparse/distinfo
new file mode 100644
index 00000000000..4038789e13d
--- /dev/null
+++ b/finance/py-ofxparse/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/27 16:27:40 richard Exp $
+
+SHA1 (ofxparse-0.14.tar.gz) = 7e23940f61f949373041595d3f7011b6e437f3e8
+RMD160 (ofxparse-0.14.tar.gz) = 01ae1cae0724505d6c88399783f4fe880811ef2a
+SHA512 (ofxparse-0.14.tar.gz) = d685341f8787000281d480cdf5aa221331fea25fca5e6bcc6a72e1f106993313a20822ce8bcd8f59c795a26b71a7078b16e0644b92d08a7bcbe24e2e4f24deb3
+Size (ofxparse-0.14.tar.gz) = 42638 bytes