pkgsrc-WIP-changes archive

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

Import xonsh-0.4.0 as wip/xonsh.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 21 01:17:58 2016 +0200
Changeset:	0c1bb22812a927802bae81c07d94ad39de262490

Added Files:
	xonsh/DESCR
	xonsh/Makefile
	xonsh/PLIST
	xonsh/distinfo

Log Message:
Import xonsh-0.4.0 as wip/xonsh.

xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The
language is a superset of Python 3.4+ with additional shell primitives. xonsh
(pronounced conch) is meant for the daily use of experts and novices alike.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c1bb22812a927802bae81c07d94ad39de262490

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xonsh/DESCR    |   3 +
 xonsh/Makefile |  20 +++++
 xonsh/PLIST    | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 xonsh/distinfo |   6 ++
 4 files changed, 269 insertions(+)

diffs:
diff --git a/xonsh/DESCR b/xonsh/DESCR
new file mode 100644
index 0000000..1050cdd
--- /dev/null
+++ b/xonsh/DESCR
@@ -0,0 +1,3 @@
+xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The
+language is a superset of Python 3.4+ with additional shell primitives. xonsh
+(pronounced conch) is meant for the daily use of experts and novices alike.
diff --git a/xonsh/Makefile b/xonsh/Makefile
new file mode 100644
index 0000000..3a70c2c
--- /dev/null
+++ b/xonsh/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	xonsh-0.4.0
+CATEGORIES=	shells python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=xonsh/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://xon.sh/
+COMMENT=	Python-ish, BASHwards-looking shell language and command prompt
+LICENSE=	2-clause-bsd
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../wip/py-prompt_toolkit
+DEPENDS+=	${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xonsh/PLIST b/xonsh/PLIST
new file mode 100644
index 0000000..17c8956
--- /dev/null
+++ b/xonsh/PLIST
@@ -0,0 +1,240 @@
+@comment $NetBSD$
+bin/xon.sh
+bin/xonsh
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.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/__init__.pyc
+${PYSITELIB}/xonsh/__main__.pyo
+${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/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/environ.pyo
+${PYSITELIB}/xonsh/environ.pyc
+${PYSITELIB}/xonsh/execer.pyo
+${PYSITELIB}/xonsh/execer.pyc
+${PYSITELIB}/xonsh/foreign_shells.pyo
+${PYSITELIB}/xonsh/foreign_shells.pyc
+${PYSITELIB}/xonsh/history.pyo
+${PYSITELIB}/xonsh/history.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/jupyter_kernel.pyo
+${PYSITELIB}/xonsh/jupyter_kernel.pyc
+${PYSITELIB}/xonsh/lazyasd.pyo
+${PYSITELIB}/xonsh/lazyasd.pyc
+${PYSITELIB}/xonsh/lazyjson.pyo
+${PYSITELIB}/xonsh/lazyjson.pyc
+${PYSITELIB}/xonsh/lexer.pyo
+${PYSITELIB}/xonsh/lexer.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/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/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/teepty.pyo
+${PYSITELIB}/xonsh/teepty.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/vox.pyo
+${PYSITELIB}/xonsh/vox.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/aliases.py
+${PYSITELIB}/xonsh/ansi_colors.py
+${PYSITELIB}/xonsh/ast.py
+${PYSITELIB}/xonsh/base_shell.py
+${PYSITELIB}/xonsh/built_ins.py
+${PYSITELIB}/xonsh/codecache.py
+${PYSITELIB}/xonsh/commands_cache.py
+${PYSITELIB}/xonsh/completer.py
+${PYSITELIB}/xonsh/completers/__init__.py
+${PYSITELIB}/xonsh/completers/__init__.pyo
+${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/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/man.pyo
+${PYSITELIB}/xonsh/completers/man.pyc
+${PYSITELIB}/xonsh/completers/path.pyo
+${PYSITELIB}/xonsh/completers/path.pyc
+${PYSITELIB}/xonsh/completers/python.pyo
+${PYSITELIB}/xonsh/completers/python.pyc
+${PYSITELIB}/xonsh/completers/tools.pyo
+${PYSITELIB}/xonsh/completers/tools.pyc
+${PYSITELIB}/xonsh/completers/_aliases.py
+${PYSITELIB}/xonsh/completers/base.py
+${PYSITELIB}/xonsh/completers/bash.py
+${PYSITELIB}/xonsh/completers/commands.py
+${PYSITELIB}/xonsh/completers/completer.py
+${PYSITELIB}/xonsh/completers/dirs.py
+${PYSITELIB}/xonsh/completers/man.py
+${PYSITELIB}/xonsh/completers/path.py
+${PYSITELIB}/xonsh/completers/python.py
+${PYSITELIB}/xonsh/completers/tools.py
+${PYSITELIB}/xonsh/contexts.py
+${PYSITELIB}/xonsh/diff_history.py
+${PYSITELIB}/xonsh/dirstack.py
+${PYSITELIB}/xonsh/environ.py
+${PYSITELIB}/xonsh/execer.py
+${PYSITELIB}/xonsh/foreign_shells.py
+${PYSITELIB}/xonsh/history.py
+${PYSITELIB}/xonsh/imphooks.py
+${PYSITELIB}/xonsh/inspectors.py
+${PYSITELIB}/xonsh/jobs.py
+${PYSITELIB}/xonsh/jupyter_kernel.py
+${PYSITELIB}/xonsh/lazyasd.py
+${PYSITELIB}/xonsh/lazyjson.py
+${PYSITELIB}/xonsh/lexer.py
+${PYSITELIB}/xonsh/main.py
+${PYSITELIB}/xonsh/openpy.py
+${PYSITELIB}/xonsh/parser.py
+${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/v34.pyo
+${PYSITELIB}/xonsh/parsers/v34.pyc
+${PYSITELIB}/xonsh/parsers/v35.pyo
+${PYSITELIB}/xonsh/parsers/v35.pyc
+${PYSITELIB}/xonsh/parsers/base.py
+${PYSITELIB}/xonsh/parsers/v34.py
+${PYSITELIB}/xonsh/parsers/v35.py
+${PYSITELIB}/xonsh/platform.py
+${PYSITELIB}/xonsh/ply/__init__.py
+${PYSITELIB}/xonsh/ply/__init__.pyo
+${PYSITELIB}/xonsh/ply/__init__.pyc
+${PYSITELIB}/xonsh/ply/cpp.pyo
+${PYSITELIB}/xonsh/ply/cpp.pyc
+${PYSITELIB}/xonsh/ply/ctokens.pyo
+${PYSITELIB}/xonsh/ply/ctokens.pyc
+${PYSITELIB}/xonsh/ply/lex.pyo
+${PYSITELIB}/xonsh/ply/lex.pyc
+${PYSITELIB}/xonsh/ply/yacc.pyo
+${PYSITELIB}/xonsh/ply/yacc.pyc
+${PYSITELIB}/xonsh/ply/ygen.pyo
+${PYSITELIB}/xonsh/ply/ygen.pyc
+${PYSITELIB}/xonsh/ply/cpp.py
+${PYSITELIB}/xonsh/ply/ctokens.py
+${PYSITELIB}/xonsh/ply/lex.py
+${PYSITELIB}/xonsh/ply/yacc.py
+${PYSITELIB}/xonsh/ply/ygen.py
+${PYSITELIB}/xonsh/pretty.py
+${PYSITELIB}/xonsh/proc.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/pyghooks.py
+${PYSITELIB}/xonsh/readline_shell.py
+${PYSITELIB}/xonsh/replay.py
+${PYSITELIB}/xonsh/shell.py
+${PYSITELIB}/xonsh/teepty.py
+${PYSITELIB}/xonsh/timings.py
+${PYSITELIB}/xonsh/tokenize.py
+${PYSITELIB}/xonsh/tools.py
+${PYSITELIB}/xonsh/tracer.py
+${PYSITELIB}/xonsh/vox.py
+${PYSITELIB}/xonsh/winutils.py
+${PYSITELIB}/xonsh/wizard.py
+${PYSITELIB}/xonsh/xonfig.py
+${PYSITELIB}/xonsh/xontribs.json
+${PYSITELIB}/xonsh/xontribs.py
+${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/_which.py
+${PYSITELIB}/xontrib/distributed.pyo
+${PYSITELIB}/xontrib/distributed.pyc
+${PYSITELIB}/xontrib/mpl.pyo
+${PYSITELIB}/xontrib/mpl.pyc
+${PYSITELIB}/xontrib/mplhooks.pyo
+${PYSITELIB}/xontrib/mplhooks.pyc
+${PYSITELIB}/xontrib/distributed.py
+${PYSITELIB}/xontrib/mpl.py
+${PYSITELIB}/xontrib/mplhooks.py
diff --git a/xonsh/distinfo b/xonsh/distinfo
new file mode 100644
index 0000000..9c3d9bc
--- /dev/null
+++ b/xonsh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xonsh-0.4.0.tar.gz) = a0b21051e8e5b787c3a64863d08600f8684413a0
+RMD160 (xonsh-0.4.0.tar.gz) = d9f6f29ac468e0fc7e6378fa78f92ffc8d5885f6
+SHA512 (xonsh-0.4.0.tar.gz) = 23e4ebafb68a1fb74becc700b12c91b20e715749fe240d67e26ff558fde12a59146825030c339191c4a0c0f5d77c82630324cc2866cda3ffc774ad0388e80d13
+Size (xonsh-0.4.0.tar.gz) = 1580876 bytes


Home | Main Index | Thread Index | Old Index