Package: pymupdf / 1.17.4+ds1-2

Metadata

Package Version Patches format
pymupdf 1.17.4+ds1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs | (download)

docs/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] prevent docs build warnings

libs | (download)

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

 link shared library with additional libs


fiximport | (download)

fitz/__init__.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add additional import statement as otherwise you'd get:
 Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "[...]/src/fitz/__init__.py", line 3, in <module>
     from fitz.fitz import *
 ModuleNotFoundError: No module named 'fitz.fitz'


non linux | (download)

setup.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix imports and shared libs for non-linux platforms