OLD | NEW |
| (Empty) |
1 Name: Python-Markdown | |
2 URL: https://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.2.tar.gz#md
5=256d19afcc564dc4ce4c229bb762f7ae | |
3 Version: 2.6.2 | |
4 Revision: None | |
5 Security Critical: no | |
6 License: BSD | |
7 License File: NOT_SHIPPED | |
8 | |
9 Description: | |
10 | |
11 Python-Markdown is a pure Python parser for Markdown. | |
12 | |
13 //tools/md_browser uses it to provide a local previewer for our | |
14 Markdown-based documentation. | |
15 | |
16 This code is not considered security critical since it is only used by | |
17 developer utilities. This should never be linked into chrome or any production | |
18 code. | |
19 | |
20 To update this, do something roughly along the lines of: | |
21 | |
22 cd .. | |
23 wget $URL # A newer version of the above URL | |
24 tar xvzf Markdown-$VERSION.tar.gz | |
25 cd Markdown-$VERSION | |
26 rm -fr bin docs INSTALL.md makefile MANIFEST PKG-INFO \ | |
27 run-tests.py setup.py tests tox.ini | |
28 cp ../Python-Markdown/README.chromium . | |
29 | |
30 # update the version numbers in README.chromium | |
31 | |
32 cd .. | |
33 rm -fr Python-Markdown | |
34 mv Markdown-$VERSION Python-Markdown | |
OLD | NEW |