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 kelsey.hightower
Recipients alexis, eric.araujo, kelsey.hightower, tarek
Date 2011-03-05.18:29:07
SpamBayes Score 1.2296019e-06
Marked as misclassified No
Message-id <1299349750.25.0.306966867422.issue11409@psf.upfronthosting.co.za>
In-reply-to
Content
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 message to stdout that the dist is not installed.

Example:

# pysetup -s Mako
Mako is not installed

# echo $?
1

Please review my patch in my d2 patch queue:
https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=t&qs_apply=pysetup-search
History
Date User Action Args
2011-03-05 18:29:10kelsey.hightowersetrecipients: + kelsey.hightower, tarek, eric.araujo, alexis
2011-03-05 18:29:10kelsey.hightowersetmessageid: <1299349750.25.0.306966867422.issue11409@psf.upfronthosting.co.za>
2011-03-05 18:29:08kelsey.hightowerlinkissue11409 messages
2011-03-05 18:29:08kelsey.hightowercreate