From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id F311B3890409 for ; Mon, 18 Jan 2021 22:28:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F311B3890409 Received: by mail-pj1-x1032.google.com with SMTP id u4so10800953pjn.4 for ; Mon, 18 Jan 2021 14:28:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=TVOVE5kx4HOVW0Svk6KDLuE7Zk+IqENxMx6ShbktU2A=; b=S9pbUESyMbRF+mhV4h3eXZOepuaBoNrkojzVG7BWDaJ7DQhajJxqiFpfMFQGW+ErgI k4si7Iuwdqr6QyCrmMaDPPsA0UkIPL4cAY6wQ3PlBN2HAl+Q+XnTwpmUrLpWk0MYbf5X DDpTIpOeKXT8KW6wR9aJs0YckIsv0vGfELChaNPiGh665eNi+493Xs5+ywXi4+wgnkw+ RqkYz1aNRQWsPDIlcXQq6hWVpKNr251nC3V0uiate+4gROWPo+RuL8yWUW0Lb+ZPrsQO uN1IdX7dsE+a+rEc7FX2f/+lHVc4b7y2k8TYqM04q00EbJdtOtuJvbmgPrO94cPiF4mF zJqQ== X-Gm-Message-State: AOAM531eUciLNGtvk5l0wD0h0KHv0kBeL9/MfeWxNChwnNmAQYPjyAlL M5Z+43uJpu9sAejuJSOyMmNB7B/ShIQ= X-Google-Smtp-Source: ABdhPJwViox72Nm78J/+s+zoKlavnX/rWPz1DKAmlbRR9tHdaPOgQfRcu+2bVYmrjOqB57kHq3+TLQ== X-Received: by 2002:a17:90a:de95:: with SMTP id n21mr1551861pjv.7.1611008909818; Mon, 18 Jan 2021 14:28:29 -0800 (PST) Received: from [192.168.3.11] ([2400:2411:aa20:4300:64c1:bf6f:4857:bb8f]) by smtp.gmail.com with ESMTPSA id x1sm18060121pgj.37.2021.01.18.14.28.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Jan 2021 14:28:29 -0800 (PST) Date: Tue, 19 Jan 2021 07:28:29 +0900 From: Lemures Lemniscati To: cygwin-apps@cygwin.com Subject: Re: python 2 check & cleaning In-Reply-To: References: Message-Id: <20210119072827.A822.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 210118-0, 2021/01/18), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 22:28:32 -0000 On Mon, 18 Jan 2021 06:33:09 +0100, Marco Atzeri via Cygwin-apps > the current python test packages remove the link python->python2.7 > and replace with an alternative appraouch. > > Before making the switch, I would like to review the packages that could be broken, so I looked at all packages, not in "python*-*" form, > that pull one of the "python", "python2" and "python27" using > > $ cygcheck-dep -O -S -q -n python.. > > as base. > > There are almost 200 binary packages > (of the almost 9000 currently present on 64 bit) > > The list with source package and maintainer is here: > > https://drive.google.com/file/d/1xaPzIZ78JzHtJXcdzB77qJoeNlvVQRJq/view?usp=sharing > > Could you please check your packages if they will work with > preferred python3.8 ? > > Texlive and fontforge seem the most urgent, IMHO, for a verification. > I've promoted fontforge packages from test to current, which pass ctests. Regards, Lem