# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json name : img2pdf version : 0.6.3 release : 15 source : - https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-0.6.3.tar.gz : 219518020f5bd242bdc46493941ea3f756f664c2e86f2454721e74353f58cd95 homepage : https://gitlab.mister-muffin.de/josch/img2pdf license : LGPL-3.0-or-later component : multimedia.graphics summary : Losslessly convert raster images to PDF description: | Python 3 library and command line utility img2pdf for losslessly converting a bunch of image files into a PDF file. That means that the images are either inserted into the PDF as-is or they are recompressed using lossless compression. Thus, img2pdf usually runs faster and may yield smaller PDF files than an ImageMagick convert command. builddeps : - python-build - python-flit-core - python-installer - python-setuptools rundeps : - python-pikepdf build : | %python3_setup install : | %python3_install rm -f $installdir/usr/bin/img2pdf-gui