From: Frank T. <ft...@ne...> - 2002-07-19 15:28:12
|
Juergen Hermann, on 2002-07-19, wrote: > No, since I hate those, not only due to the fact that they in > consequence contain no package doc string. So scratch zero-length, and > replace it by "identical", which solves all practical problems for me. That's a reasonable objection. The only problem with 'identical' is that there are issues of one changing in one cvs module, and not in the other (nevermind the fact that CVS $Id$ tags would be different). > Remaining problems are that there should probably be a way to check > what is installed (aop only, full, etc.) Why? > Also, on 2nd thinking I despise the idea to create a 2nd cvs module, > duplicating setup.py and all stuff. A better way would be to have > options in setup.py (or a 2nd setup_aop.py) that just packages the > right stuff. I wouldn't be duplicating, since the setup.py and such would be significantly simpler than the current one, and more able to accurately describe the pythius.aop module (e.g., differences such as LGPL, etc). > This way, it's much easier to create tailored distributions. I'm not following what you mean here. -- Frank Tobin http://www.neverending.org/~ftobin/ |