Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use a not-broken setuptools | Masood Malekghassemi | 2016-03-21 |
| | |||
* | Exclude cygrpc.so from the Python package | Masood Malekghassemi | 2016-02-18 |
| | |||
* | Use precompiled extensions only | Masood Malekghassemi | 2016-02-12 |
| | |||
* | Reorder Python artifact commands | Masood Malekghassemi | 2016-02-11 |
| | |||
* | Paper over custom command limitations | Masood Malekghassemi | 2016-02-11 |
| | | | | | | | | | The custom gRPC bdist command depends on numerous undocumented and private behaviors of setuptools, wheel, distutils, etc. One such is the ordering of generated distribution targets. We paper over this under the assumption that the command will only be useful for gRPC devs, and document with a command description a contractual obligation of users of the command. | ||
* | Use wheels instead for custom bdists | Masood Malekghassemi | 2016-02-11 |
| | |||
* | Change default on Python install option | Craig Tiller | 2016-02-05 |
| | |||
* | we actually need the wheel | Jan Tattermusch | 2016-02-03 |
| | |||
* | add python mac target | Jan Tattermusch | 2016-02-03 |
| | |||
* | for 32bit uname when building artifacts | Jan Tattermusch | 2016-02-03 |
| | |||
* | add artifact builder for python | Jan Tattermusch | 2016-02-01 |