pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-ofxparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 27 10:58:40 UTC 2017

Modified Files:
        pkgsrc/finance/py-ofxparse: Makefile PLIST distinfo

Log Message:
ofxparse: update to 0.16

0.16:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-ofxparse/Makefile \
    pkgsrc/finance/py-ofxparse/PLIST pkgsrc/finance/py-ofxparse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-ofxparse/Makefile
diff -u pkgsrc/finance/py-ofxparse/Makefile:1.1 pkgsrc/finance/py-ofxparse/Makefile:1.2
--- pkgsrc/finance/py-ofxparse/Makefile:1.1     Sun Dec 27 16:27:40 2015
+++ pkgsrc/finance/py-ofxparse/Makefile Wed Sep 27 10:58:40 2017
@@ -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 @@ HOMEPAGE=    http://sites.google.com/site/o
 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"
Index: pkgsrc/finance/py-ofxparse/PLIST
diff -u pkgsrc/finance/py-ofxparse/PLIST:1.1 pkgsrc/finance/py-ofxparse/PLIST:1.2
--- pkgsrc/finance/py-ofxparse/PLIST:1.1        Sun Dec 27 16:27:40 2015
+++ pkgsrc/finance/py-ofxparse/PLIST    Wed Sep 27 10:58:40 2017
@@ -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/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
Index: pkgsrc/finance/py-ofxparse/distinfo
diff -u pkgsrc/finance/py-ofxparse/distinfo:1.1 pkgsrc/finance/py-ofxparse/distinfo:1.2
--- pkgsrc/finance/py-ofxparse/distinfo:1.1     Sun Dec 27 16:27:40 2015
+++ pkgsrc/finance/py-ofxparse/distinfo Wed Sep 27 10:58:40 2017
@@ -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