Received: by mail.netbsd.org (Postfix, from userid 605) id 7434B84D26; Sat, 6 Feb 2021 08:29:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACD9C84D1C for ; Sat, 6 Feb 2021 08:29:19 +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 qdKW_i4Ig0T4 for ; Sat, 6 Feb 2021 08:29:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23F8984D15 for ; Sat, 6 Feb 2021 08:29:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17F22FA95; Sat, 6 Feb 2021 08:29:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612600159118990" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 08:29:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-mercurial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210206082919.17F22FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612600159118990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 6 08:29:19 UTC 2021 Modified Files: pkgsrc/devel/py-mercurial: PLIST Log Message: py-mercurial: fix PLIST for python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-mercurial/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612600159118990 Content-Disposition: inline Content-Length: 2301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-mercurial/PLIST diff -u pkgsrc/devel/py-mercurial/PLIST:1.32 pkgsrc/devel/py-mercurial/PLIST:1.33 --- pkgsrc/devel/py-mercurial/PLIST:1.32 Thu Feb 4 23:15:33 2021 +++ pkgsrc/devel/py-mercurial/PLIST Sat Feb 6 08:29:18 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2021/02/04 23:15:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.33 2021/02/06 08:29:18 wiz Exp $ bin/hg ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/hgdemandimport/__init__.py @@ -173,24 +173,24 @@ ${PYSITELIB}/hgext/fsmonitor/state.pyo ${PYSITELIB}/hgext/fsmonitor/watchmanclient.py ${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyc ${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyo -${PYSITELIB}/hgext/git/__init__.py -${PYSITELIB}/hgext/git/__init__.pyc -${PYSITELIB}/hgext/git/__init__.pyo -${PYSITELIB}/hgext/git/dirstate.py -${PYSITELIB}/hgext/git/dirstate.pyc -${PYSITELIB}/hgext/git/dirstate.pyo -${PYSITELIB}/hgext/git/gitlog.py -${PYSITELIB}/hgext/git/gitlog.pyc -${PYSITELIB}/hgext/git/gitlog.pyo -${PYSITELIB}/hgext/git/gitutil.py -${PYSITELIB}/hgext/git/gitutil.pyc -${PYSITELIB}/hgext/git/gitutil.pyo -${PYSITELIB}/hgext/git/index.py -${PYSITELIB}/hgext/git/index.pyc -${PYSITELIB}/hgext/git/index.pyo -${PYSITELIB}/hgext/git/manifest.py -${PYSITELIB}/hgext/git/manifest.pyc -${PYSITELIB}/hgext/git/manifest.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/__init__.py +${PLIST.py3x}${PYSITELIB}/hgext/git/__init__.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/__init__.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/dirstate.py +${PLIST.py3x}${PYSITELIB}/hgext/git/dirstate.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/dirstate.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/gitlog.py +${PLIST.py3x}${PYSITELIB}/hgext/git/gitlog.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/gitlog.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/gitutil.py +${PLIST.py3x}${PYSITELIB}/hgext/git/gitutil.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/gitutil.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/index.py +${PLIST.py3x}${PYSITELIB}/hgext/git/index.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/index.pyo +${PLIST.py3x}${PYSITELIB}/hgext/git/manifest.py +${PLIST.py3x}${PYSITELIB}/hgext/git/manifest.pyc +${PLIST.py3x}${PYSITELIB}/hgext/git/manifest.pyo ${PYSITELIB}/hgext/githelp.py ${PYSITELIB}/hgext/githelp.pyc ${PYSITELIB}/hgext/githelp.pyo --_----------=_1612600159118990--