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

2014-12-30 Thread Reinout van Rees
Jim Fulton schreef op 28-12-14 om 16:33: So what is the recommended route for debugging the problem? I would really >like to fix it but without know the problem I would just to make random >guesses. I run: setup.py --long-description and pipe the output into a ReST processor to check for e

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

2014-12-28 Thread Richard Jones
It has been a while since Pygments was updated in that environment, so I've updated it. The PyPI code required a language argument, so I fixed 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 S

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

2014-12-28 Thread John Anderson
I've confirmed that the bug I was experiencing is no longer a problem. Thanks! On Sun, Dec 28, 2014 at 8:46 PM, Richard Jones wrote: > It has been a while since Pygments was updated in that environment, so > I've updated it. The PyPI code required a language argument, so I fixed > that as well.

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. > > > > The package I'm trying to uploa

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

2014-12-28 Thread Marius Gedminas
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. > > The package I'm trying to upload is here: > https://pypi.python.org/pypi/pyramid_celery Are you t

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

2014-12-28 Thread Jim Fulton
On Sat, Dec 27, 2014 at 11:26 PM, 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. > > The package I'm trying to upload is here: > https://pypi.python.org/pypi/pyramid_celery > > I've checked 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