mirror of https://github.com/python/cpython
Use newer version of Pygments that handles "yield from".
This commit is contained in:
parent
a0346e56ac
commit
0472bc8709
|
@ -53,7 +53,7 @@ checkout:
|
|||
fi
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
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
|
||||
|
||||
update: clean checkout
|
||||
|
|
|
@ -37,7 +37,7 @@ goto end
|
|||
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/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
|
||||
|
||||
:update
|
||||
|
|
Loading…
Reference in New Issue