Skip to content

Commit

Permalink
ofxparse: update to 0.16
Browse files Browse the repository at this point in the history
0.16:
Bug fixes.
  • Loading branch information
adam committed Sep 27, 2017
1 parent 7ac117c commit f8af0e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 6 additions & 2 deletions finance/py-ofxparse/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2015/12/27 16:27:40 richard Exp $
# $NetBSD: Makefile,v 1.2 2017/09/27 10:58:40 adam Exp $

DISTNAME= ofxparse-0.14
DISTNAME= ofxparse-0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/ofxparse/}
Expand All @@ -10,6 +10,10 @@ HOMEPAGE= http://sites.google.com/site/ofxparse
COMMENT= Tools for working with the OFX file format
LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
Expand Down
9 changes: 6 additions & 3 deletions finance/py-ofxparse/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2015/12/27 16:27:40 richard Exp $
@comment $NetBSD: PLIST,v 1.2 2017/09/27 10:58:40 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${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
Expand All @@ -15,6 +15,9 @@ ${PYSITELIB}/ofxparse/mcc.pyo
${PYSITELIB}/ofxparse/ofxparse.py
${PYSITELIB}/ofxparse/ofxparse.pyc
${PYSITELIB}/ofxparse/ofxparse.pyo
${PYSITELIB}/ofxparse/ofxprinter.py
${PYSITELIB}/ofxparse/ofxprinter.pyc
${PYSITELIB}/ofxparse/ofxprinter.pyo
${PYSITELIB}/ofxparse/ofxutil.py
${PYSITELIB}/ofxparse/ofxutil.pyc
${PYSITELIB}/ofxparse/ofxutil.pyo
10 changes: 5 additions & 5 deletions finance/py-ofxparse/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/12/27 16:27:40 richard Exp $
$NetBSD: distinfo,v 1.2 2017/09/27 10:58:40 adam 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
SHA1 (ofxparse-0.16.tar.gz) = a1da24b8e9fe6ccbb0f525bffe168902b6389ebb
RMD160 (ofxparse-0.16.tar.gz) = 92caf1f4260f45909d78a3353c3da966e59b8d48
SHA512 (ofxparse-0.16.tar.gz) = 2dfae4064eabfbeec18fdc8d57b14a150fe1edc5d8d6438c81e9f676ad5747274529242cf20df0c693cf928c357588daa0a0438b0c65301929647093788de5d2
Size (ofxparse-0.16.tar.gz) = 49470 bytes

0 comments on commit f8af0e9

Please sign in to comment.