mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
img2pdf: disable tests
tests need ImageMagick6
This commit is contained in:
parent
378f110a88
commit
85bb5e91f6
1 changed files with 1 additions and 1 deletions
|
@ -5,10 +5,10 @@ revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-pikepdf python3-setuptools"
|
hostmakedepends="python3-pikepdf python3-setuptools"
|
||||||
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
|
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
|
||||||
checkdepends="colord exiftool ghostscript ImageMagick6 mupdf-tools netpbm poppler python3-numpy python3-pdfrw python3-pytest python3-scipy"
|
|
||||||
short_desc="Lossless conversion of raster images to PDF"
|
short_desc="Lossless conversion of raster images to PDF"
|
||||||
maintainer="Philipp David <pd@3b.pm>"
|
maintainer="Philipp David <pd@3b.pm>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
|
homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
|
||||||
distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
|
||||||
checksum=38a1229ca84b211d7782d1d65ad7251a9781bf24f6f6497c738c755fcfed5552
|
checksum=38a1229ca84b211d7782d1d65ad7251a9781bf24f6f6497c738c755fcfed5552
|
||||||
|
make_check=no # depends on ImageMagick6
|
||||||
|
|
Loading…
Add table
Reference in a new issue