Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-16 Thread Raphael Kubo da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126345/ --- (Updated Dec. 16, 2015, 5:30 p.m.) Status -- This change has been

Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Raphael Kubo da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126345/ --- Review request for Build System, kdelibs and Alex Merry. Repository:

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Luca Beltrame
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126345/#review89484 --- Ship it! Inviala! - Luca Beltrame On Dic. 14, 2015, 5:48

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Raphael Kubo da Costa
> On Dec. 14, 2015, 8:24 p.m., Alex Merry wrote: > > Seems sensible to me. Are there any potential Python2 vs Python3 issues? I don't think there are any -- the `.pyc/.pyo` files are installed with a different name into a different location on Python >= 3.2, but that is already taken care of

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126345/#review89485 --- Seems sensible to me. Are there any potential Python2 vs

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Raphael Kubo da Costa
> On Dec. 14, 2015, 8:24 p.m., Alex Merry wrote: > > Seems sensible to me. Are there any potential Python2 vs Python3 issues? > > Raphael Kubo da Costa wrote: > I don't think there are any -- the `.pyc/.pyo` files are installed with a > different name into a different location on Python >=

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126345/#review89506 --- Ship it! Ship It! - Alex Merry On Dec. 14, 2015, 4:48

Re: Review Request 126345: PythonMacros: specify destination directory in byte-compiled files

2015-12-14 Thread Alex Merry
> On Dec. 14, 2015, 6:24 p.m., Alex Merry wrote: > > Seems sensible to me. Are there any potential Python2 vs Python3 issues? > > Raphael Kubo da Costa wrote: > I don't think there are any -- the `.pyc/.pyo` files are installed with a > different name into a different location on Python >=