pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configobj



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 29 00:30:37 UTC 2023

Modified Files:
        pkgsrc/devel/py-configobj: PLIST

Log Message:
py-configobj: fix PLIST for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-configobj/PLIST

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

Modified files:

Index: pkgsrc/devel/py-configobj/PLIST
diff -u pkgsrc/devel/py-configobj/PLIST:1.9 pkgsrc/devel/py-configobj/PLIST:1.10
--- pkgsrc/devel/py-configobj/PLIST:1.9 Tue Jan 24 19:34:58 2023
+++ pkgsrc/devel/py-configobj/PLIST     Sun Jan 29 00:30:37 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2023/01/24 19:34:58 adam Exp $
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.10 2023/01/29 00:30:37 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/configobj/__init__.py
 ${PYSITELIB}/configobj/__init__.pyc
 ${PYSITELIB}/configobj/__init__.pyo



Home | Main Index | Thread Index | Old Index