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
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
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
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
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