public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon Turney <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-63-g5559d1a
Date: Thu, 18 Jan 2024 22:33:18 +0000 (GMT)	[thread overview]
Message-ID: <20240118223318.E6EAA3858D38@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=5559d1aef430dcf3612c4ad5150f0bc027c6d096

commit 5559d1aef430dcf3612c4ad5150f0bc027c6d096
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Jan 18 20:25:41 2024 +0000

    Rewrite dependencies on removed python packages
    
    Using the now removed, obsoleted package name causes the solver to want
    to uninstall anything which depends on these, which isn't helpful right
    now.
    
    Theoretically, the information to generate these exists in our "retired
    old-style obsoleting packages" data, but do it manually for speed right
    now.


Diff:
---
 calm/past_mistakes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index bbad1bc..4b44f1d 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -172,6 +172,7 @@ nonexistent_provides = historical_provides + [
     'python2-devel',
     'python27',
     'python27-.*',
+    'python-gtk2.0',
     # random build-depends
     'python2-cython',
     'python2-wheel',
@@ -198,7 +199,6 @@ substitute_dependency = {
     'python-gnome2': 'python27-gnome2',
     'python-gnomevfs2': 'python27-gnomevfs2',
     'python-gobject': 'python27-gobject',
-    'python-gtk2.0': 'python27-gtk2.0',
     'python-jinja2': 'python27-jinja2',
     'python-keybinder': 'python27-keybinder',
     'python-lxml': 'python27-lxml',


                 reply	other threads:[~2024-01-18 22:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240118223318.E6EAA3858D38@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).