Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-11 Thread Jim Fulton
On Feb 10, 2007, at 7:44 PM, Phillip J. Eby wrote: At 02:20 PM 2/10/2007 -0500, Jim Fulton wrote: On Feb 10, 2007, at 2:16 PM, Phillip J. Eby wrote: At 12:54 PM 2/10/2007 -0500, Jim Fulton wrote: ... (Note: Buildout uses PackageIndex to locate and fetch distributions. It then

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-11 Thread Phillip J. Eby
At 01:01 PM 2/11/2007 -0500, Jim Fulton wrote: On Feb 10, 2007, at 7:44 PM, Phillip J. Eby wrote: At 02:20 PM 2/10/2007 -0500, Jim Fulton wrote: On Feb 10, 2007, at 2:16 PM, Phillip J. Eby wrote: At 12:54 PM 2/10/2007 -0500, Jim Fulton wrote: ... (Note: Buildout uses PackageIndex to locate and

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-10 Thread Jim Fulton
On Feb 9, 2007, at 6:49 PM, Phillip J. Eby wrote: At 05:26 PM 2/9/2007 -0500, Jim Fulton wrote: ValueError: (Couldn't find, Requirement.parse ('archetypes.kss==dev')) I finally found some time to look into this. Buildout uses setuptools APIs. It uses a PackageIndex to download the

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-10 Thread Phillip J. Eby
At 12:54 PM 2/10/2007 -0500, Jim Fulton wrote: On Feb 9, 2007, at 6:49 PM, Phillip J. Eby wrote: At 05:26 PM 2/9/2007 -0500, Jim Fulton wrote: ValueError: (Couldn't find, Requirement.parse ('archetypes.kss==dev')) I finally found some time to look into this. Buildout uses setuptools APIs.

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-10 Thread Jim Fulton
On Feb 10, 2007, at 2:16 PM, Phillip J. Eby wrote: At 12:54 PM 2/10/2007 -0500, Jim Fulton wrote: ... (Note: Buildout uses PackageIndex to locate and fetch distributions. It then installs distributions itself. if the distribution is already an egg, then this is straightforward.

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-10 Thread Phillip J. Eby
At 02:20 PM 2/10/2007 -0500, Jim Fulton wrote: On Feb 10, 2007, at 2:16 PM, Phillip J. Eby wrote: At 12:54 PM 2/10/2007 -0500, Jim Fulton wrote: ... (Note: Buildout uses PackageIndex to locate and fetch distributions. It then installs distributions itself. if the distribution is already an

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-09 Thread Jim Fulton
On Jan 29, 2007, at 6:14 PM, Martin Aspeli wrote: Phillip J. Eby wrote: At 10:37 PM 1/29/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version because the installed

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-09 Thread Martin Aspeli
Jim Fulton wrote: On Jan 29, 2007, at 6:14 PM, Martin Aspeli wrote: Phillip J. Eby wrote: At 10:37 PM 1/29/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-02-09 Thread Phillip J. Eby
At 05:26 PM 2/9/2007 -0500, Jim Fulton wrote: ValueError: (Couldn't find, Requirement.parse ('archetypes.kss==dev')) I finally found some time to look into this. Buildout uses setuptools APIs. It uses a PackageIndex to download the distribution and this actually works. It then uses an

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
Ian Bicking wrote: Martin Aspeli wrote: http://peak.telecommunity.com/DevCenter/setuptools#managing-continuous-releases-using-subversion http://peak.telecommunity.com/DevCenter/setuptools#making-your-package-available-for-easyinstall I found myself searching for this very thing, and couldn't

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
Martin Aspeli wrote: Ian Bicking wrote: Is there a way to do find-links in buildout? I think so, maybe named something like find-links. Yep. Then you'd point at a page that has the link with #egg= IIRC you have to point find-links at a real HTML page. Right. But I don't

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
Phillip J. Eby wrote: At 04:25 PM 1/28/2007 -0600, Ian Bicking wrote: Is there a way to do find-links in buildout? I think so, maybe named something like find-links. Then you'd point at a page that has the link with #egg= IIRC you have to point find-links at a real HTML page. Not for

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
Phillip J. Eby wrote: At 10:01 PM 1/28/2007 +, Martin Aspeli wrote: I found myself searching for this very thing, and couldn't find a way to do it with zc.buildout. Listing an svn URL in the 'eggs' section gave a syntax error (with or without the #egg=Foo-dev bit). Listing the svn URL in

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Martin Aspeli
Phillip J. Eby wrote: At 10:52 PM 1/28/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: At 04:25 PM 1/28/2007 -0600, Ian Bicking wrote: Is there a way to do find-links in buildout? I think so, maybe named something like find-links. Then you'd point at a page that has the link with

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Martin Aspeli
Jim Fulton wrote: So, from your example, you now have a kss.core-0.1dev egg. It isn't a real release. It reflects the state of your subversion repository at the time you happened to run the buildout. My guess is that if you run the buildout again, the egg won't be recreated. You

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
On Jan 29, 2007, at 5:14 PM, Martin Aspeli wrote: Jim Fulton wrote: So, from your example, you now have a kss.core-0.1dev egg. It isn't a real release. It reflects the state of your subversion repository at the time you happened to run the buildout. My guess is that if you run the

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Phillip J. Eby
At 05:07 PM 1/29/2007 -0500, Jim Fulton wrote: On Jan 29, 2007, at 4:52 PM, Martin Aspeli wrote: Jim Fulton wrote: So do you get a develop egg and egg link or a regular egg for each of these packages? If the later, as I fear, I think you have a problem. I think the latter (I *just*

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
On Jan 29, 2007, at 5:26 PM, Phillip J. Eby wrote: At 05:07 PM 1/29/2007 -0500, Jim Fulton wrote: On Jan 29, 2007, at 4:52 PM, Martin Aspeli wrote: Jim Fulton wrote: So do you get a develop egg and egg link or a regular egg for each of these packages? If the later, as I fear, I

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Jim Fulton
On Jan 29, 2007, at 5:37 PM, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version because the installed version is always a version like 0.6c2dev-r51290 or something. This

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Phillip J. Eby
At 10:37 PM 1/29/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version because the installed version is always a version like 0.6c2dev-r51290 or something. This

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Martin Aspeli
Jim Fulton wrote: On Jan 29, 2007, at 5:37 PM, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version because the installed version is always a version like 0.6c2dev-r51290 or

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-29 Thread Martin Aspeli
Phillip J. Eby wrote: At 10:37 PM 1/29/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: Development snapshots of setuptools can be checked out with setuptools==dev, and that will always download a new version because the installed version is always a version like 0.6c2dev-r51290 or

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-28 Thread Phillip J. Eby
At 10:01 PM 1/28/2007 +, Martin Aspeli wrote: I found myself searching for this very thing, and couldn't find a way to do it with zc.buildout. Listing an svn URL in the 'eggs' section gave a syntax error (with or without the #egg=Foo-dev bit). Listing the svn URL in 'find-links' didn't work

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-28 Thread Martin Aspeli
Phillip J. Eby wrote: At 04:25 PM 1/28/2007 -0600, Ian Bicking wrote: Is there a way to do find-links in buildout? I think so, maybe named something like find-links. Then you'd point at a page that has the link with #egg= IIRC you have to point find-links at a real HTML page. Not for

Re: [Distutils] Building an egg from Subversion using zc.buildout

2007-01-28 Thread Phillip J. Eby
At 10:52 PM 1/28/2007 +, Martin Aspeli wrote: Phillip J. Eby wrote: At 04:25 PM 1/28/2007 -0600, Ian Bicking wrote: Is there a way to do find-links in buildout? I think so, maybe named something like find-links. Then you'd point at a page that has the link with #egg= IIRC you

[Distutils] Building an egg from Subversion using zc.buildout

2006-11-19 Thread Nathan R. Yergler
I'm using zc.buildout for deploying a handful of applications, and one of our dependencies doesn't have eggs or correctly formatted pages (that would allow easy_install to track down the repository for direct building from source). Does zc.buildout provide any way to build an egg from a

Re: [Distutils] Building an egg from Subversion using zc.buildout

2006-11-19 Thread Phillip J. Eby
At 12:21 PM 11/19/2006 -0500, Nathan R. Yergler wrote: I'm using zc.buildout for deploying a handful of applications, and one of our dependencies doesn't have eggs or correctly formatted pages (that would allow easy_install to track down the repository for direct building from source). Does