[Bug 211805] graphics/opencv: Missing fortran dependency, causes graphics/py-opencv import cv2 fails

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805

--- Comment #9 from Jan Beich  ---
Can you MFH to 2017Q4? -RELEASE users reside on /quarterly by default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 211805] graphics/opencv: Missing fortran dependency, causes graphics/py-opencv import cv2 fails

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805

Kubilay Kocak  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|Closed  |In Progress

--- Comment #10 from Kubilay Kocak  ---
Pending MFH

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 211805] graphics/opencv: Missing fortran dependency, causes graphics/py-opencv import cv2 fails

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805

Kubilay Kocak  changed:

   What|Removed |Added

 CC||ports-sect...@freebsd.org
 Attachment #181871||maintainer-approval?(ports-
  Flags||sect...@freebsd.org)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: Files conflicts in ports

2017-10-26 Thread Kubilay Kocak
On 10/26/17 3:58 PM, L.Bartoletti wrote:
> Hi Rodrigo,
> 
> Thank you for this precious tool.
> 
> One question, seeing one of my ports which have conflicts
> (devel/py-gtfslib
> http://pkgtool.osorio.me/conflicts/lbartole...@tuxfamily.org.html). Is
> it or not good to install test files?


They're all effectively upstream bugs: installing modules into shared
locations. 'tests' is a common enough module name that its one of the
most easily observed in practice.

There's nothing intrinsically wrong with tests being installed, but they
should be under/within their package module directories.

Most projects exclude them (from installation) with something like:

packages = find_packages(exclude=[...]),

Though doing the above for a project with this packaging 'bug' is not
really the correct solution. Maybe for a short term
files/patch-setup.py, but report it upstream

> Regards.
> 
> Loïc
> 
> On 10.10.2017 20:52, Rodrigo Osorio wrote:
>> Dear port maintainers,
>>
>> It appears that a number of ports install files with the same names at
>> the same locations,
>> causing file conflicts and unexpected behaviors for users.
>>
>> To help solving this issue I ran a tool to list per maintainer the
>> conflicting ports with
>> the list of impacted files ; the list is updated every day at 4am UTC.
>>
>> http://pkgtool.osorio.me/conflicts/
>>
>> I believe most of the conflicts are trivial and can be solved with a
>> proper declaration in the CONFLICTS variable.
>> So take a look at it and don't hesitate to come back to me if you have
>> questions.
>>
>> best regards,
>>
>> - rodrigo
>>
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: Files conflicts in ports

2017-10-26 Thread Kubilay Kocak
On 10/26/17 11:00 PM, Rodrigo Osorio wrote:
> 
> On 10/26/17 13:45, Kubilay Kocak wrote:
>> On 10/26/17 3:58 PM, L.Bartoletti wrote:
>>> Hi Rodrigo,
>>>
>>> Thank you for this precious tool.
>>>
>>> One question, seeing one of my ports which have conflicts
>>> (devel/py-gtfslib
>>> http://pkgtool.osorio.me/conflicts/lbartole...@tuxfamily.org.html). Is
>>> it or not good to install test files?
>>
>> They're all effectively upstream bugs: installing modules into shared
>> locations. 'tests' is a common enough module name that its one of the
>> most easily observed in practice.
>>
>> There's nothing intrinsically wrong with tests being installed, but they
>> should be under/within their package module directories.
>>
>> Most projects exclude them (from installation) with something like:
>>
>> packages = find_packages(exclude=[...]),
>>
>> Though doing the above for a project with this packaging 'bug' is not
>> really the correct solution. Maybe for a short term
>> files/patch-setup.py, but report it upstream
>>
>>> Regards.
>>>
>>> Loïc
>>>
>>> On 10.10.2017 20:52, Rodrigo Osorio wrote:
 Dear port maintainers,

 It appears that a number of ports install files with the same names at
 the same locations,
 causing file conflicts and unexpected behaviors for users.

 To help solving this issue I ran a tool to list per maintainer the
 conflicting ports with
 the list of impacted files ; the list is updated every day at 4am UTC.

 http://pkgtool.osorio.me/conflicts/

 I believe most of the conflicts are trivial and can be solved with a
 proper declaration in the CONFLICTS variable.
 So take a look at it and don't hesitate to come back to me if you have
 questions.

 best regards,

 - rodrigo

> I agree with Kubilay, If tests aren't relevant for production use the
> can be skipped.
> The point here is many (if not all) py- packages install the same test
> files and this is wrong.
> 
> - rodrigo

Just to be explicit, in describing them as upstream bugs, I didn't also
mean they're *not* port bugs.

The above ports, and any port in fact, that currently install
conflicting files, must either:

- Add CONFLICTS[_*] with all of their conflicting ports, OR
- Not install them

This is separate from the issue of
value-of-installed-python-tests-for-*package*-users (*ports* users can
run them via the sdist in WRKSRC), and separate from the method of
resolving the conflict (removal, rename, upstream bug fix, patch, etc)

./koobs

___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

[Bug 222983] databases/py-mysqlclient: Update to 1.3.12

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222983

--- Comment #5 from Dan Langille  ---
maintainer (In reply to Dan Langille from comment #4)
I see my patch does not deal with issues from the other ticket mentioned above.
:/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 211805] graphics/opencv: Missing fortran dependency, causes graphics/py-opencv import cv2 fails

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805

Ryan Steinmetz  changed:

   What|Removed |Added

 CC||z...@freebsd.org

--- Comment #11 from Ryan Steinmetz  ---
(In reply to Kubilay Kocak from comment #10)

Approved by: ports-secteam (zi)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 211805] graphics/opencv: Missing fortran dependency, causes graphics/py-opencv import cv2 fails

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805

--- Comment #12 from Larry Rosenman  ---
The bad news is, this brings in a BIG change (armv7 stuff).

Is that still OK zi?

r451721 | linimon | 2017-10-10 16:31:30 -0500 (Tue, 10 Oct 2017) | 6 lines

For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR: 221894 (partial)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 223071] python flavors

2017-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071

--- Comment #13 from Antoine Brodin  ---
Ports doing strange things with options:

[00:17:11] Deleting meep-1.2.1_9.txz: changed options
[00:17:11] Pkg: MPICH2
[00:17:11] New:

[00:20:39] Deleting soundkonverter-2.2.2_6.txz: changed options
[00:20:39] Pkg: CDPARANOIA FLAC NLS NORMALIZE VORBIS VORBISGAIN
[00:20:39] New: CDPARANOIA FLAC FLAC NLS NORMALIZE NORMALIZE VORBIS VORBISGAIN

New failures:

http://package18.nyi.freebsd.org/data/110amd64-default-PR223071/2017-10-26_18h50m25s/logs/errors/py27-glewpy-0.7.4_5.log
http://package18.nyi.freebsd.org/data/110amd64-default-PR223071/2017-10-26_18h50m25s/logs/errors/py27-speex-0.2_2.log
http://package18.nyi.freebsd.org/data/110amd64-default-PR223071/2017-10-26_18h50m25s/logs/errors/py27-pyliblo-0.10.0.log
http://package18.nyi.freebsd.org/data/110amd64-default-PR223071/2017-10-26_18h50m25s/logs/errors/py27-bison-0.1.8_4.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"