Re: [Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Toshio Kuratomi
On Wed, Dec 04, 2013 at 01:36:53PM +0100, Dridi Boukelmoune wrote: > On Wed, Dec 4, 2013 at 1:18 PM, Bohuslav Kabrda wrote: > > - Original Message - > >> Dne 4.12.2013 12:37, Bohuslav Kabrda napsal(a): > >> > (tkinter is actually a subpackage of python itself) > >> > >> I guess you know wh

Re: {__python2} for el6?

2013-12-04 Thread Toshio Kuratomi
On Wed, Dec 04, 2013 at 02:41:30PM -0500, Ralph Bean wrote: > Back in August, the {__python} macro was deprecated in favor of > {__python2}. This is cool as it paves the way for an eventual python3 > takeover. > > https://fedoraproject.org/w/index.php?title=Packaging:Python&diff=350838&oldid=3508

{__python2} for el6?

2013-12-04 Thread Ralph Bean
Back in August, the {__python} macro was deprecated in favor of {__python2}. This is cool as it paves the way for an eventual python3 takeover. https://fedoraproject.org/w/index.php?title=Packaging:Python&diff=350838&oldid=350837 However, {__python} is still the expected macro for el6 builds. M

Re: [Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Bohuslav Kabrda
- Original Message - > Dne 4.12.2013 12:37, Bohuslav Kabrda napsal(a): > > (tkinter is actually a subpackage of python itself) > > I guess you know what I mean here, but to be clear: > > tkinter is only an example, we got more, like pyserial, PyYAML... Oh, I see. Some time ago, FPC has a

Re: [Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Miro Hrončok
Dne 4.12.2013 12:37, Bohuslav Kabrda napsal(a): (tkinter is actually a subpackage of python itself) I guess you know what I mean here, but to be clear: tkinter is only an example, we got more, like pyserial, PyYAML... Other thing: What about apps? Do we want something in the guidelines that

Re: [Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Bohuslav Kabrda
- Original Message - > What about package that doesn't have python- prefix? > > I saw that in the example: > > %if 0%{?with_python2} > ... > BuildRequires: tkinter > %endif > > %if 0%{?with_python3} > ... > BuildRequires: python3-tkinter

Re: [Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Miro Hrončok
What about package that doesn't have python- prefix? I saw that in the example: %if 0%{?with_python2} ... BuildRequires: tkinter %endif %if 0%{?with_python3} ... BuildRequires: python3-tkinter %endif So I guess tkinter i

Proposal for Python guidelines change (in connection to Python 3 switch)

2013-12-04 Thread Bohuslav Kabrda
Hi all, as you probably know, the "Python 3 as a Default" [1] change has been accepted by FESCo and is currently targeted for F22. As a part of that Change, I also wrote that we should rethink some aspects of Python packaging in Fedora. I have put together a proposal that summarizes the current