From f4efac3d1d0e03bfc44a090dfad61d154fbb97d4 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 19 Jun 2022 13:11:44 +0100 Subject: Finish data for old_style_obsolete_by heuristic --- calm/past_mistakes.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index 5cd85a7..6c38e36 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -176,8 +176,9 @@ empty_source = { # additional data for the heuristic for upgrading old-style obsoletion packages old_style_obsolete_by = { 'at-spi2-atk': 'libatk-bridge2.0_0', - 'qt-gstreamer': 'libQtGStreamer1_0_0', + 'idle3': 'idle39', 'lighttpd-mod_trigger_b4_dl': 'lighttpd', + 'qt-gstreamer': 'libQtGStreamer1_0_0', # these are odd and only exist to record an optional dependency on the # language runtime (dynamically loaded at runtime), which is also noted in # build-requires: @@ -187,5 +188,8 @@ old_style_obsolete_by = { 'vim-python3': 'vim', 'vim-ruby': 'vim', # (An empty replacement means "don't apply this heuristic") - 'libksba': '', + # these packages probably should be marked as self-destruct? + 'mate-utils': '', + 'texlive-collection-htmlxml': '', + 'w32api': '', } -- cgit v1.2.3