Package: pyx3 / 0.15-3+deb11u1

Metadata

Package Version Patches format
pyx3 0.15-3+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sphinx no eager only.patch | (download)

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

 remove unpackaged sphinx extension from config
manual pythonpath.patch | (download)

manual/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add back module to pythonpath for building manual
sphinx local mathjax.patch | (download)

manual/conf.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 switch to local mathjax for documentation
add shebang examples.patch | (download)

examples/graphs/join.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add missing shebang to example

setup.cfg.patch | (download)

setup.cfg | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 include c extensions when building.
pyxrc.patch | (download)

pyx/data/pyxrc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use the texipc system for extracting dvis
pyxrc load.patch | (download)

pyx/config.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include /etc/pyxrc in the list of config files read
createlfs no foiltex.patch | (download)

pyx/data/lfs/createlfs.py | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 don't generate font details using foiltex
reproducible timestamps.patch | (download)

pyx/pdfwriter.py | 22 14 + 8 - 0 !
pyx/pswriter.py | 8 6 + 2 - 0 !
2 files changed, 20 insertions(+), 10 deletions(-)

 honour source_date_epoch
 Honour the SOURCE_DATE_EPOCH environment variable to get reproducible
 timestamps if it is set.
 See https://reproducible-builds.org/specs/source-date-epoch/
reproducible image name.patch | (download)

pyx/bitmap.py | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 reproducible image name
 Use data hash instead of memory address to build internal image names,
 to get a reproducible result.
reproducible elements.patch | (download)

pyx/graph/graph.py | 6 3 + 3 - 0 !
pyx/pdfwriter.py | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 sort elements in the pdf output to make it reproducible.
texlive2020 horiz alignment.patch | (download)

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

 [patch] make alignment work with texlive 2020

The LaTeX shipout macro has recently been changed in unboxing and
reboxing the content. This resulted in a misplacment in vertical
direction by ignoring that PyX sets the height to zero.

This bug has been reported by Thomas Bending.