OLD | NEW |
1 This directory contains sources from other projects. | 1 This directory contains sources from other projects. |
2 | 2 |
3 Code in this directory must document the license under which the source is being
| 3 Code in this directory must document the license under which the source is being
|
4 used. If the source itself does not include a license header or file, create | 4 used. If the source itself does not include a license header or file, create |
5 an entry in this file that refers to reliable documentation of the project's | 5 an entry in this file that refers to reliable documentation of the project's |
6 license terms on the web (and add a note pointing here in the README file in | 6 license terms on the web (and add a note pointing here in the README file in |
7 that directory). | 7 that directory). |
8 | 8 |
| 9 Name: autopep8 |
| 10 Short Name: autopep8 |
| 11 URL: https://pypi.python.org/packages/source/a/autopep8/autopep8-1.0.3.tar.gz#md
5=7c16d385cf9ad7c1d7fbcfcea2588a56 |
| 12 Version: 1.0.3 |
| 13 License: MIT |
| 14 License File: NOT_SHIPPED |
| 15 Security Critical: no |
| 16 Description: Used to reformat python code via format-webkitpy |
| 17 Local Modifications: None |
| 18 |
9 Name: BeautifulSoup - HTML parser | 19 Name: BeautifulSoup - HTML parser |
10 Short Name: BeautifulSoup | 20 Short Name: BeautifulSoup |
11 URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2
.1.tar.gz (?) | 21 URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2
.1.tar.gz (?) |
12 Version: 3.2 | 22 Version: 3.2 |
13 License: MIT | 23 License: MIT |
14 License File: NOT_SHIPPED | 24 License File: NOT_SHIPPED |
15 Security Critical: no | 25 Security Critical: no |
16 Description: Used during the w3c import, other places | 26 Description: Used during the w3c import, other places |
17 Local Modifications: None | 27 Local Modifications: None |
18 | 28 |
(...skipping 22 matching lines...) Expand all Loading... |
41 URL: https://code.google.com/p/pywebsocket/ | 51 URL: https://code.google.com/p/pywebsocket/ |
42 Version: 0.7.9 (?) | 52 Version: 0.7.9 (?) |
43 License: BSD | 53 License: BSD |
44 License File: NOT_SHIPPED | 54 License File: NOT_SHIPPED |
45 Security Critical: no | 55 Security Critical: no |
46 Description: used by run-webkit-tests and run-webkit-httpd to test web sockets | 56 Description: used by run-webkit-tests and run-webkit-httpd to test web sockets |
47 Local Modifications: None | 57 Local Modifications: None |
48 | 58 |
49 Name: pep8 - A Python style guide checker | 59 Name: pep8 - A Python style guide checker |
50 Short Name: pep8 | 60 Short Name: pep8 |
51 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818
af9979290cd619cce8e9c2e2b | 61 URL: https://pypi.python.org/packages/source/p/pep8/pep8-1.5.7.tar.gz#md5=f6adbd
d69365ecca20513c709f9b7c93 |
52 Version: 0.5.0 | 62 Version: 1.5.7 |
53 License: MIT | 63 License: MIT |
54 License File: NOT_SHIPPED | 64 License File: NOT_SHIPPED |
55 Security Critical: no | 65 Security Critical: no |
56 Description: Used during presubmit checks and via lint-webkitpy. There is | 66 Description: Used during presubmit checks and via lint-webkitpy and format-webki
tpy. There is |
57 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic | 67 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic |
58 issues that pylint doesn't (e.g., warning about blank lines, various whi
tespace issues, etc.). | 68 issues that pylint doesn't (e.g., warning about blank lines, various whi
tespace issues, etc.). |
59 Local Modifications: None | 69 Local Modifications: None |
OLD | NEW |