Sat Mar 5 08:58:44 2022 UTC ()
py-ofxparse: fix packaging with python 3.x

Empty entry_points.txt are not created any longer


(wiz)
diff -r1.2 -r1.3 pkgsrc/finance/py-ofxparse/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/finance/py-ofxparse/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-ofxparse/PLIST 2017/09/27 10:58:40 1.2
+++ pkgsrc/finance/py-ofxparse/PLIST 2022/03/05 08:58:44 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2017/09/27 10:58:40 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2022/03/05 08:58:44 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/${EGG_INFODIR}/zip-safe 8${PYSITELIB}/${EGG_INFODIR}/zip-safe
9${PYSITELIB}/ofxparse/__init__.py 9${PYSITELIB}/ofxparse/__init__.py
10${PYSITELIB}/ofxparse/__init__.pyc 10${PYSITELIB}/ofxparse/__init__.pyc
11${PYSITELIB}/ofxparse/__init__.pyo 11${PYSITELIB}/ofxparse/__init__.pyo
12${PYSITELIB}/ofxparse/mcc.py 12${PYSITELIB}/ofxparse/mcc.py
13${PYSITELIB}/ofxparse/mcc.pyc 13${PYSITELIB}/ofxparse/mcc.pyc
14${PYSITELIB}/ofxparse/mcc.pyo 14${PYSITELIB}/ofxparse/mcc.pyo
15${PYSITELIB}/ofxparse/ofxparse.py 15${PYSITELIB}/ofxparse/ofxparse.py
16${PYSITELIB}/ofxparse/ofxparse.pyc 16${PYSITELIB}/ofxparse/ofxparse.pyc
17${PYSITELIB}/ofxparse/ofxparse.pyo 17${PYSITELIB}/ofxparse/ofxparse.pyo
18${PYSITELIB}/ofxparse/ofxprinter.py 18${PYSITELIB}/ofxparse/ofxprinter.py