commit: 6b4287288241f30ea6f704ac1f4d84b8e1d65123
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 17:22:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 17:22:50 2025 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6b428728
gpy-impl-list: Use mIRC colors & pkgcheck compat updates
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
gpy-impl-list | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gpy-impl-list b/gpy-impl-list
index be70554..92224cd 100755
--- a/gpy-impl-list
+++ b/gpy-impl-list
@@ -10,7 +10,9 @@ fi
IRC='ircs://irc.libera.chat/#gentoo-python'
irk "${IRC}" - <<<$'\0'
-gpy-list-pkg-impls > "${OUTDIR}"/python-pkg-impls.txt.new || exit 1
+
+pkgcheck scan -c PythonCompatCheck -R JsonStream >
"${OUTDIR}"/pkgcheck-python-compat-update.json
+gpy-list-pkg-impls --mirc-color --pkgcheck-output
"${OUTDIR}"/pkgcheck-python-compat-update.json >
"${OUTDIR}"/python-pkg-impls.txt.new || exit 1
while read -r x; do
irk "${IRC}" "${x}"
done < <(git diff --no-index -s --word-diff -U0
"${OUTDIR}"/python-pkg-impls.txt{,.new} | tail -n +5 | grep -v '^@@')