pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ijson py-ijson: PLIST fix for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/543710c41aa7
branches:  trunk
changeset: 454707:543710c41aa7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 15 10:51:42 2021 +0000

description:
py-ijson: PLIST fix for Python 2.7

diffstat:

 devel/py-ijson/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6871e7d75344 -r 543710c41aa7 devel/py-ijson/PLIST
--- a/devel/py-ijson/PLIST      Tue Jun 15 10:28:10 2021 +0000
+++ b/devel/py-ijson/PLIST      Tue Jun 15 10:51:42 2021 +0000
@@ -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.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