Friday, November 30, 2018

update: textproc/py-ofxparse

Hi,

Here a diff to update textproc/py-ofxparse from 0.19 to 0.20

Tested on amd64 on both py2 and py3.

> Ran 65 tests in 1.851s

The change on PLIST is due to some difference introduced by "make
update-plist" if the pkg/PLIST is absent (at initial import) or if
renewed (on update).

Comments or OK ?

Thanks.
--
Sebastien Marie


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-ofxparse/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 23 Aug 2018 05:49:01 -0000 1.1.1.1
+++ Makefile 1 Dec 2018 07:38:48 -0000
@@ -2,7 +2,7 @@

COMMENT = parser for the Open Financial Exchange file format

-MODPY_EGG_VERSION = 0.19
+MODPY_EGG_VERSION = 0.20
DISTNAME = ofxparse-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-ofxparse/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 23 Aug 2018 05:49:01 -0000 1.1.1.1
+++ distinfo 1 Dec 2018 07:38:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (ofxparse-0.19.tar.gz) = 2Mgf1QiTMhBtoaLokZxBLHxnfwivBNVXynZ3AaBOCRg=
-SIZE (ofxparse-0.19.tar.gz) = 54140
+SHA256 (ofxparse-0.20.tar.gz) = 60XbWAKTisCrNmRBjKVkYZzJ5+xtMBwQY//Bblh+w34=
+SIZE (ofxparse-0.20.tar.gz) = 53178
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-ofxparse/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 23 Aug 2018 05:49:01 -0000 1.1.1.1
+++ pkg/PLIST 1 Dec 2018 07:39:30 -0000
@@ -9,7 +9,7 @@ lib/python${MODPY_VERSION}/site-packages
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}
+${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

No comments:

Post a Comment