diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-18 08:01:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:19 -0500 |
commit | 92b1cf39d2ee9b422c6a9785283bc4b57e0ddea9 (patch) | |
tree | cdad10d388501b2123ef2e302a6fa0a691fe7898 /python/invoke/slack-desc | |
parent | 0e9287557cb855e6d63062f53b315f4b2656c0d4 (diff) | |
download | slackbuilds-92b1cf39d2ee9b422c6a9785283bc4b57e0ddea9.tar.gz |
python/invoke: Added (Pythonic task execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/invoke/slack-desc')
-rw-r--r-- | python/invoke/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/invoke/slack-desc b/python/invoke/slack-desc new file mode 100644 index 0000000000..1f8c2c50e9 --- /dev/null +++ b/python/invoke/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------------------------------------------------------| +invoke: invoke (Pythonic task execution) +invoke: +invoke: Invoke is a Python (2.6+ and 3.2+) task +invoke: execution tool & library, drawing inspiration +invoke: from various sources to arrive at a powerful +invoke: & clean feature set. +invoke: +invoke: Homepage: http://docs.pyinvoke.org +invoke: +invoke: +invoke: |