Received: by mail.netbsd.org (Postfix, from userid 605) id CA59E84D87; Tue, 12 Feb 2019 12:42:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5164984D82 for ; Tue, 12 Feb 2019 12:42:17 +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 jKDWayz89vIl for ; Tue, 12 Feb 2019 12:42:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C2A9184C81 for ; Tue, 12 Feb 2019 12:42:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCF47FB16; Tue, 12 Feb 2019 12:42:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549975336223690" MIME-Version: 1.0 Date: Tue, 12 Feb 2019 12:42:16 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/print/py-weasyprint To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20190212124216.BCF47FB16@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. --_----------=_1549975336223690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Tue Feb 12 12:42:16 UTC 2019 Modified Files: pkgsrc/print/py-weasyprint: Makefile distinfo pkgsrc/print/py-weasyprint/patches: patch-setup.cfg Log Message: py-weasyprint: Fix substituted variable that slipped through in 44nb1. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/py-weasyprint/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/py-weasyprint/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-weasyprint/patches/patch-setup.cfg Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549975336223690 Content-Disposition: inline Content-Length: 2428 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.19 pkgsrc/print/py-weasyprint/Makefile:1.20 --- pkgsrc/print/py-weasyprint/Makefile:1.19 Tue Feb 12 12:00:39 2019 +++ pkgsrc/print/py-weasyprint/Makefile Tue Feb 12 12:42:16 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2019/02/12 12:00:39 kleink Exp $ +# $NetBSD: Makefile,v 1.20 2019/02/12 12:42:16 kleink Exp $ DISTNAME= WeasyPrint-44 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/} Index: pkgsrc/print/py-weasyprint/distinfo diff -u pkgsrc/print/py-weasyprint/distinfo:1.16 pkgsrc/print/py-weasyprint/distinfo:1.17 --- pkgsrc/print/py-weasyprint/distinfo:1.16 Tue Feb 12 12:00:39 2019 +++ pkgsrc/print/py-weasyprint/distinfo Tue Feb 12 12:42:16 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2019/02/12 12:00:39 kleink Exp $ +$NetBSD: distinfo,v 1.17 2019/02/12 12:42:16 kleink Exp $ SHA1 (WeasyPrint-44.tar.gz) = 787016a96c1c86754b833cb8d518227195ad5f5a RMD160 (WeasyPrint-44.tar.gz) = 7e91d5ad5cfbf8b8d180f50fa8b86409163cbf2f SHA512 (WeasyPrint-44.tar.gz) = f6e99f45aba99e4d37f508e0c58422e676256481d855daaee9290b62a8fa06e6254e76af221a40524084338f348dcab2f2e916d2261455288b5782a4ea47d72a Size (WeasyPrint-44.tar.gz) = 315841 bytes -SHA1 (patch-setup.cfg) = bc1a2f2ed2ea3637744e1d341988d9dc4bc420dd +SHA1 (patch-setup.cfg) = 7612a8e1562434823d102ffcf92933ae2ebd0950 Index: pkgsrc/print/py-weasyprint/patches/patch-setup.cfg diff -u pkgsrc/print/py-weasyprint/patches/patch-setup.cfg:1.2 pkgsrc/print/py-weasyprint/patches/patch-setup.cfg:1.3 --- pkgsrc/print/py-weasyprint/patches/patch-setup.cfg:1.2 Tue Feb 12 12:00:39 2019 +++ pkgsrc/print/py-weasyprint/patches/patch-setup.cfg Tue Feb 12 12:42:16 2019 @@ -1,4 +1,4 @@ -$NetBSD: patch-setup.cfg,v 1.2 2019/02/12 12:00:39 kleink Exp $ +$NetBSD: patch-setup.cfg,v 1.3 2019/02/12 12:42:16 kleink Exp $ Adjust license/license_file for setuptools >= 40.7.0. Adjust script path to allow multiple Python version installs. @@ -20,7 +20,7 @@ Adjust script path to allow multiple Pyt [options.entry_points] -console-scripts = weasyprint = weasyprint.__main__:main -+console-scripts = weasyprint3.7 = weasyprint.__main__:main ++console-scripts = weasyprint@PYVERSSUFFIX@ = weasyprint.__main__:main [options.package_data] weasyprint = VERSION --_----------=_1549975336223690--