[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

[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 --- 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 #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 #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 #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 #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 #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 #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 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 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 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 --- 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 --- 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 #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 197972] lang/python27 fails due to error "./libpython2.7.so: undefined reference to `sincos'"

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197972 Kubilay Kocak changed: What|Removed |Added Assignee|pyt...@freebsd.org |ko...@freebsd.org Stat

[Bug 219844] devel/gdb: Allow builds with Python 3.x (tested with 3.6)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219844 --- Comment #12 from John Baldwin --- Hmm, that seems odd, but ok. In src we use a whitelist to only merge things that are needed, not a blacklist of only not merging major changes. Also, since the next change to this port is a major vers

[Bug 219844] devel/gdb: Allow builds with Python 3.x (tested with 3.6)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219844 --- Comment #13 from commit-h...@freebsd.org --- A commit references this bug: Author: jhb Date: Mon Jul 10 16:58:12 UTC 2017 New revision: 445441 URL: https://svnweb.freebsd.org/changeset/ports/445441 Log: Permit building GDB with pytho

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

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Mark Linimon changed: What|Removed |Added Summary|shells/xonsh: Python-ish|[new port] shells/xonsh:

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

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 Matthew Seaman changed: What|Removed |Added Assignee|freebsd-ports-bugs@FreeBSD. |matt...@freebsd.org

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

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #16 from Matthew Seaman --- (In reply to Kubilay Kocak from comment #15) This is where is all goes wrong: ``` ===> Staging for py36-xonsh-0.5.12 ===> py36-xonsh-0.5.12 depends on package: py36-setuptools>0 - found ===> py3

[Bug 219844] devel/gdb: Allow builds with Python 3.x (tested with 3.6)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219844 Kubilay Kocak changed: What|Removed |Added Attachment #183299|maintainer-approval?(mi@ALD |maintainer-approval+,

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

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #17 from Kubilay Kocak --- (In reply to Matthew Seaman from comment #16) Yep I saw that too. If its a compulsory build requirement, it should be listed in setup.py:setup_requires and added to BUILD_DEPENDS accordingly. It wou

Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126

2017-07-10 Thread Kubilay Kocak
On 7/11/17 5:27 AM, Rene Ladan wrote: > Author: rene > Date: Mon Jul 10 19:27:38 2017 > New Revision: 445459 > URL: https://svnweb.freebsd.org/changeset/ports/445459 > > Log: > Remove expired ports: > 2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using > Python 3 instea

Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126

2017-07-10 Thread René Ladan
On 11-07-2017 07:37, Kubilay Kocak wrote: > On 7/11/17 5:27 AM, Rene Ladan wrote: >> Author: rene >> Date: Mon Jul 10 19:27:38 2017 >> New Revision: 445459 >> URL: https://svnweb.freebsd.org/changeset/ports/445459 >> >> Log: >> Remove expired ports: >> 2017-07-07 sysutils/py-iocage: obsoleted b

Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126

2017-07-10 Thread Kubilay Kocak
On 7/11/17 4:32 PM, René Ladan wrote: > On 11-07-2017 07:37, Kubilay Kocak wrote: >> On 7/11/17 5:27 AM, Rene Ladan wrote: >>> Author: rene >>> Date: Mon Jul 10 19:27:38 2017 >>> New Revision: 445459 >>> URL: https://svnweb.freebsd.org/changeset/ports/445459 >>> >>> Log: >>> Remove expired ports: