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

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/README.chromium

Issue 478553002: Remove thirdparty/unittest2 from webkitpy and require python2.7. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
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: BeautifulSoup - HTML parser 9 Name: BeautifulSoup - HTML parser
10 Short Name: BeautifulSoup 10 Short Name: BeautifulSoup
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Name: mod_pywebsocket 49 Name: mod_pywebsocket
50 Short Name: mod_pywebsocket 50 Short Name: mod_pywebsocket
51 URL: https://code.google.com/p/pywebsocket/ 51 URL: https://code.google.com/p/pywebsocket/
52 Version: 0.7.9 (?) 52 Version: 0.7.9 (?)
53 License: BSD 53 License: BSD
54 License File: NOT_SHIPPED 54 License File: NOT_SHIPPED
55 Security Critical: no 55 Security Critical: no
56 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
57 Local Modifications: None 57 Local Modifications: None
58 58
59 Name: ordereddict
60 Short Name: ordereddict
61 URL: http://code.activestate.com/recipes/576669/
62 Version: ?
63 Date Modified: 2012-06-07
64 License: BSD (?)
65 License File: NOT_SHIPPED
66 Security Critical: no
67 Description: A backport of the OrderedDict implementation from Python 2.7
68 Local Modifications: None (?)
69
70 Name: pep8 - A Python style guide checker 59 Name: pep8 - A Python style guide checker
71 Short Name: pep8 60 Short Name: pep8
72 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b 61 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b
73 Version: 0.5.0 62 Version: 0.5.0
74 License: MIT 63 License: MIT
75 License File: NOT_SHIPPED 64 License File: NOT_SHIPPED
76 Security Critical: no 65 Security Critical: no
77 Description: Used during presubmit checks and via lint-webkitpy. There is 66 Description: Used during presubmit checks and via lint-webkitpy. There is
78 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
79 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.).
80 Local Modifications: None 69 Local Modifications: None
81
82 Name: unittest2 - A backport of python 2.7 unittest module for Python 2.6.
83 Short Name: unittest2
84 URL: http://pypi.python.org/packages/source/u/unittest2/unittest2-0.5.1.tar.gz#m d5=a0af5cac92bbbfa0c3b0e99571390e0f
85 Version: 0.5.1
86 License: ASL
87 License File: NOT_SHIPPED
88 Security Critical: no
89 Description: Used for all of the unit tests for webkitpy.
90 Local Modifications: Deleted unittest2/test/ to save space.
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/test/skip_unittest.py ('k') | Tools/Scripts/webkitpy/thirdparty/ordered_dict.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698