Received: by mail.netbsd.org (Postfix, from userid 605) id 3DD8884DC3; Thu, 19 Dec 2019 22:22:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBF8D84D4E for ; Thu, 19 Dec 2019 22:22:13 +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 kz27rdhkW_ok for ; Thu, 19 Dec 2019 22:22:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E7BA84C2B for ; Thu, 19 Dec 2019 22:22:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C2F0FA97; Thu, 19 Dec 2019 22:22:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157679413311860" MIME-Version: 1.0 Date: Thu, 19 Dec 2019 22:22:13 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/print/py-weasyprint To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191219222213.1C2F0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157679413311860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Dec 19 22:22:13 UTC 2019 Modified Files: pkgsrc/print/py-weasyprint: Makefile Log Message: Add missing py-test-runner dependency. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/py-weasyprint/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157679413311860 Content-Disposition: inline Content-Length: 874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-weasyprint/Makefile diff -u pkgsrc/print/py-weasyprint/Makefile:1.24 pkgsrc/print/py-weasyprint/Makefile:1.25 --- pkgsrc/print/py-weasyprint/Makefile:1.24 Wed Oct 9 12:33:31 2019 +++ pkgsrc/print/py-weasyprint/Makefile Thu Dec 19 22:22:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/10/09 12:33:31 wiedi Exp $ +# $NetBSD: Makefile,v 1.25 2019/12/19 22:22:12 joerg Exp $ DISTNAME= WeasyPrint-50 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,6 +10,7 @@ HOMEPAGE= http://weasyprint.org/ COMMENT= Converts HTML/CSS documents to PDF LICENSE= modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner DEPENDS+= pango>=1.29.3:../../devel/pango DEPENDS+= ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg DEPENDS+= ${PYPKGPREFIX}-cairocffi>=0.9.0:../../graphics/py-cairocffi --_----------=_157679413311860--