saghul / pyuv

Python interface for libuv
https://pyuv.readthedocs.io
MIT License
1.12k stars 105 forks source link

Ditch the libuv build system and add libuv sources #240

Closed schlamar closed 7 years ago

schlamar commented 7 years ago

I opened this to track your proposal from https://github.com/libuv/libuv/pull/1284#issuecomment-305099237.

I really like your idea of ditching the libuv build system.

However I would first concentrate on getting a new release with Python 3.6 wheels on PyPI so all these build issues will become a low priority.

saghul commented 7 years ago

Sure. We could bump libuv to 1.12.0 which doesn't include the problematic patch and then do the build-system refactor.

schlamar commented 7 years ago

Ref https://github.com/saghul/pycares/commit/a3c4e7fe7b3e593bdd461adb8010af70cfaf95b9

saghul commented 7 years ago

PR landed!