Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+11
View File
@@ -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.
+16
View File
@@ -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"
+20
View File
@@ -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
+6
View File
@@ -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