This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marc.Abramowitz
Recipients Marc.Abramowitz, dstufft, eric.araujo
Date 2014-12-16.08:09:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418717400.01.0.59502170314.issue23063@psf.upfronthosting.co.za>
In-reply-to
Content
Testing a few common cases:

$ python setup.py check --restructuredtext --strict --metadata
running check
error: The docutils package is needed.

$ python setup.py check --restructuredtext --strict --metadata
running check
warning: check: Cannot analyze code. Pygments package not found. (line 66)

warning: check: Cannot analyze code. Pygments package not found. (line 99)

error: Please correct your package.

$ python setup.py check --restructuredtext --strict --metadata && echo "RST was OK."
running check
RST was OK.
History
Date User Action Args
2014-12-16 08:10:00Marc.Abramowitzsetrecipients: + Marc.Abramowitz, eric.araujo, dstufft
2014-12-16 08:10:00Marc.Abramowitzsetmessageid: <1418717400.01.0.59502170314.issue23063@psf.upfronthosting.co.za>
2014-12-16 08:09:59Marc.Abramowitzlinkissue23063 messages
2014-12-16 08:09:59Marc.Abramowitzcreate