Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Jan 7, 2025
1 parent 5e6da54 commit 7e7e2fc
Showing 1 changed file with 26 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,36 +157,40 @@ default_component_specs = {
}
components = [
('bazel_features', '1.17.0', {
'sources': _sources_v
'checksums': [{'bazel_features-1.17.0.tar.gz': 'bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158'}],
'sources': _sources_v,
'checksums': [{'bazel_features-1.17.0.tar.gz':
'bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158'}],
}),
('rules_proto', '6.0.2', {
'checksums': [{'rules_proto-6.0.2.tar.gz': '6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295'}],
}),
('apple_support', '1.17.1', {
'sources': _sources_namedotversion
'checksums': [{'apple_support-1.17.1.tar.gz': 'b53f6491e742549f13866628ddffcc75d1f3b2d6987dc4f14a16b242113c890b'}],
'sources': _sources_namedotversion,
'checksums': [{'apple_support-1.17.1.tar.gz':
'b53f6491e742549f13866628ddffcc75d1f3b2d6987dc4f14a16b242113c890b'}],
}),
('toolchains_llvm', '1.2.0', {
'sources': _sources_nameminvversion
'checksums': [{'toolchains_llvm-1.2.0.tar.gz': 'e3fb6dc6b77eaf167cb2b0c410df95d09127cbe20547e5a329c771808a816ab4'}],
'sources': _sources_nameminvversion,
'checksums': [{'toolchains_llvm-1.2.0.tar.gz':
'e3fb6dc6b77eaf167cb2b0c410df95d09127cbe20547e5a329c771808a816ab4'}],
}),
('bazel-skylib', '1.7.1', {
'checksums': [{'bazel-skylib-1.7.1.tar.gz': 'e3fea03ff75a9821e84199466799ba560dbaebb299c655b5307f4df1e5970696'}],
'checksums': [{'bazel-skylib-1.7.1.tar.gz':
'e3fea03ff75a9821e84199466799ba560dbaebb299c655b5307f4df1e5970696'}],
}),
('platforms', '0.0.10', {
'sources': _sources_nameminversion
'sources': _sources_nameminversion,
'checksums': [{'platforms-0.0.10.tar.gz': '218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee'}],
}),
('rules_cc', '0.0.13', {
'sources': _sources_nameminversion
'sources': _sources_nameminversion,
'checksums': [{'rules_cc-0.0.13.tar.gz': 'd9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80'}],
}),
('protobuf', '28.2', {
'source_urls': [
"https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/protocolbuffers/protobuf/archive/"
],
'sources': _sources_v
'sources': _sources_v,
'checksums': [{'protobuf-28.2.tar.gz': 'b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db'}],
}),
('boringssl', '20220720', {
Expand All @@ -213,15 +217,16 @@ components = [
}),
('abseil-cpp', '20240722.0', {
'source_urls': ['https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/abseil/abseil-cpp/archive'],
'checksums': [{'abseil-cpp-20240722.0.tar.gz': 'f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3'}],
'checksums': [{'abseil-cpp-20240722.0.tar.gz':
'f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3'}],
}),
('json', '3.11.3', {
'source_urls': ['https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/nlohmann/json/archive'],
'sources': _sources_vzip
'sources': _sources_vzip,
'checksums': [{'json-3.11.3.zip': '04022b05d806eb5ff73023c280b68697d12b93e1b7267a0b22a1a39ec7578069'}],
}),
('half', '2.1.0', {
'sources': _sources_nameminversionzip
'sources': _sources_nameminversionzip,
'checksums': [{'half-2.1.0.zip': 'ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25'}],
}),
('BLAKE3', '1.5.4', {
Expand All @@ -231,7 +236,7 @@ components = [
'checksums': [{'BLAKE3-1.5.4.tar.gz': 'ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416'}],
}),
('re2', '2024-07-02', {
'sources': _sources_nameminversion
'sources': _sources_nameminversion,
'checksums': [{'re2-2024-07-02.tar.gz': 'eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b'}],
}),
('rules_pkg', '1.0.1', {
Expand All @@ -240,12 +245,12 @@ components = [
('tinyxml2', '10.0.0', {
'source_urls': [
'https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/leethomason/tinyxml2/archive/'
]
],
'checksums': [{'tinyxml2-10.0.0.tar.gz': '3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839'}],
}),
('c-blosc', '1.21.6', {
'source_urls': ['https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/Blosc/c-blosc/archive/'],
'sources': _sources_vzip
'sources': _sources_vzip,
'checksums': [{'c-blosc-1.21.6.zip': '1919c97d55023c04aa8771ea8235b63e9da3c22e3d2a68340b33710d19c2a2eb'}],
}),
('googleapis', '20240910', {
Expand All @@ -270,14 +275,14 @@ components = [
'source_urls': [
'https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/AOMediaCodec/libavif/archive'
],
'sources': _sources_v
'sources': _sources_v,
'checksums': [{'libavif-1.0.4.tar.gz': 'dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146'}],
}),
('libwebp', '1.4.0', {
'source_urls': [
'https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/webmproject/libwebp/archive'
],
'sources': _sources_v
'sources': _sources_v,
'checksums': [{'libwebp-1.4.0.tar.gz': '12af50c45530f0a292d39a88d952637e43fb2d4ab1883c44ae729840f7273381'}],
}),
('c-ares', '1.33.1', {
Expand All @@ -298,7 +303,8 @@ components = [
}),
('videolan-dav1d', '1.4.3', {
'source_urls': ['https://storage.googleapis.com/tensorstore-bazel-mirror/github.com/videolan/dav1d/archive'],
'checksums': [{'videolan-dav1d-1.4.3.tar.gz': '88a023e58d955e0886faf49c72940e0e90914a948a8e60c1326ce3e09e7a6099'}],
'checksums': [{'videolan-dav1d-1.4.3.tar.gz':
'88a023e58d955e0886faf49c72940e0e90914a948a8e60c1326ce3e09e7a6099'}],
}),
('libyuv', '20240925', {
'source_urls': [
Expand All @@ -316,7 +322,7 @@ components = [
'source_urls': [
'https://storage.googleapis.com/tensorstore-bazel-mirror/www.nasm.us/pub/%(name)s/releasebuilds/%(version)s'
],
'sources': _sources_nameminversionbz2
'sources': _sources_nameminversionbz2,
'checksums': [{'nasm-2.15.05.tar.bz2': '3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0'}],

}),
Expand Down

0 comments on commit 7e7e2fc

Please sign in to comment.