Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD4B484D05 for ; Wed, 30 Aug 2023 19:18:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id U_mdXvTM48dL for ; Wed, 30 Aug 2023 19:18:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BE4184CD7 for ; Wed, 30 Aug 2023 19:18:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1501AFBDB; Wed, 30 Aug 2023 19:18:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693423118281060" MIME-Version: 1.0 Date: Wed, 30 Aug 2023 19:18:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-Willow To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230830191838.1501AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693423118281060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 30 19:18:38 UTC 2023 Modified Files: pkgsrc/graphics/py-Willow: Makefile Log Message: py-Willow: needs flit_core To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-Willow/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693423118281060 Content-Disposition: inline Content-Length: 843 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-Willow/Makefile diff -u pkgsrc/graphics/py-Willow/Makefile:1.16 pkgsrc/graphics/py-Willow/Makefile:1.17 --- pkgsrc/graphics/py-Willow/Makefile:1.16 Sun Aug 27 03:38:59 2023 +++ pkgsrc/graphics/py-Willow/Makefile Wed Aug 30 19:18:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/08/27 03:38:59 adam Exp $ +# $NetBSD: Makefile,v 1.17 2023/08/30 19:18:37 adam Exp $ DISTNAME= willow-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^w/W/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/wagtail/Wil COMMENT= Wrapper library for Pillow, OpenCV and Wand LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7:../../textproc/py-defusedxml DEPENDS+= ${PYPKGPREFIX}-filetype>=1.1.1:../../sysutils/py-filetype # heif --_----------=_1693423118281060--