Re: Python Packages + Multiple Sources

2010-12-09 Thread Toshio Kuratomi
On Wed, Dec 08, 2010 at 09:29:10PM +0100, Till Maas wrote: > On Tue, Dec 07, 2010 at 08:39:50PM -0600, BJ Dierkes wrote: > > > All three pieces follow each release meaning, when 0.8.12 (current stable) > > was released... new tarbals were released for all three. The reason for > > separate tarb

Re: Python Packages + Multiple Sources

2010-12-08 Thread BJ Dierkes
On Dec 8, 2010, at 1:53 PM, Jeff Spaleta wrote: > On Wed, Dec 8, 2010 at 6:06 PM, BJ Dierkes > wrote: >> That is exactly right. > > reading over the instructions on the pypi page for cement.devtools > explicitly tells people to easy_install cement prior to > easy_install'ing cement.devtools, s

Re: Python Packages + Multiple Sources

2010-12-08 Thread Till Maas
On Tue, Dec 07, 2010 at 08:39:50PM -0600, BJ Dierkes wrote: > All three pieces follow each release meaning, when 0.8.12 (current stable) > was released... new tarbals were released for all three. The reason for > separate tarbals is primarily for maintaining releases via PyPi [2]. I need > al

Re: Python Packages + Multiple Sources

2010-12-08 Thread Jeff Spaleta
On Wed, Dec 8, 2010 at 6:06 PM, BJ Dierkes wrote: > That is exactly right. reading over the instructions on the pypi page for cement.devtools explicitly tells people to easy_install cement prior to easy_install'ing cement.devtools, so I wanted clarification as to whether that was necessasry. -j

Re: Python Packages + Multiple Sources

2010-12-08 Thread BJ Dierkes
On Dec 8, 2010, at 2:55 AM, Stanislav Ochotnicky wrote: > On 12/08/2010 04:25 AM, Jeff Spaleta wrote: >> On Wed, Dec 8, 2010 at 2:39 AM, BJ Dierkes >> wrote: >>> Hello all, >>> >> >> Just to be clear... PyPI has an implied "one source" requirement >> embedded in its repository structure and

Re: Python Packages + Multiple Sources

2010-12-08 Thread Stanislav Ochotnicky
On 12/08/2010 04:25 AM, Jeff Spaleta wrote: > On Wed, Dec 8, 2010 at 2:39 AM, BJ Dierkes > wrote: >> Hello all, >> > > Just to be clear... PyPI has an implied "one source" requirement > embedded in its repository structure and you have optimized your > upstream project release structure to meet

Re: Python Packages + Multiple Sources

2010-12-07 Thread Jeff Spaleta
On Wed, Dec 8, 2010 at 2:39 AM, BJ Dierkes wrote: > Hello all, > Just to be clear... PyPI has an implied "one source" requirement embedded in its repository structure and you have optimized your upstream project release structure to meet PyPI's implied requirement. Question does PyPI handle depe