[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #15 from Kubilay Kocak --- (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: --- setu

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #14 from Kubilay Kocak --- Just noticed that a license is *not* included in the PyPI source distribution (sdist). LICENSE_FILE doesn't need to be set. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #13 from Kubilay Kocak --- (In reply to Roberto Fernandez Cueto from comment #12) I can reproduce the errors in comment 5. FreeBSD Python ports (using autoplist) rely on setuptools' --record functionality to produce a list of

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Roberto Fernandez Cueto changed: What|Removed |Added Attachment #184224|0 |1 is obsolete|

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Roberto Fernandez Cueto changed: What|Removed |Added Attachment #184229|0 |1 is obsolete|

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Kubilay Kocak changed: What|Removed |Added Keywords||needs-patch --- Comment #10 from K

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #9 from Roberto Fernandez Cueto --- I do not think that it is a problem of autoplist, because it is already in the Makefile. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #8 from Roberto Fernandez Cueto --- Created attachment 184229 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184229&action=edit Output from make makeplist -- You are receiving this mail because: You are on the CC li

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #7 from Matthew Seaman --- (In reply to Roberto Fernandez Cueto from comment #5) Almost all python ports use autoplist -- definitely recommended. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #6 from Kubilay Kocak --- (In reply to Roberto Fernandez Cueto from comment #5) This is normally a symptom of not using autoplist What is the output (add as attachment, not comment) of `make makeplist`? -- You are receiving

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #5 from Roberto Fernandez Cueto --- I am following the steps under https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html and I have found the following: Checking for pkg-plist issues (check-plist) ===>

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #4 from Kubilay Kocak --- (In reply to Roberto Fernandez Cueto from comment #3) MASTER_SITES=CHEESEHOP USE_GITHUB and GH_* variables can then be removed. The tarball from PyPI (CHEESESHOP) may have a different checksum, so run

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #3 from Roberto Fernandez Cueto --- (In reply to Kubilay Kocak from comment #1) How do I put the CHEESESHOP as the MASTER_SITES? The rest is more or less easy to follow. -- You are receiving this mail because: You are on the

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #2 from Kubilay Kocak --- Additional, the port should be marked concurrent safe (using USE_PYTHON=concurrent) if files are uniquely named and dont conflict when multiple python versions (eg: py34-xonsh and py35-xonsh) are instal

[Bug 220596] shells/xonsh: Python-ish BASH-wards shell

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Kubilay Kocak changed: What|Removed |Added Flags||maintainer-feedback?(roberf