From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-047.btinternet.com (mailomta5-re.btinternet.com [213.120.69.98]) by sourceware.org (Postfix) with ESMTPS id 18D3F385841A for ; Sat, 25 Feb 2023 16:23:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 18D3F385841A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-003.btmx-prd.synchronoss.net ([10.2.54.6]) by re-prd-fep-047.btinternet.com with ESMTP id <20230225162316.TNZK20465.re-prd-fep-047.btinternet.com@re-prd-rgout-003.btmx-prd.synchronoss.net>; Sat, 25 Feb 2023 16:23:16 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 61A69BAC443F7772 X-Originating-IP: [81.153.98.230] X-OWM-Source-IP: 81.153.98.230 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrudekiedgvdehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpedvtdetffekveevjeegheeglefhtdeggfeilefggfdutedufedvgefgieeiffdtveenucfkphepkedurdduheefrdelkedrvdeftdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkedurdduheefrdelkedrvdeftddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepjhgrrhhirdgrrghlthhosegtrghnthgvrdhnvght X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.153.98.230) by re-prd-rgout-003.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 61A69BAC443F7772; Sat, 25 Feb 2023 16:23:16 +0000 Message-ID: <5262c0e0-6177-219c-e287-8fdca922ef25@dronecode.org.uk> Date: Sat, 25 Feb 2023 16:23:15 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: python2 removal To: "cygwin-apps@cygwin.com" , Jari Aalto References: <07106598-5bc3-055f-5875-abe5aa7baffc@dronecode.org.uk> Content-Language: en-GB From: Jon Turney In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1189.2 required=5.0 tests=BAYES_00,BODY_8BITS,FORGED_SPF_HELO,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: > On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: > [...] >> Python 2.7 is the last python2 version, which was sunsetted on January >> 1, 2020. > [...] >> 2) Looking for packages whose names don't start with 'python', but >> where the current version installs something into >> /usr/lib/python2.7/site-packages/ and/or into /usr/bin/ with a shebang >> containing 'python2', the following packages appear to need rebuilding >> for python3: > > Hi maintainers, > > Please consider rebuilding your packages listed below for python3. > > If you are no longer interested in being a maintainer for these (or all > of your) Cygwin packages, please let us know, so we can update our > records and stop bothering you about them! > >> package             source package     maintainer >> >> bzr                                    Jari Aalto >> cfget                                  Jari Aalto >> codeville                              Jari Aalto >> getmail                                Jari Aalto >> offlineimap                            Jari Aalto >> tailor                                 Jari Aalto >> urlgrabber                             Jari Aalto >> Hi Jari, In the absence of any response, I have assumed these are all orphaned. If that's not what you wanted to happen, please let me know. From a brief survey, only offlineimap and urlgrabber (which should probably be named python-urlgrabber, since it contains a python module) seem to be actively maintained enough to support python3. So I will probably remove the others, and consider if it's possible and worthwhile to update those. (I also noted that breezy appears to be the python3 replacement for bzr and getmail6 appears to be the python3 replacement for getmail.)