Package: pygments / 2.18.0+dfsg-2

Metadata

Package Version Patches format
pygments 2.18.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 docs moved to python pygments doc binary package.patch | (download)

doc/pygmentize.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 docs: moved to python-pygments-doc binary package

0002 pygments.bashcomp Remove hashbang within bash comple.patch | (download)

external/pygments.bashcomp | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 pygments.bashcomp: remove hashbang within bash-completion

This completion script isn't needing any hashbang as it's not intended
to get executed directly.

0003 Disable lexer examples in documentation.patch | (download)

pygments/sphinxext.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable lexer examples in documentation

We strip tests/examplefiles from the source for licensing reasons.
Disable the code that attempts to include these in documentation.