blob: f78fac4cc2e67e35fa8ab3d42eb31e7100d06dd8 [file] [log] [blame]
Name: Python-Markdown
URL: https://files.pythonhosted.org/packages/85/7e/133e943e97a943d2f1d8bae0c5060f8ac50e6691754eb9dbe036b047a9bb/Markdown-3.4.1.tar.gz
Version: 3.4.1
Revision: None
Security Critical: no
License: BSD
License File: NOT_SHIPPED
Description:
Python-Markdown is a pure Python parser for Markdown.
//tools/md_browser uses it to provide a local previewer for our
Markdown-based documentation.
This code is not considered security critical since it is only used by
developer utilities. This should never be linked into chrome or any production
code.
To update this, do something roughly along the lines of:
cd ..
wget $URL # A newer version of the above URL
tar xvzf Markdown-$VERSION.tar.gz
cd Markdown-$VERSION
rm -fr setup.py setup.cfg makefile MANIFEST.in PKG-INFO Markdown.egg-info \
pyproject.toml tests doc-requirements.txt docs mkdocs.yml INSTALL.md
cp ../README.chromium ./
# update the version numbers in README.chromium
cd ../
rm -fr markdown/
mv Markdown-$VERSION/* ./