pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-func_timeout



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:40:58 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-func_timeout/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-func_timeout/PLIST
diff -u pkgsrc/devel/py-func_timeout/PLIST:1.1 pkgsrc/devel/py-func_timeout/PLIST:1.2
--- pkgsrc/devel/py-func_timeout/PLIST:1.1      Thu Mar 12 07:32:28 2020
+++ pkgsrc/devel/py-func_timeout/PLIST  Thu Mar 12 07:40:58 2020
@@ -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.py
 ${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