git: 42ac413c8c8a - main - graphics/py-img2pdf: Convert to USES=magick
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 11:11:22 UTC
The branch main has been updated by zirias:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42ac413c8c8a8f900eefab5c30506748cea183f7
commit 42ac413c8c8a8f900eefab5c30506748cea183f7
Author: Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-04-16 14:20:13 +0000
Commit: Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-04-30 11:10:41 +0000
graphics/py-img2pdf: Convert to USES=magick
Approved by: kai (maintainer), tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D39605
---
graphics/py-img2pdf/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/py-img2pdf/Makefile b/graphics/py-img2pdf/Makefile
index fb176c38a930..118eb983c413 100644
--- a/graphics/py-img2pdf/Makefile
+++ b/graphics/py-img2pdf/Makefile
@@ -17,12 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pikepdf>0:textproc/py-pikepdf@${PY_FLAVOR} \
TEST_DEPENDS= ${PY_NUMPY} \
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
- convert:graphics/ImageMagick6 \
exiftool:graphics/p5-Image-ExifTool \
jpegtopnm:graphics/netpbm \
pdftocairo:graphics/poppler-utils
-USES= python:3.5+ shebangfix
+USES= python:3.5+ shebangfix magick:6,test
USE_PYTHON= autoplist concurrent distutils pytest
# Some tests fail, see following link for more info:
# https://gitlab.mister-muffin.de/josch/img2pdf/issues/152