Lines Matching +full:grpcio +full:- +full:sys +full:-
7 # http://www.apache.org/licenses/LICENSE-2.0
25 import sys
45 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported
49 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a
79 "{}\n\nCould not write grpcio bdist: {}".format(
106 ["-b", "html", "-W", "--keep-going", source_dir, target_dir]
117 description = "build grpcio project metadata files"
175 sys.stderr.write("Cython-generated files are missing...\n")
180 sys.stderr.write("Found cython-generated files...\n")
190 mandatory: Whether or not having Cython-generated files is mandatory. If it
194 # Break import style to ensure we have access to Cython post-setup_requires
198 sys.stderr.write(
207 " Cython-generated code."
228 """Custom build_ext command to enable compiler-specific flags."""
231 "unix": ("-pthread",),
239 # E.g. on x64 linux the suffix is ".cpython-XYZ-x86_64-linux-gnu.so"
241 … # so that the resulting file name matches the target architecture and we end up with a well-formed
247 filename = filename[: -len(orig_ext_suffix)] + new_ext_suffix
259 [cc, "-x", "c", "-std=c++14", "-"],
267 sys.stderr.write(
268 "Non-fatal exception:" + traceback.format_exc() + "\n"
273 # behavior in gcc and clang. The clang doesn't take --stdc++11
287 arg for arg in extra_postargs if "-std=c++" not in arg
291 arg for arg in extra_postargs if "-std=gnu99" not in arg
325 description = "gather dependencies for grpcio"
353 "src/python/grpcio/__pycache__/",
354 "src/python/grpcio/grpc/_cython/cygrpc.cpp",
355 "src/python/grpcio/grpc/_cython/*.so",
356 "src/python/grpcio/grpcio.egg-info/",