[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-07-29 Thread Éric Araujo
Éric Araujo added the comment: Adapted and committed. -- assignee: tarek -> eric.araujo resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: -3rd party, Python 2.7, Python 3.2 ___ Python tracker

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88545218e155 by Éric Araujo in branch 'default': Let pysetup list exit with a non-zero code when no result is found (#11409). http://hg.python.org/cpython/rev/88545218e155 -- nosy: +python-dev ___ Python

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-05-31 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-03-05 Thread Kelsey
Kelsey added the comment: Updated patch based on the distutils2-new-cmdline repo https://bitbucket.org/khightower/distutils2-new-cmdline-mq/qseries?apply=t&qs_apply=pysetup-search-nonzero -- Added file: http://bugs.python.org/file21010/pysetup-search-new-cmds.patch ___

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-03-05 Thread Kelsey
Kelsey added the comment: I will take a look, thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-03-05 Thread Tarek Ziadé
Tarek Ziadé added the comment: pysetup is currently under heavy refactoring -- see the https://bitbucket.org/tarek/distutils2-new-cmdline clone if you want to help on this. I am planning to merge it before the release, this week. -- ___ Python tr

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-03-05 Thread Kelsey
New submission from Kelsey : I would like to make pysetup easier to work with when called from shell scripts or similar tools that wish to take action based on the exit code of the pysetup --search command. In this case return 0 if a match is found and 1 otherwise. As an enhancement, print a m