Repository URL to install this package:
|
Version:
1.3.7 ▾
|
gevent
/
deps
|
|---|
| .. |
| libuv |
| c-ares |
| greenlet |
| libev |
| libuv-win-binary.patch |
| README.rst |
================================
Managing Embedded Dependencies
================================
- Modify the c-ares Makefile.in[c] to empty out the MANPAGES variables
so that we don't have to ship those in the sdist.
XXX: We need a patch for that.
Updating libuv
==============
- Clean up the libuv tree:
- rm -rf libuv/.github
- rm -rf libuv/docs
- rm -rf libuv/samples
- rm -rf libuv/test
- rm -rf libuv/tools
- rm -f libuv/android-configure*
- Apply the patches to libuv:
- git apply libuv-win-binary.patch