python-gevent/deps
zhouganqing f13deaa139 Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
..
c-ares Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
greenlet Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
libev Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
libuv Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
README.rst Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00
libuv-win-binary.patch Import Upstream version 1.4.0 2022-11-25 16:30:36 +08:00

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, and apply the patches to libuv (this whole
  sequence is meant to be copied and pasted into the terminal)::

   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*
   git apply libuv-win-binary.patch