On 10/13/10, Maciej (Matchek) Blizinski <[email protected]> wrote: > No dia 13 de Outubro de 2010 17:12, Ben Walton <[email protected]> > escreveu: >> Excerpts from Maciej (Matchek) Blizinski's message of Wed Oct 13 12:00:59 >> -0400 2010: >> >>> GAR used to automatically exclude the .pyc files from Python >>> packages (category="python"), but it doesn't do that any more. Does >>> anyone know why might that be? >> >> I adjusted the _PYCOMPILE_FILES path from /opt/csw/lib/python/ to >> .../python2.6 the other day as that is where new files are going. > > Unfortunately, files don't go there at the moment. I have a plan of > making them go there, but it'll take time. >
wait what? we've been through this a few times. python files need to be compiled to a single, consistent place. Altering the dest with numerical revisions, has caused problems in the past. Mostly with python-dependant modules/utils. Unfortunately, I'm not a python expert, so cant explain further... i just know as release manager, that there were major problems with it, that adversely affected multiple packages. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
