What is your suggestion?
Hi! I'm playing around with using patch-ng in https://github.com/jvolkman/rules_pycross, but it requires prebuilt wheels to be used. It looks like patch-ng only ships sdists, would it be difficult to ship prebuilt wheels?
My understanding on the reasoning for requiring prebuilt wheels is that since the project itself is a tool for building and installing wheels in Bazel environments, it can't build wheels else it would run into a bootstrapping problem.
What is your suggestion?
Hi! I'm playing around with using
patch-ngin https://github.com/jvolkman/rules_pycross, but it requires prebuilt wheels to be used. It looks likepatch-ngonly ships sdists, would it be difficult to ship prebuilt wheels?My understanding on the reasoning for requiring prebuilt wheels is that since the project itself is a tool for building and installing wheels in Bazel environments, it can't build wheels else it would run into a bootstrapping problem.