pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-func_timeout py-func_timeout: fix PLIST for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be8cc4411fd1
branches:  trunk
changeset: 412785:be8cc4411fd1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 07:40:58 2020 +0000

description:
py-func_timeout: fix PLIST for python 2.x

diffstat:

 devel/py-func_timeout/PLIST |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2ff74e9fbc34 -r be8cc4411fd1 devel/py-func_timeout/PLIST
--- a/devel/py-func_timeout/PLIST       Thu Mar 12 07:37:11 2020 +0000
+++ b/devel/py-func_timeout/PLIST       Thu Mar 12 07:40:58 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/12 07:32:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/03/12 07:40:58 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,8 @@
 ${PYSITELIB}/func_timeout/exceptions.pyc
 ${PYSITELIB}/func_timeout/exceptions.pyo
 ${PYSITELIB}/func_timeout/py2_raise.py
+${PLIST.py2x}${PYSITELIB}/func_timeout/py2_raise.pyc
+${PLIST.py2x}${PYSITELIB}/func_timeout/py2_raise.pyo
 ${PYSITELIB}/func_timeout/py3_raise.py
-${PYSITELIB}/func_timeout/py3_raise.pyc
-${PYSITELIB}/func_timeout/py3_raise.pyo
+${PLIST.py3x}${PYSITELIB}/func_timeout/py3_raise.pyc
+${PLIST.py3x}${PYSITELIB}/func_timeout/py3_raise.pyo



Home | Main Index | Thread Index | Old Index