Re: Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Nick Coghlan
On 28 January 2015 at 03:32, Toshio Kuratomi wrote: > On Tue, Jan 27, 2015 at 10:50:07PM +1000, Nick Coghlan wrote: >> What if, instead, we were able to add a new macro that let folks >> *explicitly* opt in to running in the "system Python", but then define >> the recommended spec file usage such

Re: Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Toshio Kuratomi
On Tue, Jan 27, 2015 at 10:50:07PM +1000, Nick Coghlan wrote: > > > > %if 0%{?fedora} > > %global default_python python3 > > %else > > %global default_python python > > %endif > > I'm wary of this proposed solution mostly due to the fact that in the > middle of last year, the Beaker team had to go

Re: Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Toshio Kuratomi
On Tue, Jan 27, 2015 at 06:26:26AM -0500, Bohuslav Kabrda wrote: > > Current state: > - Up until F21, maintainers were encouraged to build applications with Python > 2, but weren't discouraged from building with Python 3. Note -- this isn't quite right. If an application could run with either p

Re: Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Bohuslav Kabrda
- Original Message - > On 27 January 2015 at 21:26, Bohuslav Kabrda wrote: > > Hey all, > > I just wanted to ask for some thoughts on a "problem" (or rather a > > "hardship") that is starting to show with the Python 3 transition in > > Fedora. > > I've been contacted by two maintainers of

Re: python-sig and retiring python3-dateutil

2015-01-27 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jan 27, 2015 at 08:59:13AM -0500, Bohuslav Kabrda wrote: > Packaging Python extension modules should keep working the way it did up until F21. python-dateutil will still be the Python2 build, python3-datetuil will still be the Python3 build. There are some guidelines changes that I pr

Re: python-sig and retiring python3-dateutil

2015-01-27 Thread Bohuslav Kabrda
- Original Message - > Pete Travis < m...@petetravis.com > schrieb am Mon Jan 26 2015 at 5:24:32 PM: > > On 01/26/2015 08:53 AM, Zbigniew Jędrzejewski-Szmek wrote: > > > > Hi, > > > > > > > > since bug #1126521 seems to be progressing nicely, I think it would be > > > > nice to get in

Re: Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Nick Coghlan
On 27 January 2015 at 21:26, Bohuslav Kabrda wrote: > Hey all, > I just wanted to ask for some thoughts on a "problem" (or rather a > "hardship") that is starting to show with the Python 3 transition in Fedora. > I've been contacted by two maintainers of "applications" in Fedora for advice > and

Apps using default Python in Fedora vs. EPEL

2015-01-27 Thread Bohuslav Kabrda
Hey all, I just wanted to ask for some thoughts on a "problem" (or rather a "hardship") that is starting to show with the Python 3 transition in Fedora. I've been contacted by two maintainers of "applications" in Fedora for advice and have been thinking for some time how to solve this: Note: by