pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-img2pdf: Add *DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Sep 5 17:45:22 2026 +0200
Changeset:	f07ee23f75afc79765d6324edbd40116d51962e7

Modified Files:
	py-img2pdf/Makefile

Log Message:
py-img2pdf: Add *DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f07ee23f75afc79765d6324edbd40116d51962e7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-img2pdf/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/py-img2pdf/Makefile b/py-img2pdf/Makefile
index c14013f6ee..0202e6fedc 100644
--- a/py-img2pdf/Makefile
+++ b/py-img2pdf/Makefile
@@ -12,6 +12,10 @@ LICENSE=	gnu-lgpl-v3
 
 USE_TOOLS+=	pkg-config
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=	${PYPKGPREFIX}-pikepdf-[0-9]*:../../print/py-pikepdf
+
 REPLACE_PYTHON+=	src/img2pdf.py
 
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index