diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-05-26 06:59:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:04 +0700 |
commit | a9ab18d2b8a892ae246fa73fb00b557b8b7be601 (patch) | |
tree | 03c15b10ba6071beb13b9c65489fab24b9955e04 /python/shutil_which/slack-desc | |
parent | 274f40922bbfc8239f6851079c2e0936000d7c7a (diff) | |
download | slackbuilds-a9ab18d2b8a892ae246fa73fb00b557b8b7be601.tar.gz |
python/shutil_which: Added (find path of executable).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/shutil_which/slack-desc')
-rw-r--r-- | python/shutil_which/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/shutil_which/slack-desc b/python/shutil_which/slack-desc new file mode 100644 index 0000000000..5ec0599133 --- /dev/null +++ b/python/shutil_which/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +shutil_which: shutil_which (find path of executable) +shutil_which: +shutil_which: A backport of the which function from Python 3.3's shutil. which +shutil_which: returns the path to an executable which would be run if the given cmd +shutil_which: was called. +shutil_which: +shutil_which: +shutil_which: +shutil_which: +shutil_which: +shutil_which: |