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