summaryrefslogtreecommitdiff
path: root/finance
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
commit10f00e2ea3f164d4b060b2b02a007bd36120bdf6 (patch)
tree772299ec0b3dee229bc1f4728b6605791241525f /finance
parente3e8cf7e2856cbef33c8cc6eeaf45f60c190cf9a (diff)
downloadpkgsrc-10f00e2ea3f164d4b060b2b02a007bd36120bdf6.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')
-rw-r--r--finance/Makefile3
-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
5 files changed, 55 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index e1026e3d886..85ce7d9c1fb 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/08/24 14:49:41 richard Exp $
+# $NetBSD: Makefile,v 1.39 2015/12/27 16:27:40 richard Exp $
#
COMMENT= Monetary, financial and related applications
@@ -15,6 +15,7 @@ SUBDIR+= p5-Data-Currency
SUBDIR+= p5-Finance-Currency-Convert-WebserviceX
SUBDIR+= p5-Finance-Quote
SUBDIR+= p5-Locale-Currency-Format
+SUBDIR+= py-ofxparse
SUBDIR+= py-python-bitcoinlib
SUBDIR+= py-stripe
SUBDIR+= py-trytond-account
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