pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cffi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 18:32:21 UTC 2023

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

Log Message:
py-cffi: fix for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-cffi/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-cffi/PLIST
diff -u pkgsrc/devel/py-cffi/PLIST:1.9 pkgsrc/devel/py-cffi/PLIST:1.10
--- pkgsrc/devel/py-cffi/PLIST:1.9      Wed Oct  4 21:51:44 2023
+++ pkgsrc/devel/py-cffi/PLIST  Sun Oct 29 18:32:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/10/04 21:51:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/10/29 18:32:21 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,8 +17,8 @@ ${PYSITELIB}/cffi/_imp_emulation.py
 ${PYSITELIB}/cffi/_imp_emulation.pyc
 ${PYSITELIB}/cffi/_imp_emulation.pyo
 ${PYSITELIB}/cffi/_shimmed_dist_utils.py
-${PYSITELIB}/cffi/_shimmed_dist_utils.pyc
-${PYSITELIB}/cffi/_shimmed_dist_utils.pyo
+${PLIST.py3x}${PYSITELIB}/cffi/_shimmed_dist_utils.pyc
+${PLIST.py3x}${PYSITELIB}/cffi/_shimmed_dist_utils.pyo
 ${PYSITELIB}/cffi/api.py
 ${PYSITELIB}/cffi/api.pyc
 ${PYSITELIB}/cffi/api.pyo



Home | Main Index | Thread Index | Old Index