[Distutils] [issue31] [PATCH] Skip failing tests on Jython

2008-08-06 Thread Philip Jenvey
New submission from Philip Jenvey [EMAIL PROTECTED]: (Extracted from #9) This patch disables failing tests on Jython. Per our last conversation on distutils-sig about the failing functionality -- it isn't actually being used, anyway -- assignedto: pje files:

[Distutils] [buildout] where does the demo egg come from in tests?

2008-08-06 Thread Chris Withers
Hi All, I'm reading http://pypi.python.org/pypi/zc.recipe.egg#script-generation with a hope to finding out how to write an egg such that I can have mroe own scripts generated and called. I think having a read of the demo egg used in these tests would solve my problems, but where does it

Re: [Distutils] Bug in setuptools version parsing when appending '.dev'?

2008-08-06 Thread Dave Peterson
Phillip J. Eby wrote: At 12:02 PM 8/4/2008 -0500, Dave Peterson wrote: Phillip J. Eby wrote: At 07:05 PM 7/30/2008 -0500, Dave Peterson wrote: Am I missing something or is the following a bug whereby adding the '.dev' tag is doing something weird? from pkg_resources import

Re: [Distutils] [ANN] EggFreezer

2008-08-06 Thread Alberto Valverde
Mike Orr wrote: Alberto, this is a wonderful idea. It may help with some issues I'm currently facing, running Pylons on App Engine and in Py2exe, distributing projects to assistant developers, and in training sessions for new developers. My organization has developers on all three

Re: [Distutils] Bug in setuptools version parsing when appending '.dev'?

2008-08-06 Thread Dave Peterson
Phillip J. Eby wrote: At 01:41 PM 8/4/2008 -0400, Alexander Michael wrote: Again, attempting to offer up practical solutions. Edit the setup.cfg's to drop the dev option in the release branches and update the trunk to the next version (i.e. 3.1.dev-rX)? That way, checkouts of the release

Re: [Distutils] [ANN] EggFreezer

2008-08-06 Thread zooko
On Aug 5, 2008, at 10:07 AM, Ian Bicking wrote: No... which makes binary eggs unusable on Linux. I feel like there was something else that made binary packages on a Mac unreliable, but I can't remember. Perhaps it was http://bugs.python.org/setuptools/issue19 (Will setuptools on Mac

[Distutils] setuptools acting differently in different shell environments

2008-08-06 Thread Chris Maddison
Hello Phillip J. Eby, I am having trouble setting up an installer package on Mac OS 10.5 that installs setuptools and nose testing for Python 2.5. The installer .pkg drops the payload as a temporary file with the distributions and runs short postinstall script to do the installation of

Re: [Distutils] setuptools acting differently in different shell environments

2008-08-06 Thread Phillip J. Eby
At 02:40 PM 8/6/2008 -0700, Chris Maddison wrote: It seems like a different default directory is being used and I can't figure out why or how to change that. On top of that, when I try forcing it in various ways (including .cfg files) suggested in the setuptools documentation it says that those

Re: [Distutils] [ANN] EggFreezer

2008-08-06 Thread Christopher Arndt
zooko schrieb: On Aug 5, 2008, at 10:07 AM, Ian Bicking wrote: No... which makes binary eggs unusable on Linux. I feel like there was something else that made binary packages on a Mac unreliable, but I can't remember. Perhaps it was http://bugs.python.org/setuptools/issue19 (Will