Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-25 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Drake skrev: On Wed, Mar 24, 2010 at 12:22 PM, Baiju M mba...@zeomega.com wrote: May be this will be useful: http://pypi.python.org/pypi/zc.sourcerelease It sounds to me like Martin's problem isn't getting source releases, but in deploying

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-25 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P.J. Eby skrev: At 04:35 PM 3/24/2010 +0100, Martin Raspaud wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - - setuptools bdist: This is almost what I need, except that it creates a usr dir on top of the tarball. You could always repack

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-25 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tarek Ziadé skrev: On Wed, Mar 24, 2010 at 6:24 PM, Fred Drake fdr...@acm.org wrote: On Wed, Mar 24, 2010 at 12:48 PM, Baiju M mba...@zeomega.com wrote: Can you give some pointer how you are creating RPMs for the binary eggs (eg:- zope.interface )

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-25 Thread Reinout van Rees
On 03/24/2010 05:40 PM, Fred Drake wrote: On Wed, Mar 24, 2010 at 12:22 PM, Baiju Mmba...@zeomega.com wrote: May be this will be useful: http://pypi.python.org/pypi/zc.sourcerelease It sounds to me like Martin's problem isn't getting source releases, but in deploying them on systems without

[Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am now working on a project that I need to deploy on different servers in a compiled form, as tar.gz files (the servers do not have gcc for example). The project comprises two libraries and an extra set of config files and scripts for batch

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread Baiju M
On Wed, Mar 24, 2010 at 9:05 PM, Martin Raspaud martin.rasp...@smhi.se wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am now working on a project that I need to deploy on different servers in a compiled form, as tar.gz files (the servers do not have gcc for example). The

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread Fred Drake
On Wed, Mar 24, 2010 at 12:22 PM, Baiju M mba...@zeomega.com wrote: May be this will be useful: http://pypi.python.org/pypi/zc.sourcerelease It sounds to me like Martin's problem isn't getting source releases, but in deploying them on systems without compilers and other tools. What we're doing

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread Baiju M
On Wed, Mar 24, 2010 at 10:10 PM, Fred Drake fdr...@acm.org wrote: On Wed, Mar 24, 2010 at 12:22 PM, Baiju M mba...@zeomega.com wrote: May be this will be useful: http://pypi.python.org/pypi/zc.sourcerelease It sounds to me like Martin's problem isn't getting source releases, but in

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread Fred Drake
On Wed, Mar 24, 2010 at 12:48 PM, Baiju M mba...@zeomega.com wrote: Can you give some pointer how you are creating RPMs for the binary eggs (eg:- zope.interface ) Any tool available ? The RPM is built using the normal RPM tools: we write a spec file, then run rpmbuild in what we think are the

Re: [Distutils] Releasing eggs as .tar.gz with setuptools or zc.buildout

2010-03-24 Thread P.J. Eby
At 04:35 PM 3/24/2010 +0100, Martin Raspaud wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am now working on a project that I need to deploy on different servers in a compiled form, as tar.gz files (the servers do not have gcc for example). The project comprises two libraries