pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ijson



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 15 10:51:42 UTC 2021

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

Log Message:
py-ijson: PLIST fix for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ijson/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-ijson/PLIST
diff -u pkgsrc/devel/py-ijson/PLIST:1.1 pkgsrc/devel/py-ijson/PLIST:1.2
--- pkgsrc/devel/py-ijson/PLIST:1.1     Sun Jun  6 10:05:42 2021
+++ pkgsrc/devel/py-ijson/PLIST Tue Jun 15 10:51:42 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/06/06 10:05:42 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/06/15 10:51:42 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -38,8 +38,8 @@ ${PYSITELIB}/ijson/utils.py
 ${PYSITELIB}/ijson/utils.pyc
 ${PYSITELIB}/ijson/utils.pyo
 ${PYSITELIB}/ijson/utils35.py
-${PYSITELIB}/ijson/utils35.pyc
-${PYSITELIB}/ijson/utils35.pyo
+${PLIST.py3x}${PYSITELIB}/ijson/utils35.pyc
+${PLIST.py3x}${PYSITELIB}/ijson/utils35.pyo
 ${PYSITELIB}/ijson/version.py
 ${PYSITELIB}/ijson/version.pyc
 ${PYSITELIB}/ijson/version.pyo



Home | Main Index | Thread Index | Old Index