Thanks for that assurance.

By "publish" I meant I was contemplating a nomination of the
Leo .rpm/.src.rpm for the Fedora distribution.  It would be an
interesting exercise, if nothing else, to go through their quality
control process.  What would be a good way to suppress these errors?
Just '@@' in the headline to suppress reading the files?

For the purposes of such a distribution, I'm leaning toward dealing
with LeoN.py by puting an "@ignore" directive in the leoPluginsRef.leo
and simply prefixing every line in LeoN.py with "#".  I really don't
know what to do about ConceptualSort.py; the error when byte compiling
is

SyntaxError: ("unqualified exec is not allowed in function 'lcsort2'
it is a nested function",)

As best I can tell, there is a syntax change between python 2.6 and
python 3, with the python 2.6 syntax in a comment.  For a Fedora
distribution, should I just move the comment marker to the Python 3
line?

I'm generating the MANIFEST file using this bash script (the extra sed
is due to DOS line endings in bzr-manifest.txt):

for f in $(sed -e 's/\r//' bzr-manifest.txt); do [ -f $f ] && echo $f;
done > MANIFEST

I've created a setup.cfg file to give some clues to bdist_rpm.

The Fedora folks are fastidious about licenses, so I'd like to add a
"license = " option.  Ville, I see that you introduced the current
version; do you think I should leave the tag as "UNKNOWN", or could it
be characterized with one of the existing Fedora license tags?  To
generate a list of such tags on a Fedora system, I use

rpm -qa --qf '%{LICENSE}\n' | sort -u

    - Stephen

On Mar 15, 3:04 pm, "Ville M. Vainio" <[email protected]> wrote:
> On Mon, Mar 15, 2010 at 7:15 PM, thyrsus <[email protected]> wrote:
> > Have those been mistakenly purged by including "leo/doc/html" in
> > scrub_datafiles?
>
> It's not a mistake.
>
> The error is harmless.
>
> --
> Ville M. Vainiohttp://tinyurl.com/vainio

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to