From owner-freebsd-python@freebsd.org Mon Jul 10 22:33:57 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26418DB2679 for ; Mon, 10 Jul 2017 22:33:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0DAF97AA0B for ; Mon, 10 Jul 2017 22:33:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 09F5EDB2678; Mon, 10 Jul 2017 22:33:57 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07B4CDB2677 for ; Mon, 10 Jul 2017 22:33:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E46A77AA0A for ; Mon, 10 Jul 2017 22:33:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6AMXuk7082975 for ; Mon, 10 Jul 2017 22:33:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220596] [new port] shells/xonsh: Python-ish BASH-wards shell Date: Mon, 10 Jul 2017 22:33:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: matthew@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 22:33:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220596 --- Comment #16 from Matthew Seaman --- (In reply to Kubilay Kocak from comment #15) This is where is all goes wrong: ``` =3D=3D=3D> Staging for py36-xonsh-0.5.12 =3D=3D=3D> py36-xonsh-0.5.12 depends on package: py36-setuptools>0 - found =3D=3D=3D> py36-xonsh-0.5.12 depends on file: /usr/local/bin/python3.6 - = found =3D=3D=3D> Generating temporary packing list running install Removed xonsh/parser_table.py Removed xonsh/__amalgam__.py Removed xonsh/completers/__amalgam__.py Removed xonsh/history/__amalgam__.py Removed xonsh/prompt/__amalgam__.py Building lexer and parser tables. Could not install Jupyter kernel spec, please install Jupyter/IPython. running build running build_py copying xonsh/parser_table.py -> build/lib/xonsh Generating LALR tables WARNING: 707 shift/reduce conflicts WARNING: 113 reduce/reduce conflicts WARNING: reduce/reduce conflict in state 20 resolved using rule (test_or_star_expr -> test) WARNING: rejected rule (testlist -> test) in state 20 WARNING: reduce/reduce conflict in state 346 resolved using rule (test_or_star_expr -> test) WARNING: rejected rule (testlist -> test) in state 346 WARNING: reduce/reduce conflict in state 373 resolved using rule (string_to= k -> STRING) WARNING: rejected rule (subproc_arg_part -> STRING) in state 373 WARNING: reduce/reduce conflict in state 1333 resolved using rule (nodedent= -> INDENT any_dedent_toks DEDENT) WARNING: rejected rule (any_dedent_tok -> DEDENT) in state 1333 Could not import amalgamate, skipping. <<<-----***** ``` Missing Jupyter/iPython appears to be no big deal. But it does look like there's an extra module needs porting and installing as a BUILD_DEPENDS for xonsh: https://pypi.python.org/pypi/amalgamate/0.1.3 (Written by the same authors as xonsh) Also, it's a BSD2CLAUSE license (This is on Github, but not in the pypi tarballs: https://github.com/xonsh/xonsh/blob/master/license) --=20 You are receiving this mail because: You are on the CC list for the bug.=