Re: Minor change to with_python3 conditions in specfiles

2012-07-31 Thread Toshio Kuratomi
On Tue, Jul 31, 2012 at 11:29:02AM -0400, David Malcolm wrote: > For python packages that build python 2 and 3 subpackages from one > shared src.rpm, the current example on > http://fedoraproject.org/wiki/Packaging:Python#Example_spec_file > has this fragment: > %if 0%{?fedora} > 12 || 0%{?rhel

Minor change to with_python3 conditions in specfiles

2012-07-31 Thread David Malcolm
For python packages that build python 2 and 3 subpackages from one shared src.rpm, the current example on http://fedoraproject.org/wiki/Packaging:Python#Example_spec_file has this fragment: %if 0%{?fedora} > 12 || 0%{?rhel} > 6 %global with_python3 1 ...snip... which was written with the as

Re: Working towards retiring PyXML

2012-07-31 Thread Nick Coghlan
On 07/31/2012 03:16 PM, Toshio Kuratomi wrote: > On Fri, Jul 27, 2012 at 12:27:31PM +1000, Nick Coghlan wrote: >> On 07/27/2012 07:28 AM, David Malcolm wrote: >>> With my proposed approach, you have to opt-in, your code can say: when I >>> say "xml", I really mean "xml", not "_xmlplus". >> >> You c