aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/grpcio_tools/setup.py
Commit message (Collapse)AuthorAge
* Change grpcio_tools to grpcio-toolsGravatar Masood Malekghassemi2016-12-20
| | | | | This should address the difference in how we ask users to install grpcio-tools and the files the user ends up downloading from PyPI.
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\
| * Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.
| * Add Python3.5 grpcio-tools binariesGravatar Ken Payson2016-08-17
| |
| * Add Python3.5 artifact targetsGravatar Ken Payson2016-08-15
| |
* | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\|
| * Bump python protobuf dependency to 3.0.0Gravatar Ken Payson2016-08-03
| |
* | Fix merge againGravatar murgatroid992016-07-25
| |
* | Fixed incorrect mergesGravatar murgatroid992016-07-22
| |
* | Actually commit changes to tools/distrib/python/grpcio_tools/setup.pyGravatar murgatroid992016-07-22
| |
* | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\|
| * Force the Python host version on Mac OS XGravatar Masood Malekghassemi2016-07-18
| |
| * Use normalized path separators in `setup.py`sGravatar Masood Malekghassemi2016-07-16
| |
* | Merge pull request #7314 from soltanmm/spinning-flagsGravatar kpayson642016-07-14
|\ \ | |/ |/| Set more build-flags in `setup.py`s
| * Set more build-flags in `setup.py`sGravatar Masood Malekghassemi2016-07-13
| | | | | | | | | | | | | | 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.
* | Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py
* | Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
| |
| * Updated release version to 0.15.1Gravatar Ken Payson2016-07-01
| |
* | Add programmatic access to protoc in grpcio-toolsGravatar Masood Malekghassemi2016-07-01
| |
* | Build Python3 grpcio-tools on OS XGravatar Masood Malekghassemi2016-07-01
|/
* Merge pull request #6828 from soltanmm/arkenhammerGravatar Jan Tattermusch2016-06-09
|\ | | | | Add common proto files to Python grpcio-tools
| * Add common proto files to Python grpcio-toolsGravatar Masood Malekghassemi2016-06-07
| |
* | Use Python namespace packagesGravatar Masood Malekghassemi2016-06-06
|/ | | | | | | | | | Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools).
* Add explicit license to grpcio-tools setup.pyGravatar Masood Malekghassemi2016-05-09
|
* Merge pull request #6483 from soltanmm/wind2Gravatar Jan Tattermusch2016-05-09
|\ | | | | Fix windows linkage in Python grpcio-tools
| * Fix windows linkage in Python grpcio-toolsGravatar Masood Malekghassemi2016-05-07
| |
* | rename grpc.protoc.compiler to grpc.tools.protocGravatar Jan Tattermusch2016-05-06
|/
* Use manylinuxGravatar Masood Malekghassemi2016-05-04
|
* Keep grpcio_tools version in sync with rest of projectGravatar Masood Malekghassemi2016-05-04
|
* Tightly integrate the Python plugin with its protocGravatar Masood Malekghassemi2016-05-04
| | | | | | This grossly simplifies the protoc invocation to: python -m grpc.protoc.compiler --python_out=... --grpc_python_out=... [...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...]
* Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04