https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
Kubilay Kocak changed:
What|Removed |Added
Flags||maintainer-feedback?(roberf
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
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
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
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)
===>
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
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.
___
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
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.
_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
Kubilay Kocak changed:
What|Removed |Added
Keywords||needs-patch
--- Comment #10 from K
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
Roberto Fernandez Cueto changed:
What|Removed |Added
Attachment #184229|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
Roberto Fernandez Cueto changed:
What|Removed |Added
Attachment #184224|0 |1
is obsolete|
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
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.
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197972
Kubilay Kocak changed:
What|Removed |Added
Assignee|pyt...@freebsd.org |ko...@freebsd.org
Stat
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
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
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:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
Matthew Seaman changed:
What|Removed |Added
Assignee|freebsd-ports-bugs@FreeBSD. |matt...@freebsd.org
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219844
Kubilay Kocak changed:
What|Removed |Added
Attachment #183299|maintainer-approval?(mi@ALD |maintainer-approval+,
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
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
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
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:
26 matches
Mail list logo