Import py-ofxparse 0.19, from semarie@

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.

ok danj@
This commit is contained in:
landry 2018-08-23 05:49:01 +00:00
parent dcd19c9284
commit 069871052a
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/08/23 05:49:01 landry Exp $
COMMENT = parser for the Open Financial Exchange file format
MODPY_EGG_VERSION = 0.19
DISTNAME = ofxparse-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
MAINTAINER = Sebastien Marie <semarie@online.fr>
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
RUN_DEPENDS += devel/py-six${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR} \
www/py-beautifulsoup4${MODPY_FLAVOR}
TEST_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ofxparse-0.19.tar.gz) = 2Mgf1QiTMhBtoaLokZxBLHxnfwivBNVXynZ3AaBOCRg=
SIZE (ofxparse-0.19.tar.gz) = 54140

View File

@ -0,0 +1,10 @@
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.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/08/23 05:49:01 landry Exp $
lib/python${MODPY_VERSION}/site-packages/ofxparse/
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
lib/python${MODPY_VERSION}/site-packages/ofxparse/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}
lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}mcc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}ofxparse.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}ofxprinter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ofxparse/${MODPY_PYCACHE}ofxutil.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ofxparse/mcc.py
lib/python${MODPY_VERSION}/site-packages/ofxparse/ofxparse.py
lib/python${MODPY_VERSION}/site-packages/ofxparse/ofxprinter.py
lib/python${MODPY_VERSION}/site-packages/ofxparse/ofxutil.py