Commit 20a33b1c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated MarkupSafe to 2.0.1

parent 09ea5fd6
all:
tar xf MarkupSafe-1.1.1.tar.gz
cd MarkupSafe-1.1.1 && python3 setup.py build
cd MarkupSafe-1.1.1 && python3 setup.py install --optimize=1
rm -rf MarkupSafe-1.1.1
tar xf MarkupSafe-2.0.1.tar.gz
cd MarkupSafe-2.0.1 && python3 setup.py build
cd MarkupSafe-2.0.1 && python3 setup.py install --optimize=1
rm -rf MarkupSafe-2.0.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment