[Distutils] Managing how an egg-info is created?

2014-11-22 Thread John Anderson
We use gunicorn as our webserver and we use it to do zero downtime deployments. The way it does this is by having a master process that forks children. This works perfectly when we deploy as editable installations (pip install -e) but doesn't work when we install sdists. The reason this doesn't

[Distutils] Detecting rst errors when uploading to pypi

2014-12-27 Thread John Anderson
Hey, I'm trying to get my README to render properly on pypi but I haven't found a way to detect the errors pypi is experiencing. The package I'm trying to upload is here: https://pypi.python.org/pypi/pyramid_celery I've checked the README.rst with restview, rst2html, and collective.showdocs and t

Re: [Distutils] Detecting rst errors when uploading to pypi

2014-12-28 Thread John Anderson
On Sun, Dec 28, 2014 at 9:02 AM, Marius Gedminas wrote: > On Sat, Dec 27, 2014 at 08:26:50PM -0800, John Anderson wrote: > > Hey, I'm trying to get my README to render properly on pypi but I haven't > > found a way to detect the errors pypi is experiencing. > >

Re: [Distutils] Detecting rst errors when uploading to pypi

2014-12-28 Thread John Anderson
d > that as well. > > > Richard > > On Mon Dec 29 2014 at 10:54:50 AM John Anderson wrote: > >> On Sun, Dec 28, 2014 at 9:02 AM, Marius Gedminas >> wrote: >> >>> On Sat, Dec 27, 2014 at 08:26:50PM -0800, John Anderson wrote: >>> > H

Re: [Distutils] PyPI search engine slow

2015-01-04 Thread John Anderson
https://warehouse.python.org/search/project/?q=signature+inspect Returns almost instantly even though it does have different results. On Sun, Jan 4, 2015 at 2:11 PM, Richard Jones wrote: > Thanks for pointing that out. There's not lot we can do immediately, as > any significant improvement to s

Re: [Distutils] Closing the Delete File + Re-upload File Loophole.

2015-01-24 Thread John Anderson
On Saturday, January 24, 2015, Donald Stufft wrote: > I've pushed changes to PyPI where it is no longer possible to reuse a > filename > and attempting to do it will give an 400 error that says: > > This filename has previously been used, you should use a different > version. > > This does NO

[Distutils] Help with buildout

2013-03-30 Thread John Anderson
I'm trying to use buildout to pull in 4 github repositories and combine their wsgi applications together using paste's urlmap. A few things aren't working the way I expect and so I'm looking for some more information: This is my buildout.cfg: https://github.com/sontek/notaliens.com/blob/master/b

[Distutils] Overriding dependency versions

2013-05-13 Thread John Anderson
If I have a shared dependency between 2 packages but they have pinned different versions of a 3rd package, is there a way to override this? Most of the time when people pin a version they are doing it because they have tested up to that version, but it doesn't always mean they don't work with a la

Re: [Distutils] Overriding dependency versions

2013-05-13 Thread John Anderson
On Mon, May 13, 2013 at 6:08 AM, Marcus Smith wrote: > > If I have a shared dependency between 2 packages but they have pinned >> different versions of a 3rd package, is there a way to override this? >> >> Most of the time when people pin a version they are doing it because they >> have tested up

[Distutils] pip installing to system packages

2012-03-26 Thread John Anderson
I activate my virtualenv, then try to use pip and it tries to install to the system packages: [koru-sontek.rhcloud.com ~]\> source ~/koru/virtenv/bin/activate (virtenv)[koru-sontek.rhcloud.com ~]\> which pip /var/lib/stickshift/47718763f63148a089bdb31e7ad72d5a/koru/virtenv/bin/pip (virtenv)[koru-s