pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.testrunner



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  3 15:23:28 UTC 2024

Modified Files:
        pkgsrc/devel/py-zope.testrunner: PLIST

Log Message:
py-zope.testrunner: fix PLIST for Python != 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-zope.testrunner/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-zope.testrunner/PLIST
diff -u pkgsrc/devel/py-zope.testrunner/PLIST:1.2 pkgsrc/devel/py-zope.testrunner/PLIST:1.3
--- pkgsrc/devel/py-zope.testrunner/PLIST:1.2   Thu Dec 28 19:11:14 2023
+++ pkgsrc/devel/py-zope.testrunner/PLIST       Wed Jan  3 15:23:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/12/28 19:11:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/01/03 15:23:27 wiz Exp $
 bin/zope-testrunner-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -7,7 +7,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/zope.testrunner-6.2.1-py3.12-nspkg.pth
+${PYSITELIB}/zope.testrunner-6.2.1-py${PYVERSSUFFIX}-nspkg.pth
 ${PYSITELIB}/zope/testrunner/__init__.py
 ${PYSITELIB}/zope/testrunner/__init__.pyc
 ${PYSITELIB}/zope/testrunner/__init__.pyo



Home | Main Index | Thread Index | Old Index