Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-16 Thread Adam GROSZER

On 10/15/2013 04:35 PM, Jim Fulton wrote:

On Tue, Oct 15, 2013 at 10:27 AM, Adam GROSZER agroszer...@gmail.com wrote:

On 10/15/2013 03:38 PM, Jim Fulton wrote:


On Tue, Oct 15, 2013 at 3:43 AM, Adam GROSZER agroszer...@gmail.com
wrote:


On 10/15/2013 12:14 AM, Alex Clark wrote:



Adam GROSZER agroszer.ll at gmail.com writes:



python-distribute.org seems to be down, that breaks zc.buildout v1
bootstrap.py when used with -d to use distribute.





Distribute is dead, long live Setuptools (don't use -d anymore)




Well easier said than done.
This is windows, 64bit



Does setuptools not work with 64-bit windows?



0.6c11 does not work


There are quite a few 0.6c12 releases that were never uploaded to
PyPI.  Perhaps one of
those works.  I'd be happy to provide the eggs I have if someone wants
to try them out.

Maybe PJE knows of they work on 64-bit windows.








On top of that http://downloads.buildout.org/1/bootstrap.py references
that
URL.



Is there a different URL that should be used? Or do you suggest dropping
distribute support from the buildout 1 bootstrap script?

Jim



This breaks current projects.
We don't have time right now to update to buildout 2.x.
A workaround is to patch the v1 bootstrap with:

distribute_source =
'https://bitbucket.org/pypa/setuptools/raw/f657df1f1ed46596d236376649c99a470662b4ba/distribute_setup.py'

Maybe that should get into http://downloads.buildout.org/1/bootstrap.py


OK, I'll work on that.

Jim



Jim, your recent changes to http://downloads.buildout.org/1/bootstrap.py 
pass on our buildbot.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
[As an atheist] I never noticed that the very strength of the 
pessimists' case poses us a problem. If the universe is so bad, how on 
earth did human beings ever come to attribute it to the activity of a 
wise and good Creator?

- C.S. Lewis
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died /?python-distribute.org down

2013-10-15 Thread Marius Gedminas
On Mon, Oct 14, 2013 at 10:14:15PM +, Alex Clark wrote:
 Adam GROSZER agroszer.ll at gmail.com writes:
  python-distribute.org seems to be down, that breaks zc.buildout v1 
  bootstrap.py when used with -d to use distribute.
 
 Distribute is dead, long live Setuptools (don't use -d anymore)

Are you saying that python-distribute.org was shut down on purpose and
will not come back up?

Marius Gedminas
-- 
We have enough youth, how about a fountain of SMART?


signature.asc
Description: Digital signature
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-15 Thread Adam GROSZER

On 10/15/2013 12:14 AM, Alex Clark wrote:

Adam GROSZER agroszer.ll at gmail.com writes:



python-distribute.org seems to be down, that breaks zc.buildout v1
bootstrap.py when used with -d to use distribute.



Distribute is dead, long live Setuptools (don't use -d anymore)


Well easier said than done.
This is windows, 64bit

On top of that http://downloads.buildout.org/1/bootstrap.py references 
that URL.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
Cowardice asks, Is it safe? Expediency asks, Is it politic? Vanity asks, 
Is it popular? But conscience asks, Is it right?

- William Morley Punshon
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died /?python-distribute.org down

2013-10-15 Thread Nick Coghlan
On 15 Oct 2013 16:18, Marius Gedminas mar...@pov.lt wrote:

 On Mon, Oct 14, 2013 at 10:14:15PM +, Alex Clark wrote:
  Adam GROSZER agroszer.ll at gmail.com writes:
   python-distribute.org seems to be down, that breaks zc.buildout v1
   bootstrap.py when used with -d to use distribute.
 
  Distribute is dead, long live Setuptools (don't use -d anymore)

 Are you saying that python-distribute.org was shut down on purpose and
 will not come back up?

On purpose is too strong. It's more that there's nobody to investigate
any failures, as distribute has been merged back into setuptools, ending
distribute's existence as a separate project.

Cheers,
Nick.


 Marius Gedminas
 --
 We have enough youth, how about a fountain of SMART?

 ___
 Distutils-SIG maillist  -  Distutils-SIG@python.org
 https://mail.python.org/mailman/listinfo/distutils-sig

___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died /?python-distribute.org down

2013-10-15 Thread Sebastien Douche
On Tue, Oct 15, 2013 at 8:17 AM, Marius Gedminas mar...@pov.lt wrote:
 Are you saying that python-distribute.org was shut down on purpose and
 will not come back up?

On IRC, Tarek said he forgot to renew the domain. It's done.



-- 
Sebastien Douche sdou...@gmail.com
Twitter: @sdouche / G+: +sdouche
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-15 Thread Alex Clark
Adam GROSZER agroszer.ll at gmail.com writes:


 On top of that http://downloads.buildout.org/1/bootstrap.py references 
 that URL.
 

Please open a ticket here: https://github.com/buildout/buildout/issues



___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-15 Thread Adam GROSZER

On 10/15/2013 03:38 PM, Jim Fulton wrote:

On Tue, Oct 15, 2013 at 3:43 AM, Adam GROSZER agroszer...@gmail.com wrote:

On 10/15/2013 12:14 AM, Alex Clark wrote:


Adam GROSZER agroszer.ll at gmail.com writes:



python-distribute.org seems to be down, that breaks zc.buildout v1
bootstrap.py when used with -d to use distribute.




Distribute is dead, long live Setuptools (don't use -d anymore)



Well easier said than done.
This is windows, 64bit


Does setuptools not work with 64-bit windows?


0.6c11 does not work




On top of that http://downloads.buildout.org/1/bootstrap.py references that
URL.


Is there a different URL that should be used? Or do you suggest dropping
distribute support from the buildout 1 bootstrap script?

Jim



This breaks current projects.
We don't have time right now to update to buildout 2.x.
A workaround is to patch the v1 bootstrap with:

distribute_source = 
'https://bitbucket.org/pypa/setuptools/raw/f657df1f1ed46596d236376649c99a470662b4ba/distribute_setup.py'


Maybe that should get into http://downloads.buildout.org/1/bootstrap.py

--
Best regards,
 Adam GROSZER
--
Quote of the day:
Private ownership is an invitation to disaster
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-15 Thread Jim Fulton
On Tue, Oct 15, 2013 at 10:27 AM, Adam GROSZER agroszer...@gmail.com wrote:
 On 10/15/2013 03:38 PM, Jim Fulton wrote:

 On Tue, Oct 15, 2013 at 3:43 AM, Adam GROSZER agroszer...@gmail.com
 wrote:

 On 10/15/2013 12:14 AM, Alex Clark wrote:


 Adam GROSZER agroszer.ll at gmail.com writes:


 python-distribute.org seems to be down, that breaks zc.buildout v1
 bootstrap.py when used with -d to use distribute.




 Distribute is dead, long live Setuptools (don't use -d anymore)



 Well easier said than done.
 This is windows, 64bit


 Does setuptools not work with 64-bit windows?


 0.6c11 does not work

There are quite a few 0.6c12 releases that were never uploaded to
PyPI.  Perhaps one of
those works.  I'd be happy to provide the eggs I have if someone wants
to try them out.

Maybe PJE knows of they work on 64-bit windows.





 On top of that http://downloads.buildout.org/1/bootstrap.py references
 that
 URL.


 Is there a different URL that should be used? Or do you suggest dropping
 distribute support from the buildout 1 bootstrap script?

 Jim


 This breaks current projects.
 We don't have time right now to update to buildout 2.x.
 A workaround is to patch the v1 bootstrap with:

 distribute_source =
 'https://bitbucket.org/pypa/setuptools/raw/f657df1f1ed46596d236376649c99a470662b4ba/distribute_setup.py'

 Maybe that should get into http://downloads.buildout.org/1/bootstrap.py

OK, I'll work on that.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-15 Thread Alex Clark
Adam GROSZER agroszer.ll at gmail.com writes:



 
 0.6c11 does not work

Why do you care about 0.6c11 when the latest release is 1.1.6? (Exes are
here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ and if jaraco or PJE are
watching, you should ask cgohlke if you can upload those to PyPI like we do
with Pillow:
https://pypi.python.org/pypi?name=Pillowversion=2.2.1:action=files)


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


[Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-14 Thread Adam GROSZER

Hi,

python-distribute.org seems to be down, that breaks zc.buildout v1 
bootstrap.py when used with -d to use distribute.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
Some days you're the dog, and some days you're the hydrant.
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] zc.buildout bootstrap.py v1 died / python-distribute.org down

2013-10-14 Thread Alex Clark
Adam GROSZER agroszer.ll at gmail.com writes:


 python-distribute.org seems to be down, that breaks zc.buildout v1 
 bootstrap.py when used with -d to use distribute.


Distribute is dead, long live Setuptools (don't use -d anymore)



___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig