Lines Matching +full:- +full:- +full:base +full:- +full:artifacts +full:- +full:url
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
123 Instead of providing a URL of an archive of the current master branch,
125 for creating release artifacts).
141 archive_prefix = 'tink-{}'.format(tagged_version)
147 'master.zip', 'tink-master')
154 """Replaces the base paths in the local_repository() rules."""
227 # Ensure no artifacts from previous builds are reused (i.e. from builds
229 bazel_clean_argv = [self.bazel_command, 'clean', '--expunge']
234 '--compilation_mode=' + ('dbg' if self.debug else 'opt')
237 ext_bazel_bin_path = os.path.join('bazel-bin', ext.relpath,
263 url='https://github.com/google/tink',
264 description='A multi-language, cross-platform library that provides '
268 author_email='tink-users@googlegroups.com',