From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-043.btinternet.com (mailomta2-sa.btinternet.com [213.120.69.8]) by sourceware.org (Postfix) with ESMTPS id 1D330383486E for ; Sun, 11 Dec 2022 13:58:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1D330383486E 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 sa-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.38.8]) by sa-prd-fep-043.btinternet.com with ESMTP id <20221211135845.PLMR10574.sa-prd-fep-043.btinternet.com@sa-prd-rgout-005.btmx-prd.synchronoss.net>; Sun, 11 Dec 2022 13:58:45 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 6139452E4770B06A 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: gggruggvucftvghtrhhoucdtuddrgedvhedrvdeigdehkecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeffkeeigfdujeehteduiefgjeeltdelgeelteekudetfedtffefhfeufefgueettdenucfkphepkedurdduheefrdelkedrvdegieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkedurdduheefrdelkedrvdegiedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheprggtvgesshgviihnrghmrdgtiidprhgtphhtthhopegthihgfihinhdqrghpphhssegthihgfihinhdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.153.98.246) by sa-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 6139452E4770B06A; Sun, 11 Dec 2022 13:58:44 +0000 Message-ID: Date: Sun, 11 Dec 2022 13:58:44 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: cygclass python-wheel setup.cfg-only projects Content-Language: en-GB To: Libor Ukropec , "cygwin-apps@cygwin.com" References: <7c29be18-5cc6-8344-114d-b031872e87a6@seznam.cz> From: Jon Turney In-Reply-To: <7c29be18-5cc6-8344-114d-b031872e87a6@seznam.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1191.7 required=5.0 tests=BAYES_00,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 06/12/2022 00:20, Libor Ukropec via Cygwin-apps wrote: > Dne 04.12.2022 v 15:55 Jon Turney via Cygwin-apps napsal(a): >>> >>> In a very quick bit of research, it' seems the modern equivalent >>> would be something like 'python -m build --wheel', but we don't seem >>> to have a python-build package? >> >> The other alternative seems to be 'pip wheel' >> >> Attached is a cygport patch which uses that for the setup.py-less case. >> >> (possibly we could use it in all cases, but I'm being conservative >> with this change) >> >>> I'm not very familiar with the evolving state of python packaging, so >>> I think I may need a bit of help getting this right! > > Hi Jon, > > definitely you did not need a help - I did a test on python-fasteners > [...] Well, I'm not quite so confident. Just because it works for one module, doesn't mean I've got it right. But this change seems pretty low-impact since it should only change the behaviour for setup.py-less modules, which can't build at all presently, so I included it in cygport 0.35.5 > Success :) > > So I confirm it works at least for this one use case. > Thanks for testing.