Lines Matching +full:cross +full:- +full:spawn
7 # http://www.apache.org/licenses/LICENSE-2.0
46 return version_line.split(' = ')[-1].strip('\n \'"')
87 protoc_args = [protoc, '-I.', '--python_out=.', source]
103 When installing the sdist, e.g., with `pip install tink --no-binary` or
104 `python3 -m pip install -v path/to/sdist.tar.gz`, setuptools unpacks the
141 archive_prefix = 'tink-{}'.format(tagged_version)
147 'master.zip', 'tink-master')
229 bazel_clean_argv = [self.bazel_command, 'clean', '--expunge']
230 self.spawn(bazel_clean_argv)
234 '--compilation_mode=' + ('dbg' if self.debug else 'opt')
236 self.spawn(bazel_argv)
237 ext_bazel_bin_path = os.path.join('bazel-bin', ext.relpath,
264 description='A multi-language, cross-platform library that provides '
268 author_email='tink-users@googlegroups.com',