• Ralf Schmitt's avatar
    setup.py: add "build_ext --cython=" option, which allows users to specify the... · dae9f3ba
    Ralf Schmitt authored
    setup.py: add "build_ext --cython=" option, which allows users to specify the path to the cython executable.
    
    this also allows users to skip automatic cython compilation completely
    by specifying an empty cython executable, e.g. by providing the
    following setup.cfg:
    
    ,----[ setup.cfg ]
    | [build_ext]
    | cython=
    `----
    
    I use this to manage a copy of gevent inside another git repository
    while at the same time making sure that core.c doesn't get
    regenerated.
    
    --HG--
    extra : transplant_source : n%81%40%DAyn%A9T%0D%D4M%DD%248%CDk%14%C6%01%D3
    dae9f3ba
setup.py 10.8 KB