Received: by mail.netbsd.org (Postfix, from userid 605) id D53B184D61; Thu, 9 Sep 2021 11:38:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CFCE84CE1 for ; Thu, 9 Sep 2021 11:38:07 +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 gjWOsueXXzBj for ; Thu, 9 Sep 2021 11:38:04 +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 DB15F84C86 for ; Thu, 9 Sep 2021 11:38:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CED66FA97; Thu, 9 Sep 2021 11:38:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631187484230100" MIME-Version: 1.0 Date: Thu, 9 Sep 2021 11:38:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/shells/xonsh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210909113804.CED66FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631187484230100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Sep 9 11:38:04 UTC 2021 Modified Files: pkgsrc/shells/xonsh: Makefile PLIST distinfo Log Message: xonsh: Update to 0.10.1 Seems to help with Python 3.9 problems seen on pkgsrc-users To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/xonsh/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/xonsh/PLIST \ pkgsrc/shells/xonsh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631187484230100 Content-Disposition: inline Content-Length: 30094 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/xonsh/Makefile diff -u pkgsrc/shells/xonsh/Makefile:1.7 pkgsrc/shells/xonsh/Makefile:1.8 --- pkgsrc/shells/xonsh/Makefile:1.7 Thu Jun 10 07:34:52 2021 +++ pkgsrc/shells/xonsh/Makefile Thu Sep 9 11:38:04 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/06/10 07:34:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/09 11:38:04 nia Exp $ -DISTNAME= xonsh-0.8.8 -PKGREVISION= 2 +DISTNAME= xonsh-0.10.1 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_GITHUB:=xonsh/} @@ -14,8 +13,12 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Linux" +DEPENDS+= ${PYPKGPREFIX}-distro-[0-9]*:../../devel/py-distro +.endif DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit +DEPENDS+= ${PYPKGPREFIX}-pyperclip-[0-9]*:../../x11/py-pyperclip DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments PKG_SHELL= ${PREFIX}/bin/xon.sh @@ -23,7 +26,7 @@ PKG_SHELL+= ${PREFIX}/bin/xonsh SUBST_CLASSES+= xonsh SUBST_STAGE.xonsh= pre-configure -SUBST_FILES.xonsh= scripts/xon.sh scripts/xonsh scripts/xonsh-cat +SUBST_FILES.xonsh= scripts/xon.sh SUBST_SED.xonsh= -e 's,python3,${PYTHONBIN},' .include "../../lang/python/egg.mk" Index: pkgsrc/shells/xonsh/PLIST diff -u pkgsrc/shells/xonsh/PLIST:1.2 pkgsrc/shells/xonsh/PLIST:1.3 --- pkgsrc/shells/xonsh/PLIST:1.2 Tue Jan 15 10:18:43 2019 +++ pkgsrc/shells/xonsh/PLIST Thu Sep 9 11:38:04 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/01/15 10:18:43 nonaka Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/09/09 11:38:04 nia Exp $ bin/xon.sh bin/xonsh bin/xonsh-cat @@ -9,397 +9,476 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/xonsh/__amalgam__.py -${PYSITELIB}/xonsh/__init__.py -${PYSITELIB}/xonsh/__main__.py -${PYSITELIB}/xonsh/__amalgam__.pyo ${PYSITELIB}/xonsh/__amalgam__.pyc -${PYSITELIB}/xonsh/__init__.pyo +${PYSITELIB}/xonsh/__amalgam__.pyo +${PYSITELIB}/xonsh/__init__.py ${PYSITELIB}/xonsh/__init__.pyc -${PYSITELIB}/xonsh/__main__.pyo +${PYSITELIB}/xonsh/__init__.pyo +${PYSITELIB}/xonsh/__main__.py ${PYSITELIB}/xonsh/__main__.pyc -${PYSITELIB}/xonsh/aliases.pyo -${PYSITELIB}/xonsh/aliases.pyc -${PYSITELIB}/xonsh/ansi_colors.pyo -${PYSITELIB}/xonsh/ansi_colors.pyc -${PYSITELIB}/xonsh/ast.pyo -${PYSITELIB}/xonsh/ast.pyc -${PYSITELIB}/xonsh/base_shell.pyo -${PYSITELIB}/xonsh/base_shell.pyc -${PYSITELIB}/xonsh/built_ins.pyo -${PYSITELIB}/xonsh/built_ins.pyc -${PYSITELIB}/xonsh/codecache.pyo -${PYSITELIB}/xonsh/codecache.pyc -${PYSITELIB}/xonsh/color_tools.pyo -${PYSITELIB}/xonsh/color_tools.pyc -${PYSITELIB}/xonsh/commands_cache.pyo -${PYSITELIB}/xonsh/commands_cache.pyc -${PYSITELIB}/xonsh/completer.pyo -${PYSITELIB}/xonsh/completer.pyc -${PYSITELIB}/xonsh/contexts.pyo -${PYSITELIB}/xonsh/contexts.pyc -${PYSITELIB}/xonsh/diff_history.pyo -${PYSITELIB}/xonsh/diff_history.pyc -${PYSITELIB}/xonsh/dirstack.pyo -${PYSITELIB}/xonsh/dirstack.pyc -${PYSITELIB}/xonsh/dumb_shell.pyo -${PYSITELIB}/xonsh/dumb_shell.pyc -${PYSITELIB}/xonsh/environ.pyo -${PYSITELIB}/xonsh/environ.pyc -${PYSITELIB}/xonsh/events.pyo -${PYSITELIB}/xonsh/events.pyc -${PYSITELIB}/xonsh/execer.pyo -${PYSITELIB}/xonsh/execer.pyc -${PYSITELIB}/xonsh/foreign_shells.pyo -${PYSITELIB}/xonsh/foreign_shells.pyc -${PYSITELIB}/xonsh/fs.pyo -${PYSITELIB}/xonsh/fs.pyc -${PYSITELIB}/xonsh/imphooks.pyo -${PYSITELIB}/xonsh/imphooks.pyc -${PYSITELIB}/xonsh/inspectors.pyo -${PYSITELIB}/xonsh/inspectors.pyc -${PYSITELIB}/xonsh/jobs.pyo -${PYSITELIB}/xonsh/jobs.pyc -${PYSITELIB}/xonsh/jsonutils.pyo -${PYSITELIB}/xonsh/jsonutils.pyc -${PYSITELIB}/xonsh/jupyter_kernel.pyo -${PYSITELIB}/xonsh/jupyter_kernel.pyc -${PYSITELIB}/xonsh/jupyter_shell.pyo -${PYSITELIB}/xonsh/jupyter_shell.pyc -${PYSITELIB}/xonsh/lazyasd.pyo -${PYSITELIB}/xonsh/lazyasd.pyc -${PYSITELIB}/xonsh/lazyimps.pyo -${PYSITELIB}/xonsh/lazyimps.pyc -${PYSITELIB}/xonsh/lazyjson.pyo -${PYSITELIB}/xonsh/lazyjson.pyc -${PYSITELIB}/xonsh/lexer.pyo -${PYSITELIB}/xonsh/lexer.pyc -${PYSITELIB}/xonsh/macutils.pyo -${PYSITELIB}/xonsh/macutils.pyc -${PYSITELIB}/xonsh/main.pyo -${PYSITELIB}/xonsh/main.pyc -${PYSITELIB}/xonsh/openpy.pyo -${PYSITELIB}/xonsh/openpy.pyc -${PYSITELIB}/xonsh/parser.pyo -${PYSITELIB}/xonsh/parser.pyc -${PYSITELIB}/xonsh/parser_table.pyo -${PYSITELIB}/xonsh/parser_table.pyc -${PYSITELIB}/xonsh/platform.pyo -${PYSITELIB}/xonsh/platform.pyc -${PYSITELIB}/xonsh/pretty.pyo -${PYSITELIB}/xonsh/pretty.pyc -${PYSITELIB}/xonsh/proc.pyo -${PYSITELIB}/xonsh/proc.pyc -${PYSITELIB}/xonsh/pyghooks.pyo -${PYSITELIB}/xonsh/pyghooks.pyc -${PYSITELIB}/xonsh/pygments_cache.pyo -${PYSITELIB}/xonsh/pygments_cache.pyc -${PYSITELIB}/xonsh/pytest_plugin.pyo -${PYSITELIB}/xonsh/pytest_plugin.pyc -${PYSITELIB}/xonsh/readline_shell.pyo -${PYSITELIB}/xonsh/readline_shell.pyc -${PYSITELIB}/xonsh/replay.pyo -${PYSITELIB}/xonsh/replay.pyc -${PYSITELIB}/xonsh/shell.pyo -${PYSITELIB}/xonsh/shell.pyc -${PYSITELIB}/xonsh/style_tools.pyo -${PYSITELIB}/xonsh/style_tools.pyc -${PYSITELIB}/xonsh/timings.pyo -${PYSITELIB}/xonsh/timings.pyc -${PYSITELIB}/xonsh/tokenize.pyo -${PYSITELIB}/xonsh/tokenize.pyc -${PYSITELIB}/xonsh/tools.pyo -${PYSITELIB}/xonsh/tools.pyc -${PYSITELIB}/xonsh/tracer.pyo -${PYSITELIB}/xonsh/tracer.pyc -${PYSITELIB}/xonsh/winutils.pyo -${PYSITELIB}/xonsh/winutils.pyc -${PYSITELIB}/xonsh/wizard.pyo -${PYSITELIB}/xonsh/wizard.pyc -${PYSITELIB}/xonsh/xonfig.pyo -${PYSITELIB}/xonsh/xonfig.pyc -${PYSITELIB}/xonsh/xontribs.pyo -${PYSITELIB}/xonsh/xontribs.pyc +${PYSITELIB}/xonsh/__main__.pyo ${PYSITELIB}/xonsh/aliases.py +${PYSITELIB}/xonsh/aliases.pyc +${PYSITELIB}/xonsh/aliases.pyo ${PYSITELIB}/xonsh/ansi_colors.py +${PYSITELIB}/xonsh/ansi_colors.pyc +${PYSITELIB}/xonsh/ansi_colors.pyo ${PYSITELIB}/xonsh/ast.py +${PYSITELIB}/xonsh/ast.pyc +${PYSITELIB}/xonsh/ast.pyo ${PYSITELIB}/xonsh/base_shell.py +${PYSITELIB}/xonsh/base_shell.pyc +${PYSITELIB}/xonsh/base_shell.pyo ${PYSITELIB}/xonsh/built_ins.py +${PYSITELIB}/xonsh/built_ins.pyc +${PYSITELIB}/xonsh/built_ins.pyo +${PYSITELIB}/xonsh/cli_utils.py +${PYSITELIB}/xonsh/cli_utils.pyc +${PYSITELIB}/xonsh/cli_utils.pyo ${PYSITELIB}/xonsh/codecache.py +${PYSITELIB}/xonsh/codecache.pyc +${PYSITELIB}/xonsh/codecache.pyo ${PYSITELIB}/xonsh/color_tools.py +${PYSITELIB}/xonsh/color_tools.pyc +${PYSITELIB}/xonsh/color_tools.pyo ${PYSITELIB}/xonsh/commands_cache.py +${PYSITELIB}/xonsh/commands_cache.pyc +${PYSITELIB}/xonsh/commands_cache.pyo ${PYSITELIB}/xonsh/completer.py +${PYSITELIB}/xonsh/completer.pyc +${PYSITELIB}/xonsh/completer.pyo ${PYSITELIB}/xonsh/completers/__amalgam__.py -${PYSITELIB}/xonsh/completers/__init__.py -${PYSITELIB}/xonsh/completers/__amalgam__.pyo ${PYSITELIB}/xonsh/completers/__amalgam__.pyc -${PYSITELIB}/xonsh/completers/__init__.pyo +${PYSITELIB}/xonsh/completers/__amalgam__.pyo +${PYSITELIB}/xonsh/completers/__init__.py ${PYSITELIB}/xonsh/completers/__init__.pyc -${PYSITELIB}/xonsh/completers/_aliases.pyo -${PYSITELIB}/xonsh/completers/_aliases.pyc -${PYSITELIB}/xonsh/completers/base.pyo -${PYSITELIB}/xonsh/completers/base.pyc -${PYSITELIB}/xonsh/completers/bash.pyo -${PYSITELIB}/xonsh/completers/bash.pyc -${PYSITELIB}/xonsh/completers/bash_completion.pyo -${PYSITELIB}/xonsh/completers/bash_completion.pyc -${PYSITELIB}/xonsh/completers/commands.pyo -${PYSITELIB}/xonsh/completers/commands.pyc -${PYSITELIB}/xonsh/completers/completer.pyo -${PYSITELIB}/xonsh/completers/completer.pyc -${PYSITELIB}/xonsh/completers/dirs.pyo -${PYSITELIB}/xonsh/completers/dirs.pyc -${PYSITELIB}/xonsh/completers/init.pyo -${PYSITELIB}/xonsh/completers/init.pyc -${PYSITELIB}/xonsh/completers/man.pyo -${PYSITELIB}/xonsh/completers/man.pyc -${PYSITELIB}/xonsh/completers/path.pyo -${PYSITELIB}/xonsh/completers/path.pyc -${PYSITELIB}/xonsh/completers/pip.pyo -${PYSITELIB}/xonsh/completers/pip.pyc -${PYSITELIB}/xonsh/completers/python.pyo -${PYSITELIB}/xonsh/completers/python.pyc -${PYSITELIB}/xonsh/completers/tools.pyo -${PYSITELIB}/xonsh/completers/tools.pyc -${PYSITELIB}/xonsh/completers/xompletions.pyo -${PYSITELIB}/xonsh/completers/xompletions.pyc +${PYSITELIB}/xonsh/completers/__init__.pyo ${PYSITELIB}/xonsh/completers/_aliases.py +${PYSITELIB}/xonsh/completers/_aliases.pyc +${PYSITELIB}/xonsh/completers/_aliases.pyo ${PYSITELIB}/xonsh/completers/base.py +${PYSITELIB}/xonsh/completers/base.pyc +${PYSITELIB}/xonsh/completers/base.pyo ${PYSITELIB}/xonsh/completers/bash.py +${PYSITELIB}/xonsh/completers/bash.pyc +${PYSITELIB}/xonsh/completers/bash.pyo ${PYSITELIB}/xonsh/completers/bash_completion.py +${PYSITELIB}/xonsh/completers/bash_completion.pyc +${PYSITELIB}/xonsh/completers/bash_completion.pyo ${PYSITELIB}/xonsh/completers/commands.py +${PYSITELIB}/xonsh/completers/commands.pyc +${PYSITELIB}/xonsh/completers/commands.pyo ${PYSITELIB}/xonsh/completers/completer.py +${PYSITELIB}/xonsh/completers/completer.pyc +${PYSITELIB}/xonsh/completers/completer.pyo ${PYSITELIB}/xonsh/completers/dirs.py +${PYSITELIB}/xonsh/completers/dirs.pyc +${PYSITELIB}/xonsh/completers/dirs.pyo +${PYSITELIB}/xonsh/completers/environment.py +${PYSITELIB}/xonsh/completers/environment.pyc +${PYSITELIB}/xonsh/completers/environment.pyo ${PYSITELIB}/xonsh/completers/init.py +${PYSITELIB}/xonsh/completers/init.pyc +${PYSITELIB}/xonsh/completers/init.pyo ${PYSITELIB}/xonsh/completers/man.py +${PYSITELIB}/xonsh/completers/man.pyc +${PYSITELIB}/xonsh/completers/man.pyo ${PYSITELIB}/xonsh/completers/path.py +${PYSITELIB}/xonsh/completers/path.pyc +${PYSITELIB}/xonsh/completers/path.pyo ${PYSITELIB}/xonsh/completers/pip.py +${PYSITELIB}/xonsh/completers/pip.pyc +${PYSITELIB}/xonsh/completers/pip.pyo ${PYSITELIB}/xonsh/completers/python.py +${PYSITELIB}/xonsh/completers/python.pyc +${PYSITELIB}/xonsh/completers/python.pyo ${PYSITELIB}/xonsh/completers/tools.py +${PYSITELIB}/xonsh/completers/tools.pyc +${PYSITELIB}/xonsh/completers/tools.pyo ${PYSITELIB}/xonsh/completers/xompletions.py +${PYSITELIB}/xonsh/completers/xompletions.pyc +${PYSITELIB}/xonsh/completers/xompletions.pyo +${PYSITELIB}/xonsh/completion_parser_table.py +${PYSITELIB}/xonsh/completion_parser_table.pyc +${PYSITELIB}/xonsh/completion_parser_table.pyo ${PYSITELIB}/xonsh/contexts.py +${PYSITELIB}/xonsh/contexts.pyc +${PYSITELIB}/xonsh/contexts.pyo ${PYSITELIB}/xonsh/diff_history.py +${PYSITELIB}/xonsh/diff_history.pyc +${PYSITELIB}/xonsh/diff_history.pyo ${PYSITELIB}/xonsh/dirstack.py +${PYSITELIB}/xonsh/dirstack.pyc +${PYSITELIB}/xonsh/dirstack.pyo ${PYSITELIB}/xonsh/dumb_shell.py +${PYSITELIB}/xonsh/dumb_shell.pyc +${PYSITELIB}/xonsh/dumb_shell.pyo ${PYSITELIB}/xonsh/environ.py +${PYSITELIB}/xonsh/environ.pyc +${PYSITELIB}/xonsh/environ.pyo ${PYSITELIB}/xonsh/events.py +${PYSITELIB}/xonsh/events.pyc +${PYSITELIB}/xonsh/events.pyo ${PYSITELIB}/xonsh/execer.py +${PYSITELIB}/xonsh/execer.pyc +${PYSITELIB}/xonsh/execer.pyo ${PYSITELIB}/xonsh/foreign_shells.py -${PYSITELIB}/xonsh/fs.py +${PYSITELIB}/xonsh/foreign_shells.pyc +${PYSITELIB}/xonsh/foreign_shells.pyo ${PYSITELIB}/xonsh/history/__amalgam__.py -${PYSITELIB}/xonsh/history/__init__.py -${PYSITELIB}/xonsh/history/__amalgam__.pyo ${PYSITELIB}/xonsh/history/__amalgam__.pyc -${PYSITELIB}/xonsh/history/__init__.pyo +${PYSITELIB}/xonsh/history/__amalgam__.pyo +${PYSITELIB}/xonsh/history/__init__.py ${PYSITELIB}/xonsh/history/__init__.pyc -${PYSITELIB}/xonsh/history/base.pyo -${PYSITELIB}/xonsh/history/base.pyc -${PYSITELIB}/xonsh/history/dummy.pyo -${PYSITELIB}/xonsh/history/dummy.pyc -${PYSITELIB}/xonsh/history/json.pyo -${PYSITELIB}/xonsh/history/json.pyc -${PYSITELIB}/xonsh/history/main.pyo -${PYSITELIB}/xonsh/history/main.pyc -${PYSITELIB}/xonsh/history/sqlite.pyo -${PYSITELIB}/xonsh/history/sqlite.pyc +${PYSITELIB}/xonsh/history/__init__.pyo ${PYSITELIB}/xonsh/history/base.py +${PYSITELIB}/xonsh/history/base.pyc +${PYSITELIB}/xonsh/history/base.pyo ${PYSITELIB}/xonsh/history/dummy.py +${PYSITELIB}/xonsh/history/dummy.pyc +${PYSITELIB}/xonsh/history/dummy.pyo ${PYSITELIB}/xonsh/history/json.py +${PYSITELIB}/xonsh/history/json.pyc +${PYSITELIB}/xonsh/history/json.pyo ${PYSITELIB}/xonsh/history/main.py +${PYSITELIB}/xonsh/history/main.pyc +${PYSITELIB}/xonsh/history/main.pyo ${PYSITELIB}/xonsh/history/sqlite.py +${PYSITELIB}/xonsh/history/sqlite.pyc +${PYSITELIB}/xonsh/history/sqlite.pyo ${PYSITELIB}/xonsh/imphooks.py +${PYSITELIB}/xonsh/imphooks.pyc +${PYSITELIB}/xonsh/imphooks.pyo ${PYSITELIB}/xonsh/inspectors.py +${PYSITELIB}/xonsh/inspectors.pyc +${PYSITELIB}/xonsh/inspectors.pyo ${PYSITELIB}/xonsh/jobs.py +${PYSITELIB}/xonsh/jobs.pyc +${PYSITELIB}/xonsh/jobs.pyo ${PYSITELIB}/xonsh/jsonutils.py +${PYSITELIB}/xonsh/jsonutils.pyc +${PYSITELIB}/xonsh/jsonutils.pyo ${PYSITELIB}/xonsh/jupyter_kernel.py +${PYSITELIB}/xonsh/jupyter_kernel.pyc +${PYSITELIB}/xonsh/jupyter_kernel.pyo ${PYSITELIB}/xonsh/jupyter_shell.py +${PYSITELIB}/xonsh/jupyter_shell.pyc +${PYSITELIB}/xonsh/jupyter_shell.pyo ${PYSITELIB}/xonsh/lazyasd.py +${PYSITELIB}/xonsh/lazyasd.pyc +${PYSITELIB}/xonsh/lazyasd.pyo ${PYSITELIB}/xonsh/lazyimps.py +${PYSITELIB}/xonsh/lazyimps.pyc +${PYSITELIB}/xonsh/lazyimps.pyo ${PYSITELIB}/xonsh/lazyjson.py +${PYSITELIB}/xonsh/lazyjson.pyc +${PYSITELIB}/xonsh/lazyjson.pyo ${PYSITELIB}/xonsh/lexer.py +${PYSITELIB}/xonsh/lexer.pyc +${PYSITELIB}/xonsh/lexer.pyo ${PYSITELIB}/xonsh/lib/__init__.py -${PYSITELIB}/xonsh/lib/__init__.pyo ${PYSITELIB}/xonsh/lib/__init__.pyc -${PYSITELIB}/xonsh/lib/collections.pyo -${PYSITELIB}/xonsh/lib/collections.pyc +${PYSITELIB}/xonsh/lib/__init__.pyo ${PYSITELIB}/xonsh/lib/collections.py +${PYSITELIB}/xonsh/lib/collections.pyc +${PYSITELIB}/xonsh/lib/collections.pyo +${PYSITELIB}/xonsh/lib/itertools.py +${PYSITELIB}/xonsh/lib/itertools.pyc +${PYSITELIB}/xonsh/lib/itertools.pyo ${PYSITELIB}/xonsh/lib/os.xsh ${PYSITELIB}/xonsh/lib/subprocess.xsh ${PYSITELIB}/xonsh/macutils.py +${PYSITELIB}/xonsh/macutils.pyc +${PYSITELIB}/xonsh/macutils.pyo ${PYSITELIB}/xonsh/main.py +${PYSITELIB}/xonsh/main.pyc +${PYSITELIB}/xonsh/main.pyo ${PYSITELIB}/xonsh/openpy.py +${PYSITELIB}/xonsh/openpy.pyc +${PYSITELIB}/xonsh/openpy.pyo ${PYSITELIB}/xonsh/parser.py +${PYSITELIB}/xonsh/parser.pyc +${PYSITELIB}/xonsh/parser.pyo ${PYSITELIB}/xonsh/parser_table.py +${PYSITELIB}/xonsh/parser_table.pyc +${PYSITELIB}/xonsh/parser_table.pyo ${PYSITELIB}/xonsh/parsers/__init__.py -${PYSITELIB}/xonsh/parsers/__init__.pyo ${PYSITELIB}/xonsh/parsers/__init__.pyc -${PYSITELIB}/xonsh/parsers/base.pyo -${PYSITELIB}/xonsh/parsers/base.pyc -${PYSITELIB}/xonsh/parsers/context_check.pyo -${PYSITELIB}/xonsh/parsers/context_check.pyc -${PYSITELIB}/xonsh/parsers/v34.pyo -${PYSITELIB}/xonsh/parsers/v34.pyc -${PYSITELIB}/xonsh/parsers/v35.pyo -${PYSITELIB}/xonsh/parsers/v35.pyc -${PYSITELIB}/xonsh/parsers/v36.pyo -${PYSITELIB}/xonsh/parsers/v36.pyc +${PYSITELIB}/xonsh/parsers/__init__.pyo ${PYSITELIB}/xonsh/parsers/base.py +${PYSITELIB}/xonsh/parsers/base.pyc +${PYSITELIB}/xonsh/parsers/base.pyo +${PYSITELIB}/xonsh/parsers/completion_context.py +${PYSITELIB}/xonsh/parsers/completion_context.pyc +${PYSITELIB}/xonsh/parsers/completion_context.pyo ${PYSITELIB}/xonsh/parsers/context_check.py -${PYSITELIB}/xonsh/parsers/v34.py -${PYSITELIB}/xonsh/parsers/v35.py +${PYSITELIB}/xonsh/parsers/context_check.pyc +${PYSITELIB}/xonsh/parsers/context_check.pyo +${PYSITELIB}/xonsh/parsers/fstring_adaptor.py +${PYSITELIB}/xonsh/parsers/fstring_adaptor.pyc +${PYSITELIB}/xonsh/parsers/fstring_adaptor.pyo +${PYSITELIB}/xonsh/parsers/v310.py +${PYSITELIB}/xonsh/parsers/v310.pyc +${PYSITELIB}/xonsh/parsers/v310.pyo ${PYSITELIB}/xonsh/parsers/v36.py +${PYSITELIB}/xonsh/parsers/v36.pyc +${PYSITELIB}/xonsh/parsers/v36.pyo +${PYSITELIB}/xonsh/parsers/v38.py +${PYSITELIB}/xonsh/parsers/v38.pyc +${PYSITELIB}/xonsh/parsers/v38.pyo +${PYSITELIB}/xonsh/parsers/v39.py +${PYSITELIB}/xonsh/parsers/v39.pyc +${PYSITELIB}/xonsh/parsers/v39.pyo ${PYSITELIB}/xonsh/platform.py +${PYSITELIB}/xonsh/platform.pyc +${PYSITELIB}/xonsh/platform.pyo ${PYSITELIB}/xonsh/ply/ply/__init__.py -${PYSITELIB}/xonsh/ply/ply/__init__.pyo ${PYSITELIB}/xonsh/ply/ply/__init__.pyc -${PYSITELIB}/xonsh/ply/ply/cpp.pyo -${PYSITELIB}/xonsh/ply/ply/cpp.pyc -${PYSITELIB}/xonsh/ply/ply/ctokens.pyo -${PYSITELIB}/xonsh/ply/ply/ctokens.pyc -${PYSITELIB}/xonsh/ply/ply/lex.pyo -${PYSITELIB}/xonsh/ply/ply/lex.pyc -${PYSITELIB}/xonsh/ply/ply/yacc.pyo -${PYSITELIB}/xonsh/ply/ply/yacc.pyc -${PYSITELIB}/xonsh/ply/ply/ygen.pyo -${PYSITELIB}/xonsh/ply/ply/ygen.pyc +${PYSITELIB}/xonsh/ply/ply/__init__.pyo ${PYSITELIB}/xonsh/ply/ply/cpp.py +${PYSITELIB}/xonsh/ply/ply/cpp.pyc +${PYSITELIB}/xonsh/ply/ply/cpp.pyo ${PYSITELIB}/xonsh/ply/ply/ctokens.py +${PYSITELIB}/xonsh/ply/ply/ctokens.pyc +${PYSITELIB}/xonsh/ply/ply/ctokens.pyo ${PYSITELIB}/xonsh/ply/ply/lex.py +${PYSITELIB}/xonsh/ply/ply/lex.pyc +${PYSITELIB}/xonsh/ply/ply/lex.pyo ${PYSITELIB}/xonsh/ply/ply/yacc.py +${PYSITELIB}/xonsh/ply/ply/yacc.pyc +${PYSITELIB}/xonsh/ply/ply/yacc.pyo ${PYSITELIB}/xonsh/ply/ply/ygen.py +${PYSITELIB}/xonsh/ply/ply/ygen.pyc +${PYSITELIB}/xonsh/ply/ply/ygen.pyo ${PYSITELIB}/xonsh/pretty.py +${PYSITELIB}/xonsh/pretty.pyc +${PYSITELIB}/xonsh/pretty.pyo ${PYSITELIB}/xonsh/proc.py +${PYSITELIB}/xonsh/proc.pyc +${PYSITELIB}/xonsh/proc.pyo +${PYSITELIB}/xonsh/procs/__amalgam__.py +${PYSITELIB}/xonsh/procs/__amalgam__.pyc +${PYSITELIB}/xonsh/procs/__amalgam__.pyo +${PYSITELIB}/xonsh/procs/__init__.py +${PYSITELIB}/xonsh/procs/__init__.pyc +${PYSITELIB}/xonsh/procs/__init__.pyo +${PYSITELIB}/xonsh/procs/pipelines.py +${PYSITELIB}/xonsh/procs/pipelines.pyc +${PYSITELIB}/xonsh/procs/pipelines.pyo +${PYSITELIB}/xonsh/procs/posix.py +${PYSITELIB}/xonsh/procs/posix.pyc +${PYSITELIB}/xonsh/procs/posix.pyo +${PYSITELIB}/xonsh/procs/proxies.py +${PYSITELIB}/xonsh/procs/proxies.pyc +${PYSITELIB}/xonsh/procs/proxies.pyo +${PYSITELIB}/xonsh/procs/readers.py +${PYSITELIB}/xonsh/procs/readers.pyc +${PYSITELIB}/xonsh/procs/readers.pyo +${PYSITELIB}/xonsh/procs/specs.py +${PYSITELIB}/xonsh/procs/specs.pyc +${PYSITELIB}/xonsh/procs/specs.pyo ${PYSITELIB}/xonsh/prompt/__amalgam__.py -${PYSITELIB}/xonsh/prompt/__init__.py -${PYSITELIB}/xonsh/prompt/__amalgam__.pyo ${PYSITELIB}/xonsh/prompt/__amalgam__.pyc -${PYSITELIB}/xonsh/prompt/__init__.pyo +${PYSITELIB}/xonsh/prompt/__amalgam__.pyo +${PYSITELIB}/xonsh/prompt/__init__.py ${PYSITELIB}/xonsh/prompt/__init__.pyc -${PYSITELIB}/xonsh/prompt/base.pyo -${PYSITELIB}/xonsh/prompt/base.pyc -${PYSITELIB}/xonsh/prompt/cwd.pyo -${PYSITELIB}/xonsh/prompt/cwd.pyc -${PYSITELIB}/xonsh/prompt/env.pyo -${PYSITELIB}/xonsh/prompt/env.pyc -${PYSITELIB}/xonsh/prompt/gitstatus.pyo -${PYSITELIB}/xonsh/prompt/gitstatus.pyc -${PYSITELIB}/xonsh/prompt/job.pyo -${PYSITELIB}/xonsh/prompt/job.pyc -${PYSITELIB}/xonsh/prompt/vc.pyo -${PYSITELIB}/xonsh/prompt/vc.pyc +${PYSITELIB}/xonsh/prompt/__init__.pyo ${PYSITELIB}/xonsh/prompt/base.py +${PYSITELIB}/xonsh/prompt/base.pyc +${PYSITELIB}/xonsh/prompt/base.pyo ${PYSITELIB}/xonsh/prompt/cwd.py +${PYSITELIB}/xonsh/prompt/cwd.pyc +${PYSITELIB}/xonsh/prompt/cwd.pyo ${PYSITELIB}/xonsh/prompt/env.py +${PYSITELIB}/xonsh/prompt/env.pyc +${PYSITELIB}/xonsh/prompt/env.pyo ${PYSITELIB}/xonsh/prompt/gitstatus.py +${PYSITELIB}/xonsh/prompt/gitstatus.pyc +${PYSITELIB}/xonsh/prompt/gitstatus.pyo ${PYSITELIB}/xonsh/prompt/job.py +${PYSITELIB}/xonsh/prompt/job.pyc +${PYSITELIB}/xonsh/prompt/job.pyo +${PYSITELIB}/xonsh/prompt/times.py +${PYSITELIB}/xonsh/prompt/times.pyc +${PYSITELIB}/xonsh/prompt/times.pyo ${PYSITELIB}/xonsh/prompt/vc.py -${PYSITELIB}/xonsh/ptk/__init__.py -${PYSITELIB}/xonsh/ptk/__init__.pyo -${PYSITELIB}/xonsh/ptk/__init__.pyc -${PYSITELIB}/xonsh/ptk/completer.pyo -${PYSITELIB}/xonsh/ptk/completer.pyc -${PYSITELIB}/xonsh/ptk/history.pyo -${PYSITELIB}/xonsh/ptk/history.pyc -${PYSITELIB}/xonsh/ptk/key_bindings.pyo -${PYSITELIB}/xonsh/ptk/key_bindings.pyc -${PYSITELIB}/xonsh/ptk/shell.pyo -${PYSITELIB}/xonsh/ptk/shell.pyc -${PYSITELIB}/xonsh/ptk/shortcuts.pyo -${PYSITELIB}/xonsh/ptk/shortcuts.pyc -${PYSITELIB}/xonsh/ptk/completer.py -${PYSITELIB}/xonsh/ptk/history.py -${PYSITELIB}/xonsh/ptk/key_bindings.py -${PYSITELIB}/xonsh/ptk/shell.py -${PYSITELIB}/xonsh/ptk/shortcuts.py +${PYSITELIB}/xonsh/prompt/vc.pyc +${PYSITELIB}/xonsh/prompt/vc.pyo ${PYSITELIB}/xonsh/ptk2/__init__.py -${PYSITELIB}/xonsh/ptk2/__init__.pyo ${PYSITELIB}/xonsh/ptk2/__init__.pyc -${PYSITELIB}/xonsh/ptk2/completer.pyo -${PYSITELIB}/xonsh/ptk2/completer.pyc -${PYSITELIB}/xonsh/ptk2/history.pyo -${PYSITELIB}/xonsh/ptk2/history.pyc -${PYSITELIB}/xonsh/ptk2/key_bindings.pyo -${PYSITELIB}/xonsh/ptk2/key_bindings.pyc -${PYSITELIB}/xonsh/ptk2/shell.pyo -${PYSITELIB}/xonsh/ptk2/shell.pyc +${PYSITELIB}/xonsh/ptk2/__init__.pyo ${PYSITELIB}/xonsh/ptk2/completer.py +${PYSITELIB}/xonsh/ptk2/completer.pyc +${PYSITELIB}/xonsh/ptk2/completer.pyo ${PYSITELIB}/xonsh/ptk2/history.py +${PYSITELIB}/xonsh/ptk2/history.pyc +${PYSITELIB}/xonsh/ptk2/history.pyo ${PYSITELIB}/xonsh/ptk2/key_bindings.py +${PYSITELIB}/xonsh/ptk2/key_bindings.pyc +${PYSITELIB}/xonsh/ptk2/key_bindings.pyo ${PYSITELIB}/xonsh/ptk2/shell.py +${PYSITELIB}/xonsh/ptk2/shell.pyc +${PYSITELIB}/xonsh/ptk2/shell.pyo +${PYSITELIB}/xonsh/ptk_shell/__init__.py +${PYSITELIB}/xonsh/ptk_shell/__init__.pyc +${PYSITELIB}/xonsh/ptk_shell/__init__.pyo +${PYSITELIB}/xonsh/ptk_shell/completer.py +${PYSITELIB}/xonsh/ptk_shell/completer.pyc +${PYSITELIB}/xonsh/ptk_shell/completer.pyo +${PYSITELIB}/xonsh/ptk_shell/formatter.py +${PYSITELIB}/xonsh/ptk_shell/formatter.pyc +${PYSITELIB}/xonsh/ptk_shell/formatter.pyo +${PYSITELIB}/xonsh/ptk_shell/history.py +${PYSITELIB}/xonsh/ptk_shell/history.pyc +${PYSITELIB}/xonsh/ptk_shell/history.pyo +${PYSITELIB}/xonsh/ptk_shell/key_bindings.py +${PYSITELIB}/xonsh/ptk_shell/key_bindings.pyc +${PYSITELIB}/xonsh/ptk_shell/key_bindings.pyo +${PYSITELIB}/xonsh/ptk_shell/shell.py +${PYSITELIB}/xonsh/ptk_shell/shell.pyc +${PYSITELIB}/xonsh/ptk_shell/shell.pyo +${PYSITELIB}/xonsh/ptk_shell/updator.py +${PYSITELIB}/xonsh/ptk_shell/updator.pyc +${PYSITELIB}/xonsh/ptk_shell/updator.pyo ${PYSITELIB}/xonsh/pyghooks.py +${PYSITELIB}/xonsh/pyghooks.pyc +${PYSITELIB}/xonsh/pyghooks.pyo ${PYSITELIB}/xonsh/pygments_cache.py +${PYSITELIB}/xonsh/pygments_cache.pyc +${PYSITELIB}/xonsh/pygments_cache.pyo ${PYSITELIB}/xonsh/pytest_plugin.py +${PYSITELIB}/xonsh/pytest_plugin.pyc +${PYSITELIB}/xonsh/pytest_plugin.pyo ${PYSITELIB}/xonsh/readline_shell.py -${PYSITELIB}/xonsh/replay.py +${PYSITELIB}/xonsh/readline_shell.pyc +${PYSITELIB}/xonsh/readline_shell.pyo ${PYSITELIB}/xonsh/shell.py +${PYSITELIB}/xonsh/shell.pyc +${PYSITELIB}/xonsh/shell.pyo ${PYSITELIB}/xonsh/style_tools.py +${PYSITELIB}/xonsh/style_tools.pyc +${PYSITELIB}/xonsh/style_tools.pyo ${PYSITELIB}/xonsh/timings.py +${PYSITELIB}/xonsh/timings.pyc +${PYSITELIB}/xonsh/timings.pyo ${PYSITELIB}/xonsh/tokenize.py +${PYSITELIB}/xonsh/tokenize.pyc +${PYSITELIB}/xonsh/tokenize.pyo ${PYSITELIB}/xonsh/tools.py +${PYSITELIB}/xonsh/tools.pyc +${PYSITELIB}/xonsh/tools.pyo ${PYSITELIB}/xonsh/tracer.py +${PYSITELIB}/xonsh/tracer.pyc +${PYSITELIB}/xonsh/tracer.pyo +${PYSITELIB}/xonsh/webconfig/__init__.py +${PYSITELIB}/xonsh/webconfig/__init__.pyc +${PYSITELIB}/xonsh/webconfig/__init__.pyo +${PYSITELIB}/xonsh/webconfig/__main__.py +${PYSITELIB}/xonsh/webconfig/__main__.pyc +${PYSITELIB}/xonsh/webconfig/__main__.pyo +${PYSITELIB}/xonsh/webconfig/index.html +${PYSITELIB}/xonsh/webconfig/js/LICENSE-bootstrap +${PYSITELIB}/xonsh/webconfig/js/app.min.js +${PYSITELIB}/xonsh/webconfig/js/bootstrap.min.css +${PYSITELIB}/xonsh/webconfig/main.py +${PYSITELIB}/xonsh/webconfig/main.pyc +${PYSITELIB}/xonsh/webconfig/main.pyo ${PYSITELIB}/xonsh/winutils.py +${PYSITELIB}/xonsh/winutils.pyc +${PYSITELIB}/xonsh/winutils.pyo ${PYSITELIB}/xonsh/wizard.py +${PYSITELIB}/xonsh/wizard.pyc +${PYSITELIB}/xonsh/wizard.pyo ${PYSITELIB}/xonsh/xonfig.py -${PYSITELIB}/xonsh/xontribs.json +${PYSITELIB}/xonsh/xonfig.pyc +${PYSITELIB}/xonsh/xonfig.pyo ${PYSITELIB}/xonsh/xontribs.py +${PYSITELIB}/xonsh/xontribs.pyc +${PYSITELIB}/xonsh/xontribs.pyo +${PYSITELIB}/xonsh/xontribs_meta.py +${PYSITELIB}/xonsh/xontribs_meta.pyc +${PYSITELIB}/xonsh/xontribs_meta.pyo ${PYSITELIB}/xonsh/xoreutils/__init__.py -${PYSITELIB}/xonsh/xoreutils/__init__.pyo ${PYSITELIB}/xonsh/xoreutils/__init__.pyc -${PYSITELIB}/xonsh/xoreutils/_which.pyo -${PYSITELIB}/xonsh/xoreutils/_which.pyc -${PYSITELIB}/xonsh/xoreutils/cat.pyo -${PYSITELIB}/xonsh/xoreutils/cat.pyc -${PYSITELIB}/xonsh/xoreutils/echo.pyo -${PYSITELIB}/xonsh/xoreutils/echo.pyc -${PYSITELIB}/xonsh/xoreutils/pwd.pyo -${PYSITELIB}/xonsh/xoreutils/pwd.pyc -${PYSITELIB}/xonsh/xoreutils/tee.pyo -${PYSITELIB}/xonsh/xoreutils/tee.pyc -${PYSITELIB}/xonsh/xoreutils/tty.pyo -${PYSITELIB}/xonsh/xoreutils/tty.pyc -${PYSITELIB}/xonsh/xoreutils/uptime.pyo -${PYSITELIB}/xonsh/xoreutils/uptime.pyc -${PYSITELIB}/xonsh/xoreutils/util.pyo -${PYSITELIB}/xonsh/xoreutils/util.pyc -${PYSITELIB}/xonsh/xoreutils/which.pyo -${PYSITELIB}/xonsh/xoreutils/which.pyc -${PYSITELIB}/xonsh/xoreutils/yes.pyo -${PYSITELIB}/xonsh/xoreutils/yes.pyc +${PYSITELIB}/xonsh/xoreutils/__init__.pyo ${PYSITELIB}/xonsh/xoreutils/_which.py +${PYSITELIB}/xonsh/xoreutils/_which.pyc +${PYSITELIB}/xonsh/xoreutils/_which.pyo ${PYSITELIB}/xonsh/xoreutils/cat.py +${PYSITELIB}/xonsh/xoreutils/cat.pyc +${PYSITELIB}/xonsh/xoreutils/cat.pyo ${PYSITELIB}/xonsh/xoreutils/echo.py +${PYSITELIB}/xonsh/xoreutils/echo.pyc +${PYSITELIB}/xonsh/xoreutils/echo.pyo ${PYSITELIB}/xonsh/xoreutils/pwd.py +${PYSITELIB}/xonsh/xoreutils/pwd.pyc +${PYSITELIB}/xonsh/xoreutils/pwd.pyo ${PYSITELIB}/xonsh/xoreutils/tee.py +${PYSITELIB}/xonsh/xoreutils/tee.pyc +${PYSITELIB}/xonsh/xoreutils/tee.pyo ${PYSITELIB}/xonsh/xoreutils/tty.py +${PYSITELIB}/xonsh/xoreutils/tty.pyc +${PYSITELIB}/xonsh/xoreutils/tty.pyo +${PYSITELIB}/xonsh/xoreutils/ulimit.py +${PYSITELIB}/xonsh/xoreutils/ulimit.pyc +${PYSITELIB}/xonsh/xoreutils/ulimit.pyo +${PYSITELIB}/xonsh/xoreutils/umask.py +${PYSITELIB}/xonsh/xoreutils/umask.pyc +${PYSITELIB}/xonsh/xoreutils/umask.pyo ${PYSITELIB}/xonsh/xoreutils/uptime.py +${PYSITELIB}/xonsh/xoreutils/uptime.pyc +${PYSITELIB}/xonsh/xoreutils/uptime.pyo ${PYSITELIB}/xonsh/xoreutils/util.py +${PYSITELIB}/xonsh/xoreutils/util.pyc +${PYSITELIB}/xonsh/xoreutils/util.pyo ${PYSITELIB}/xonsh/xoreutils/which.py +${PYSITELIB}/xonsh/xoreutils/which.pyc +${PYSITELIB}/xonsh/xoreutils/which.pyo ${PYSITELIB}/xonsh/xoreutils/yes.py -${PYSITELIB}/xontrib/bashisms.pyo -${PYSITELIB}/xontrib/bashisms.pyc -${PYSITELIB}/xontrib/coreutils.pyo -${PYSITELIB}/xontrib/coreutils.pyc -${PYSITELIB}/xontrib/distributed.pyo -${PYSITELIB}/xontrib/distributed.pyc -${PYSITELIB}/xontrib/free_cwd.pyo -${PYSITELIB}/xontrib/free_cwd.pyc -${PYSITELIB}/xontrib/mpl.pyo -${PYSITELIB}/xontrib/mpl.pyc -${PYSITELIB}/xontrib/mplhooks.pyo -${PYSITELIB}/xontrib/mplhooks.pyc -${PYSITELIB}/xontrib/vox.pyo -${PYSITELIB}/xontrib/vox.pyc -${PYSITELIB}/xontrib/voxapi.pyo -${PYSITELIB}/xontrib/voxapi.pyc -${PYSITELIB}/xontrib/whole_word_jumping.pyo -${PYSITELIB}/xontrib/whole_word_jumping.pyc +${PYSITELIB}/xonsh/xoreutils/yes.pyc +${PYSITELIB}/xonsh/xoreutils/yes.pyo +${PYSITELIB}/xontrib/abbrevs.py +${PYSITELIB}/xontrib/abbrevs.pyc +${PYSITELIB}/xontrib/abbrevs.pyo +${PYSITELIB}/xontrib/autovox.py +${PYSITELIB}/xontrib/autovox.pyc +${PYSITELIB}/xontrib/autovox.pyo ${PYSITELIB}/xontrib/bashisms.py +${PYSITELIB}/xontrib/bashisms.pyc +${PYSITELIB}/xontrib/bashisms.pyo ${PYSITELIB}/xontrib/coreutils.py +${PYSITELIB}/xontrib/coreutils.pyc +${PYSITELIB}/xontrib/coreutils.pyo ${PYSITELIB}/xontrib/distributed.py +${PYSITELIB}/xontrib/distributed.pyc +${PYSITELIB}/xontrib/distributed.pyo ${PYSITELIB}/xontrib/free_cwd.py -${PYSITELIB}/xontrib/jedi.xsh +${PYSITELIB}/xontrib/free_cwd.pyc +${PYSITELIB}/xontrib/free_cwd.pyo +${PYSITELIB}/xontrib/jedi.py +${PYSITELIB}/xontrib/jedi.pyc +${PYSITELIB}/xontrib/jedi.pyo ${PYSITELIB}/xontrib/mpl.py +${PYSITELIB}/xontrib/mpl.pyc +${PYSITELIB}/xontrib/mpl.pyo ${PYSITELIB}/xontrib/mplhooks.py -${PYSITELIB}/xontrib/prompt_ret_code.xsh +${PYSITELIB}/xontrib/mplhooks.pyc +${PYSITELIB}/xontrib/mplhooks.pyo +${PYSITELIB}/xontrib/pdb.py +${PYSITELIB}/xontrib/pdb.pyc +${PYSITELIB}/xontrib/pdb.pyo +${PYSITELIB}/xontrib/prompt_ret_code.py +${PYSITELIB}/xontrib/prompt_ret_code.pyc +${PYSITELIB}/xontrib/prompt_ret_code.pyo ${PYSITELIB}/xontrib/vox.py +${PYSITELIB}/xontrib/vox.pyc +${PYSITELIB}/xontrib/vox.pyo ${PYSITELIB}/xontrib/voxapi.py +${PYSITELIB}/xontrib/voxapi.pyc +${PYSITELIB}/xontrib/voxapi.pyo ${PYSITELIB}/xontrib/whole_word_jumping.py +${PYSITELIB}/xontrib/whole_word_jumping.pyc +${PYSITELIB}/xontrib/whole_word_jumping.pyo +${PYSITELIB}/xontrib/xog.py +${PYSITELIB}/xontrib/xog.pyc +${PYSITELIB}/xontrib/xog.pyo Index: pkgsrc/shells/xonsh/distinfo diff -u pkgsrc/shells/xonsh/distinfo:1.2 pkgsrc/shells/xonsh/distinfo:1.3 --- pkgsrc/shells/xonsh/distinfo:1.2 Tue Jan 15 10:18:43 2019 +++ pkgsrc/shells/xonsh/distinfo Thu Sep 9 11:38:04 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/01/15 10:18:43 nonaka Exp $ +$NetBSD: distinfo,v 1.3 2021/09/09 11:38:04 nia Exp $ -SHA1 (xonsh-0.8.8.tar.gz) = 4735db1b1c2b812d004731665c25b98e0d0b7f98 -RMD160 (xonsh-0.8.8.tar.gz) = a31817ad6d6e02eed287b6489b4cc1fd8e0872e5 -SHA512 (xonsh-0.8.8.tar.gz) = 4839e2ea860ed9f78d3d27d9d9646dde06cee6f17c62d1f6a17ee0e2c9eec6ef8b81e1ad38009d4476682daeaa2f0745205ba0f74847c6409141fb0619de4f1b -Size (xonsh-0.8.8.tar.gz) = 1969566 bytes +SHA1 (xonsh-0.10.1.tar.gz) = ed323c447d6ed824e3c9fc10ffa2b8a4be4399f9 +RMD160 (xonsh-0.10.1.tar.gz) = b4a191c514eae9ce7bdee68ff407860aff2c9b53 +SHA512 (xonsh-0.10.1.tar.gz) = 6ccfa4fd30fac307b27db51f868e9516986c85831bc89fa72dcc28633fa429b928c09b8ff5bb55b86fc6e05f0a8e9ebe8810dcfac11fd97ae42bbd2e1aafc8a4 +Size (xonsh-0.10.1.tar.gz) = 12662490 bytes --_----------=_1631187484230100--