Lines Matching +full:grpcio +full:- +full:sys +full:-
7 # http://www.apache.org/licenses/LICENSE-2.0
24 import sys
60 A key-value pair included in the HTTP header. It is a
61 2-tuple where the first entry is the key and the
65 the key must end with '-bin', i.e.
66 ``('binary-metadata-bin', b'\\x00\\xFF')``
78 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported
82 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a
107 raise CommandError('{}\n\nCould not write grpcio bdist: {}'.format(
131 sys.path.append(src_dir)
133 '', '--force', '--full', '-H', metadata.name, '-A', metadata.author,
134 '-V', metadata.version, '-R', metadata.version, '-o',
151 description = 'build grpcio project metadata files'
201 sys.stderr.write('Cython-generated files are missing...\n')
206 sys.stderr.write('Found cython-generated files...\n')
216 mandatory: Whether or not having Cython-generated files is mandatory. If it
220 # Break import style to ensure we have access to Cython post-setup_requires
224 sys.stderr.write(
229 "Extensions have been poisoned due to missing Cython-generated code."
247 """Custom build_ext command to enable compiler-specific flags."""
250 'unix': ('-pthread',),
256 if "darwin" in sys.platform:
269 # Extension.define_macros configured in setup.py. Re-add the macro
283 sys.stdout.write(str(make_out) + '\n')
285 sys.stderr.write(str(make_err) + '\n')
312 description = 'gather dependencies for grpcio'