[Distutils] multiple servers handling in .pypirc

2008-01-17 Thread Tarek Ziadé
Hello, like discussed in catalog-sig, and explained here: http://wiki.python.org/moin/EnhancedPyPI I am submitting a patch for distutils so .pypirc can handle several servers: http://bugs.python.org/issue1858 It allows having a .pypirc that handles several servers, using the -r option

Re: [Distutils] docs on using setuptools in a release cycle with RPMS

2008-01-17 Thread Noah Gift
On Jan 17, 2008, at 9:32 AM, Phillip J. Eby wrote: At 04:16 AM 1/17/2008 -0500, Noah Gift wrote: I am trying to get egg generation entry points integrated with building RPM's, and hopefully debian packages too. I haven't had much luck finding any documentation on this though. My

Re: [Distutils] multiple servers handling in .pypirc

2008-01-17 Thread James William Pye
FWIW, On Thu, Jan 17, 2008 at 04:40:22AM -0800, Tarek Ziadé wrote: like discussed in catalog-sig, and explained here: http://wiki.python.org/moin/EnhancedPyPI distutils/setuptools does need something like this, but I'm not terribly fond of how that file is laid out. :( In the EnhancedPyPI

Re: [Distutils] docs on using setuptools in a release cycle with RPMS

2008-01-17 Thread Phillip J. Eby
At 09:54 AM 1/17/2008 -0500, Noah Gift wrote: On Jan 17, 2008, at 9:32 AM, Phillip J. Eby wrote: At 04:16 AM 1/17/2008 -0500, Noah Gift wrote: I am trying to get egg generation entry points integrated with building RPM's, and hopefully debian packages too. I haven't had much luck finding any

Re: [Distutils] docs on using setuptools in a release cycle with RPMS

2008-01-17 Thread Phillip J. Eby
At 04:16 AM 1/17/2008 -0500, Noah Gift wrote: I am trying to get egg generation entry points integrated with building RPM's, and hopefully debian packages too. I haven't had much luck finding any documentation on this though. My specific question is: Can I use: python2.5 ./setup.py bdist_rpm

Re: [Distutils] docs on using setuptools in a release cycle with RPMS

2008-01-17 Thread Noah Gift
cp script.py build/lib Why are you doing these steps? I don't understand. In order to create an egg, to my knowledge, you create a build/lib directory and place your scripts or library inside, then run setup.py bdist_egg. Those were the steps I took, to successfully create a python

Re: [Distutils] [Enthought-dev] Building Fedora RPMs

2008-01-17 Thread 保坂範行
I tried to do that and build the package, but I ran into problems of svn and setuptools remembering what was there before and I got worse errors. :-( I've had problems like that before. clean /var/tmp with rm -rf /var/tmp/* ___ Distutils-SIG