mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Use newer version of Pygments that handles "yield from".
This commit is contained in:
parent
a0346e56ac
commit
0472bc8709
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ checkout:
|
||||||
fi
|
fi
|
||||||
@if [ ! -d tools/pygments ]; then \
|
@if [ ! -d tools/pygments ]; then \
|
||||||
echo "Checking out Pygments..."; \
|
echo "Checking out Pygments..."; \
|
||||||
svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
|
svn checkout $(SVNROOT)/external/Pygments-1.5dev-20120930/pygments tools/pygments; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update: clean checkout
|
update: clean checkout
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ goto end
|
||||||
svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
|
svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
|
||||||
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
|
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
|
||||||
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
|
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
|
||||||
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
|
svn co %SVNROOT%/external/Pygments-1.5dev-20120930/pygments tools/pygments
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:update
|
:update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue