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

2013-12-05 Thread Bohuslav Kabrda
- Original Message - > On Wed, Dec 04, 2013 at 07:18:31AM -0500, Bohuslav Kabrda wrote: > > - Original Message - > > Oh, I see. Some time ago, FPC has accepted a change that says, that > > packages with "py" in name should be prefixed with "python-" anyway [1]. > > Since this only a

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: [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