Commit Graph

19 Commits

Author SHA1 Message Date
Ken Payson 5998cd760c Add Python3.5 artifact targets 2016-08-15 10:57:47 -07:00
Ken Payson cc17af1681 Remove non-manylinux linux .whl artifacts 2016-07-21 12:23:10 -07:00
Ken Payson dd24c1ece4 Polish grpcio_health_checking package
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
2016-07-18 12:50:13 -07:00
Masood Malekghassemi f6d09f2566 Fix command ordering for building Python artifacts
Source packages were not getting the necessary C files due to
`make_grpcio_tools.py` not being invoked before `sdist` through
`setup.py`.
2016-06-07 22:19:48 -07:00
Masood Malekghassemi 2b86729b25 Build grpcio-tools sdist 2016-05-05 18:17:45 -07:00
Masood Malekghassemi 88baf86d71 Copy all generated Python distribs 2016-05-04 15:30:30 -07:00
Masood Malekghassemi 010eb48d21 Use manylinux 2016-05-04 15:30:30 -07:00
Masood Malekghassemi af3158350e Integrate Python protoc Linux artifact builders 2016-05-04 15:30:30 -07:00
Masood Malekghassemi 6c06189183 Use a not-broken setuptools 2016-03-21 17:56:32 -07:00
Masood Malekghassemi 736173487c Exclude cygrpc.so from the Python package 2016-02-18 15:54:18 -08:00
Masood Malekghassemi f747409f6f Use precompiled extensions only 2016-02-12 13:45:37 -08:00
Masood Malekghassemi 2bbffcf18f Reorder Python artifact commands 2016-02-11 15:06:40 -08:00
Masood Malekghassemi b6d3a8238d Paper over custom command limitations
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.
2016-02-11 14:08:11 -08:00
Masood Malekghassemi 334e9e6fa2 Use wheels instead for custom bdists 2016-02-11 12:00:55 -08:00
Craig Tiller 5c04760d46 Change default on Python install option 2016-02-05 14:25:56 -08:00
Jan Tattermusch 844c355a3c we actually need the wheel 2016-02-03 17:05:49 -08:00
Jan Tattermusch e066717041 add python mac target 2016-02-03 16:19:26 -08:00
Jan Tattermusch 7cf8bf46ae for 32bit uname when building artifacts 2016-02-03 13:42:07 -08:00
Jan Tattermusch 8640f92c24 add artifact builder for python 2016-02-01 20:10:00 -08:00