From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-045.btinternet.com (mailomta28-re.btinternet.com [213.120.69.121]) by sourceware.org (Postfix) with ESMTPS id 6FF643858D35 for ; Thu, 12 Jan 2023 16:53:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6FF643858D35 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-002.btmx-prd.synchronoss.net ([10.2.54.5]) by re-prd-fep-045.btinternet.com with ESMTP id <20230112165328.JBMQ10658.re-prd-fep-045.btinternet.com@re-prd-rgout-002.btmx-prd.synchronoss.net>; Thu, 12 Jan 2023 16:53:28 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A8DE84AB6E9E3 X-Originating-IP: [81.153.98.246] X-OWM-Source-IP: 81.153.98.246 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrleeigdelgecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfhffuvfevtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeefieeiheeiueejjefhhfegudefteelfeejveeuvdfggfeugfevfffgheffgeegudenucfkphepkedurdduheefrdelkedrvdegieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkedurdduheefrdelkedrvdegiedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepjhgrrhhirdgrrghlthhosegtrghnthgvrdhnvght X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.153.98.246) by re-prd-rgout-002.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A8DE84AB6E9E3; Thu, 12 Jan 2023 16:53:28 +0000 Message-ID: Date: Thu, 12 Jan 2023 16:53:25 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 From: Jon Turney Subject: python26 remnants Content-Language: en-GB To: "cygwin-apps@cygwin.com" Cc: Jari Aalto Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3570.0 required=5.0 tests=BAYES_00,FORGED_SPF_HELO,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,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: Preparatory to removal of python27, the final python2 version, I've been cleaning up the last remnants of python26. There are still some old (pre-2012) packages which install files into /usr/lib/python2.6/site-packages/, I removed the following package versions: bzr-fastimport-0.13.0-1 cvs2svn-2.3.0-1 getmail-4.34.0-1 python-fastimport-0.9.2-1 python-feedparser-5.0.1-1 python-pyrex-0.9.9-2 xml2po-0.20.10-1 (gnome-doc-utils) I retained for the moment, as the most recent version: archivemail-0.9.0-1 flawfinder-1.27-2 Jari, As the maintainer of both of these, what do you want to do with these two packages? These are just python scripts, which install an .egg-info file into usr/lib/python2.6/site-packages/ I am sceptical that they work as desired currently, as the python scripts which they contain probably assume /usr/bin/python is python2, which is increasingly unlikely to be the case. If you want to orphan them, they will be removed. If you think they are still useful, it would help if you could please produce updated packages for python3, or assure me that isn't needed.