Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 043F21A923B for ; Mon, 7 Feb 2022 00:11:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C4AC84E80; Mon, 7 Feb 2022 00:11:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFDC384E76 for ; Mon, 7 Feb 2022 00:09:59 +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 4ItLZpWGTDxm for ; Mon, 7 Feb 2022 00:09:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5020D84CBC for ; Mon, 7 Feb 2022 00:09:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48B8AFAEB; Mon, 7 Feb 2022 00:09:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644192599279960" MIME-Version: 1.0 Date: Mon, 7 Feb 2022 00:09:59 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220207000959.48B8AFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644192599279960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Feb 7 00:09:59 UTC 2022 Modified Files: pkgsrc/textproc/py-lxml: Makefile Log Message: py-lxml: update a comment To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/py-lxml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644192599279960 Content-Disposition: inline Content-Length: 836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-lxml/Makefile diff -u pkgsrc/textproc/py-lxml/Makefile:1.81 pkgsrc/textproc/py-lxml/Makefile:1.82 --- pkgsrc/textproc/py-lxml/Makefile:1.81 Fri Feb 4 15:18:18 2022 +++ pkgsrc/textproc/py-lxml/Makefile Mon Feb 7 00:09:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2022/02/04 15:18:18 hauke Exp $ +# $NetBSD: Makefile,v 1.82 2022/02/07 00:09:59 gutteridge Exp $ DISTNAME= lxml-4.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,8 @@ HOMEPAGE= https://lxml.de/ COMMENT= Python binding for libxml2 and libxslt LICENSE= modified-bsd -# Path too long for libarchive tar? +# Path too long for nbtar (pax-as-tar)? +# See pkg/56688: nbtar (archivers/pax) silently drops files EXTRACT_USING= gtar TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree --_----------=_1644192599279960--