Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: bootstrap/deps.pyl

Issue 1097233002: Add libs to get information about or manipulate a buildbot master. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@timebrug
Patch Set: Address review comments, fix coverage. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | infra/libs/buildbot/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #vim: ft=python: 1 #vim: ft=python:
2 { 2 {
3 'wheel': { 3 'wheel': {
4 'version': '0.24.0', 4 'version': '0.24.0',
5 'build': '0', 5 'build': '0',
6 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz', 6 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
7 }, 7 },
8 8
9 'argcomplete': { 9 'argcomplete': {
10 'version': '0.8.0', 10 'version': '0.8.0',
11 'build': '0', 11 'build': '0',
12 'repo': 'external/github.com/kislyuk/argcomplete', 12 'repo': 'external/github.com/kislyuk/argcomplete',
13 'rev': 'a88dcaae3132003ae123d39a2cd9924113b8f985', 13 'rev': 'a88dcaae3132003ae123d39a2cd9924113b8f985',
14 'implicit': True, # Required by expect_tests 14 'implicit': True, # Required by expect_tests
15 }, 15 },
16 'beautifulsoup4': { 16 'beautifulsoup4': {
17 'version': '4.3.2', 17 'version': '4.3.2',
18 'build': '0', 18 'build': '0',
19 'repo': 'external/code.launchpad.net/beautifulsoup', 19 'repo': 'external/code.launchpad.net/beautifulsoup',
20 'rev': '372c827cb1d38e418163d6b3fa5f550bdc5a8ec7', 20 'rev': '372c827cb1d38e418163d6b3fa5f550bdc5a8ec7',
21 'implicit': True, # Required by WebTest 21 'implicit': True, # Required by WebTest
22 }, 22 },
23 'cffi': { 23 'cffi': {
24 'version': '0.9.0', 24 'version': '0.9.0',
25 'build': '1', 25 'build': '1',
ghost stip (do not use) 2015/04/27 23:42:18 these were from a rebase
26 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz', 26 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz',
27 'implicit': True, # Required by cryptography 27 'implicit': True, # Required by cryptography
28 }, 28 },
29 'coverage': { 29 'coverage': {
30 'version': '3.7.1', 30 'version': '3.7.1',
31 'build': '0', 31 'build': '0',
32 'repo': 'external/github.com/nedbat/coveragepy', 32 'repo': 'external/github.com/nedbat/coveragepy',
33 'rev': '8da39d5389c602bb838363563bd2e31ecbb53754', 33 'rev': '8da39d5389c602bb838363563bd2e31ecbb53754',
34 'implicit': True, # Required by expect_tests 34 'implicit': True, # Required by expect_tests
35 }, 35 },
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'version': '0.0.5', 143 'version': '0.0.5',
144 'build': '0', 144 'build': '0',
145 'gs': '108bdef1b3ca7050ff93c59e7ef7225c9c1a8b07.tar.gz', 145 'gs': '108bdef1b3ca7050ff93c59e7ef7225c9c1a8b07.tar.gz',
146 'implicit': True, # Required by oauth2client 146 'implicit': True, # Required by oauth2client
147 }, 147 },
148 'python_dateutil': { 148 'python_dateutil': {
149 'version': '1.5', 149 'version': '1.5',
150 'build': '0', 150 'build': '0',
151 'repo': 'external/code.launchpad.net/dateutil', 151 'repo': 'external/code.launchpad.net/dateutil',
152 'rev': '30af0028a6633dc415a6c41bf2f2a67bda9bb68a', 152 'rev': '30af0028a6633dc415a6c41bf2f2a67bda9bb68a',
153 # TODO(agable): Figure out if this is actually necessary. I think it's not.
154 }, 153 },
155 'psutil': { 154 'psutil': {
156 'version': '2.1.3', 155 'version': '2.1.3',
157 'build': '0', 156 'build': '0',
158 'gs': 'aae4725eb33cf56d4480bc60f50c147870d607ba.tar.gz' 157 'gs': 'aae4725eb33cf56d4480bc60f50c147870d607ba.tar.gz'
159 }, 158 },
160 'pycparser': { 159 'pycparser': {
161 'version': '2.10', 160 'version': '2.10',
162 'build': '0', 161 'build': '0',
163 'repo': 'external/github.com/eliben/pycparser', 162 'repo': 'external/github.com/eliben/pycparser',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851', 254 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851',
256 }, 255 },
257 'WebOb': { 256 'WebOb': {
258 'version': '1.4.1dev', 257 'version': '1.4.1dev',
259 'build': '0', 258 'build': '0',
260 'repo': 'external/github.com/Pylons/webob', 259 'repo': 'external/github.com/Pylons/webob',
261 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e', 260 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e',
262 # 'implicit': True, # Required by webtest 261 # 'implicit': True, # Required by webtest
263 }, 262 },
264 } 263 }
OLDNEW
« no previous file with comments | « no previous file | infra/libs/buildbot/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698