MinGW & building wheels

2022-01-21 Thread Scott Talbert
Hi all, Does anyone have any experience with using Fedora's MinGW stack to cross-compile Python wheels for Windows? Scott ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.f

Re: MinGW & building wheels

2022-01-21 Thread Felix Schwarz
Am 21.01.22 um 15:59 schrieb Scott Talbert: Does anyone have any experience with using Fedora's MinGW stack to cross-compile Python wheels for Windows? I'm using the mingw stack to cross-compile a Windows binary which shipped as part of an otherwise platform neutral Python wheel. The main pr

Re: MinGW & building wheels

2022-01-21 Thread Scott Talbert
On Fri, 21 Jan 2022, Felix Schwarz wrote: Does anyone have any experience with using Fedora's MinGW stack to cross-compile Python wheels for Windows? I'm using the mingw stack to cross-compile a Windows binary which shipped as part of an otherwise platform neutral Python wheel. The main probl

question about review process excemptions for Python 3

2022-01-21 Thread Felix Schwarz
Hi, the packaging guidelines have a few excemptions for the package review process [1]. I'm working on updating certbot to Python 3 in EPEL 7 (rhbz 1797129, [2]). I need some additional Python 3 packages in EPEL 7 to achieve that and my question is which of these packages should get a proper

Re: MinGW & building wheels

2022-01-21 Thread Felix Schwarz
Am 21.01.22 um 23:12 schrieb Scott Talbert: I'm using the mingw stack to cross-compile a Windows binary which shipped as part of an otherwise platform neutral Python wheel. The main problem I had with Fedora's mingw Python was that I could not create a Windows wheel. Yep, that's the same thing