pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/py-ofxparse ofxparse: update to 0.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/573313684347
branches:  trunk
changeset: 369137:573313684347
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 27 10:58:40 2017 +0000

description:
ofxparse: update to 0.16

0.16:
Bug fixes.

diffstat:

 finance/py-ofxparse/Makefile |   8 ++++++--
 finance/py-ofxparse/PLIST    |   9 ++++++---
 finance/py-ofxparse/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r 131ed5b5562f -r 573313684347 finance/py-ofxparse/Makefile
--- a/finance/py-ofxparse/Makefile      Wed Sep 27 06:57:46 2017 +0000
+++ b/finance/py-ofxparse/Makefile      Wed Sep 27 10:58:40 2017 +0000
@@ -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/}
@@ -10,6 +10,10 @@
 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"
diff -r 131ed5b5562f -r 573313684347 finance/py-ofxparse/PLIST
--- a/finance/py-ofxparse/PLIST Wed Sep 27 06:57:46 2017 +0000
+++ b/finance/py-ofxparse/PLIST Wed Sep 27 10:58:40 2017 +0000
@@ -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
@@ -15,6 +15,9 @@
 ${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
diff -r 131ed5b5562f -r 573313684347 finance/py-ofxparse/distinfo
--- a/finance/py-ofxparse/distinfo      Wed Sep 27 06:57:46 2017 +0000
+++ b/finance/py-ofxparse/distinfo      Wed Sep 27 10:58:40 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index