pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-mercurial



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.

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



Home | Main Index | Thread Index | Old Index