Date: Mon, 10 Jul 2017 14:06:50 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220596] shells/xonsh: Python-ish BASH-wards shell Message-ID: <bug-220596-21822-pn8fi2FM7B@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220596-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-220596-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220596 --- Comment #15 from Kubilay Kocak <koobs@FreeBSD.org> --- (In reply to Kubilay Kocak from comment #14) As a test case (not necessarily a workaround or solution), removing the clean_tables() function call from the xinstall class prevents the errors: --- setup.py.orig 2017-07-10 14:03:10 UTC +++ setup.py @@ -182,7 +182,6 @@ def restore_version(): class xinstall(install): """Xonsh specialization of setuptools install class.""" def run(self): - clean_tables() build_tables() amalgamate_source() # add dirty version number This is the functionality that is resulting in --record output not matching what is installed --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220596-21822-pn8fi2FM7B>