pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-filechunkio py-filechunkio: fix for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de50da4fdcf
branches:  trunk
changeset: 371492:9de50da4fdcf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:29:31 2022 +0000

description:
py-filechunkio: fix for python 2.7

diffstat:

 devel/py-filechunkio/PLIST |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (17 lines):

diff -r 94ef63e5228d -r 9de50da4fdcf devel/py-filechunkio/PLIST
--- a/devel/py-filechunkio/PLIST        Mon Jan 10 18:28:51 2022 +0000
+++ b/devel/py-filechunkio/PLIST        Mon Jan 10 18:29:31 2022 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:08:13 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 18:29:31 wiz Exp $
+${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}/top_level.txt
 ${PYSITELIB}/filechunkio/__init__.py
 ${PYSITELIB}/filechunkio/__init__.pyc
 ${PYSITELIB}/filechunkio/__init__.pyo



Home | Main Index | Thread Index | Old Index