Ben Wolsieffer
1b7c290083
grpcio_tools: setup.py: use CXX to get compiler for libatomic check
...
This allows it to work with a prefixed compiler when cross-compiling.
4 years ago
Ben Wolsieffer
1024ebeb31
grpcio_tools: setup.py: update libatomic check from top-level setup.py
4 years ago
Esun Kim
ccf3cbc6b7
Bump iOS and OSX version
4 years ago
Richard Belleville
5ace9fc145
Revert changes to grpcio-tools setup.py
4 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Richard Belleville
928c6f23ea
Be completely safe for Python 2
5 years ago
Richard Belleville
12cf83fd70
Run under setuptools
5 years ago
Esun Kim
91f31ad47d
Update comment
5 years ago
Esun Kim
4fd4e5c721
Reformat code
5 years ago
Esun Kim
b912fc7d8d
Added libatomic to gRPC python
5 years ago
Esun Kim
4bc9820241
Update comment
5 years ago
Esun Kim
d55154f7b8
Reformat code
5 years ago
Esun Kim
55ae0f6f8d
Added libatomic to gRPC python
5 years ago
Richard Belleville
2628983fb4
Actually include README.rst in all packages
6 years ago
Richard Belleville
5d95bf037d
Actually include README.rst in all packages
6 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
6 years ago
Mehrdad Afshari
981f19bed2
Remove protobuf js_embed hack
6 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
ncteisen
7a2be20a8a
yapf tools/distrib
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago
Ken Payson
f5f5ed0305
Fix syntax error on classifiers
7 years ago
Ken Payson
9c420447fa
Add classifiers to package details
7 years ago
Jan Tattermusch
cb8eaaa883
fix grpcio_tools build on kokoro
7 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
7 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
8 years ago
Ken Payson
78354300bf
Add package details to gRPC Packages
8 years ago
Mehrdad Afshari
9b3c73d1cd
Updated protobuf dependency for python to 3.2.0
8 years ago
Jan Tattermusch
3b7bcc3eb0
fix grpcio_tools build on windows
8 years ago
Mehrdad Afshari
065d924436
Updated python scripts to work with protobuf 3.2.0
...
Since the build script of python grpcio-tools package
is very much entangled with the build system of protobuf,
and protobuf build scripts added a build step that
compiles js/embed.cc to create a preprocessor binary
that takes some .js files and generates a single
well_known_types_embed.cc which then gets linked to the
rest of protobuf source tree.
The generated code seems to be used only by the JS
portion of protoc, so is not expected to affect
our python build. Since we did not want to replicate
the entire build process of protobuf, we decided to
pre-generate the well_known_types_embed.cc and keep
it in our repo and then substitute the js/embed.cc
compiler file with it.
8 years ago
Masood Malekghassemi
0702f628d7
Change grpcio_tools to grpcio-tools
...
This should address the difference in how we ask users to install
grpcio-tools and the files the user ends up downloading from PyPI.
8 years ago
Masood Malekghassemi
7ba3527ffe
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Masood Malekghassemi
fb261bf748
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Ken Payson
8348973de9
Use templates for python version dependencies
...
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
8 years ago
Ken Payson
69ff5de496
Add Python3.5 grpcio-tools binaries
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago
murgatroid99
598d5240c0
Fix merge again
8 years ago
murgatroid99
224fe989e4
Fixed incorrect merges
8 years ago
murgatroid99
2b7fe5a6c0
Actually commit changes to tools/distrib/python/grpcio_tools/setup.py
8 years ago
Masood Malekghassemi
398b06e843
Force the Python host version on Mac OS X
8 years ago
Masood Malekghassemi
58a0494ceb
Use normalized path separators in `setup.py`s
8 years ago
Masood Malekghassemi
d66be0b6f6
Set more build-flags in `setup.py`s
...
Removes MinGW flags from various build scripts, since they're now set in
our `setup.py`s by default. Also removes the arguments for the
extensions in grpcio's setup.py; that function was already accessing
globals anyway, might as well go whole-hog.
9 years ago
Masood Malekghassemi
586e3835fe
Make Python build standalone on Windows
9 years ago
Ken Payson
e4123f3083
Updated release version to 0.15.1
9 years ago
Masood Malekghassemi
ebf81e7a05
Add programmatic access to protoc in grpcio-tools
9 years ago
Masood Malekghassemi
d5fee35f93
Build Python3 grpcio-tools on OS X
9 years ago