Building skia is slow, we have to do it each time we push. There's a new project that provides cross-platform python bindings to the Skia library and publishes wheels for the three platforms we support:
https://github.com/kyamagu/skia-python
I'm thinking that we could rewrite skia-pathops such that it imports from this skia-python bindings, while maintaining our current fontmake-friendly interface.