Re: [Distutils] buildout 1 still not managing to pin buildout to 1.x

2013-06-11 Thread Jim Fulton
On Tue, Jun 11, 2013 at 7:48 PM, Fred Drake wrote: > On Tue, Jun 11, 2013 at 7:22 PM, Tres Seaver wrote: >> When in doubt, remove .installed.cfg and re-run buildout after any such >> change. > > So the real question is: Why doesn't bootstrap.py just do this? Because it's not just an optimizatio

Re: [Distutils] buildout 1 still not managing to pin buildout to 1.x

2013-06-11 Thread Jim Fulton
On Tue, Jun 11, 2013 at 7:22 PM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/11/2013 05:27 AM, Chris Withers wrote: >> On 10/06/2013 18:57, Tres Seaver wrote: >>> Works for me: >>> >>> $ mkdir /tmp/withers $ cd /tmp/withers $ echo "[buildout] parts ="> >>> buildo

Re: [Distutils] buildout 1 still not managing to pin buildout to 1.x

2013-06-11 Thread Fred Drake
On Tue, Jun 11, 2013 at 7:22 PM, Tres Seaver wrote: > When in doubt, remove .installed.cfg and re-run buildout after any such > change. So the real question is: Why doesn't bootstrap.py just do this? I've stumbled on this many times as well; I don't see an advantage to this not being handled by

Re: [Distutils] buildout 1 still not managing to pin buildout to 1.x

2013-06-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/11/2013 05:27 AM, Chris Withers wrote: > On 10/06/2013 18:57, Tres Seaver wrote: >> Works for me: >> >> $ mkdir /tmp/withers $ cd /tmp/withers $ echo "[buildout] parts ="> >> buildout.cfg $ wget http://downloads.buildout.org/1/bootstrap.py >> .

Re: [Distutils] b.pypi.python.org

2013-06-11 Thread ken cochrane
OK, http://www.pypi-mirrors.org is now reporting b.pypi.python.org as N/A which I believe means the DNS propagation is complete. We can move on to phase 2 and use Brett's trick to switch to serving 404's for everything for a little while (how long?) and then fully turn off the app. Ken On Sun, J

[Distutils] Pylons : include git hash inside distribution package

2013-06-11 Thread Harsh Raj Singhal
Hello, I want to include latest git hash, whenever I build the egg for Pylons application. Is it possible to do that without breaking the other features of setup.py file. Eg : python setup.py bdist_egg (Is it possible to do it within this command?) Thank you

Re: [Distutils] Merging forks

2013-06-11 Thread Donald Stufft
On Jun 11, 2013, at 4:46 AM, Paul Moore wrote: > Something prompted by the setuptools merge, and its impact on pip. Does > Python's packaging metadata need a way of declaring in a package that it is a > merge of (two or more) other packages? > > Obviously this is a rare scenario, but it's pai

Re: [Distutils] buildout 1 still not managing to pin buildout to 1.x

2013-06-11 Thread Chris Withers
On 10/06/2013 18:57, Tres Seaver wrote: Works for me: $ mkdir /tmp/withers $ cd /tmp/withers $ echo "[buildout] parts ="> buildout.cfg $ wget http://downloads.buildout.org/1/bootstrap.py ... $ /opt/Python-2.5.x/bin/python bootstrap.py Try with 2.7, and also try going from 1 to 2

[Distutils] Merging forks

2013-06-11 Thread Paul Moore
Something prompted by the setuptools merge, and its impact on pip. Does Python's packaging metadata need a way of declaring in a package that it is a merge of (two or more) other packages? Obviously this is a rare scenario, but it's painful when it occurs (how can a tool know that setuptools 0.7 i