Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread PJ Eby
On Thu, Feb 14, 2013 at 2:24 PM, Tarek Ziadé wrote: > On 2/14/13 8:21 PM, PJ Eby wrote: >> >> On Thu, Feb 14, 2013 at 1:52 PM, Tarek Ziadé wrote: >>> >>> On 2/14/13 6:32 PM, Jim Fulton wrote: On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: > > Hey > > As Marc-André

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Tarek Ziadé
On 2/14/13 8:21 PM, PJ Eby wrote: On Thu, Feb 14, 2013 at 1:52 PM, Tarek Ziadé wrote: On 2/14/13 6:32 PM, Jim Fulton wrote: On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: Hey As Marc-André suggested, it would be a good thing to move the bootstrapping file to :https://pypi.python.org/p

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread PJ Eby
On Thu, Feb 14, 2013 at 1:52 PM, Tarek Ziadé wrote: > On 2/14/13 6:32 PM, Jim Fulton wrote: >> >> On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: >>> >>> Hey >>> >>> As Marc-André suggested, it would be a good thing to move the >>> bootstrapping >>> file to >>> :https://pypi.python.org/packa

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Jim Fulton
On Thu, Feb 14, 2013 at 1:52 PM, Tarek Ziadé wrote: > On 2/14/13 6:32 PM, Jim Fulton wrote: >> >> On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: >>> >>> Hey >>> >>> As Marc-André suggested, it would be a good thing to move the >>> bootstrapping >>> file to >>> :https://pypi.python.org/packa

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Jason R. Coombs
ls-sig- > bounces+jaraco=jaraco@python.org] On Behalf Of Jim Fulton > Sent: Thursday, 14 February, 2013 12:33 > To: Tarek Ziadé > Cc: distutils-sig@python.org > Subject: Re: [Distutils] Moving distribute_setup.py > > On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: &g

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Tarek Ziadé
On 2/14/13 7:47 PM, Jason R. Coombs wrote: Sounds good to me. See release.py in the root of distribute which uploads that file as part of the release process. It would be nice if that continues to work after the move. How is access controlled to that resource? So what will need to be done is to

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Tarek Ziadé
On 2/14/13 6:32 PM, Jim Fulton wrote: On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: Hey As Marc-André suggested, it would be a good thing to move the bootstrapping file to :https://pypi.python.org/packages/source/d/distribute/distribute_setup.py +1 I need to do something similar for b

Re: [Distutils] Moving distribute_setup.py

2013-02-14 Thread Jim Fulton
On Thu, Feb 14, 2013 at 11:41 AM, Tarek Ziadé wrote: > Hey > > As Marc-André suggested, it would be a good thing to move the bootstrapping > file to > :https://pypi.python.org/packages/source/d/distribute/distribute_setup.py +1 I need to do something similar for buildout bootstrap files. How are

[Distutils] Moving distribute_setup.py

2013-02-14 Thread Tarek Ziadé
Hey As Marc-André suggested, it would be a good thing to move the bootstrapping file to :https://pypi.python.org/packages/source/d/distribute/distribute_setup.py so we can use the PSF certificate and provide a better security scheme I guess we can do the change in zc.buildout and distribute a