Received: by mail.netbsd.org (Postfix, from userid 605) id 02F6584E91; Wed, 22 Jun 2022 01:24:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D2FF84E6F for ; Wed, 22 Jun 2022 01:24:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Lj_GJB6pYyfQ for ; Wed, 22 Jun 2022 01:24:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 921D884C2C for ; Wed, 22 Jun 2022 01:24:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25FC9FB1A; Wed, 22 Jun 2022 01:26:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655861196126480" MIME-Version: 1.0 Date: Wed, 22 Jun 2022 01:26:36 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/print/py-xhtml2pdf To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20220622012636.25FC9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655861196126480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Jun 22 01:26:36 UTC 2022 Modified Files: pkgsrc/print/py-xhtml2pdf: Makefile Log Message: Unrestrict Python version as reportlab is no longer restricted To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-xhtml2pdf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1655861196126480 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-xhtml2pdf/Makefile diff -u pkgsrc/print/py-xhtml2pdf/Makefile:1.3 pkgsrc/print/py-xhtml2pdf/Makefile:1.4 --- pkgsrc/print/py-xhtml2pdf/Makefile:1.3 Wed Jan 5 15:41:19 2022 +++ pkgsrc/print/py-xhtml2pdf/Makefile Wed Jun 22 01:26:35 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/01/05 15:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/06/22 01:26:35 joerg Exp $ DISTNAME= xhtml2pdf-0.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,9 +20,6 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab>=3.3. DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six USE_LANGUAGES= # none - -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyphen - USE_PKG_RESOURCES= yes post-install: --_----------=_1655861196126480--