pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python312



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Oct  3 10:17:14 UTC 2024

Modified Files:
        pkgsrc/lang/python312: PLIST

Log Message:
lang/python312: Fix PLIST

Tested on NetBSD/amd64 10.99.12 and NetBSD/i386 9.4.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/python312/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python312/PLIST
diff -u pkgsrc/lang/python312/PLIST:1.9 pkgsrc/lang/python312/PLIST:1.10
--- pkgsrc/lang/python312/PLIST:1.9     Mon Sep  9 15:51:38 2024
+++ pkgsrc/lang/python312/PLIST Thu Oct  3 10:17:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/09/09 15:51:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/10/03 10:17:14 ryoon Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/idle${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
@@ -2968,6 +2968,9 @@ lib/python${PY_VER_SUFFIX}/test/test_asy
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_sslproto.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_sslproto.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_sslproto.pyo
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_staggered.py
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_staggered.pyo
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_staggered.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_streams.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_streams.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_streams.pyo



Home | Main Index | Thread Index | Old Index