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:   wiz
Date:           Sat Mar  5 08:58:44 UTC 2022

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

Log Message:
py-ofxparse: fix packaging with python 3.x

Empty entry_points.txt are not created any longer


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

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/PLIST
diff -u pkgsrc/finance/py-ofxparse/PLIST:1.2 pkgsrc/finance/py-ofxparse/PLIST:1.3
--- pkgsrc/finance/py-ofxparse/PLIST:1.2        Wed Sep 27 10:58:40 2017
+++ pkgsrc/finance/py-ofxparse/PLIST    Sat Mar  5 08:58:44 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/09/27 10:58:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/05 08:58:44 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/${EGG_INFODIR}/zip-safe



Home | Main Index | Thread Index | Old Index