[issue5732] add a new command called "check" into Distutils

2009-05-26 Thread Tarek Ziadé

Changes by Tarek Ziadé :


--
dependencies: +change sdist and register command so they use check

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5732] add a new command called "check" into Distutils

2009-05-26 Thread Tarek Ziadé

Tarek Ziadé  added the comment:

closing (created a new ticket #6041 for sdist and register inclusion)

--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5732] add a new command called "check" into Distutils

2009-04-11 Thread Tarek Ziadé

Tarek Ziadé  added the comment:

'check' added in r71473 and r71473

Now working on sdist and register so they use it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5732] add a new command called "check" into Distutils

2009-04-09 Thread Tarek Ziadé

New submission from Tarek Ziadé :

Right now, both register and sdist commands are implementing a
check_metadata function to check that the metadata are complete enough.

check will refactor this and also add a test to validate that the 
long_description is/is not reST compliant (if asked *and* if docutils is
present)

of course distutils will not introduce a hard dependency on docutils and
both register and sdist wil continue to work the same way (but use check
underneath)

--
assignee: tarek
messages: 85835
nosy: tarek
severity: normal
status: open
title: add a new command called "check" into Distutils
type: feature request
versions: Python 2.7, Python 3.1

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com