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

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: Clarify comment. 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',
(...skipping 132 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