diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-22 18:36:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-22 18:36:24 +0700 |
commit | 86cfef7f4e4bbffb487a4aa01bfe319483e54275 (patch) | |
tree | 2bb00c32def8352c89fd9c728e8152625f45fc52 /python/python-evdev/slack-desc | |
parent | d0462d24c0c7fcc3ec4b27ee223889d6e4527738 (diff) | |
download | slackbuilds-86cfef7f4e4bbffb487a4aa01bfe319483e54275.tar.gz |
python/python-evdev: Added (Python input event library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev/slack-desc')
-rw-r--r-- | python/python-evdev/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-evdev/slack-desc b/python/python-evdev/slack-desc new file mode 100644 index 0000000000..5a3bdeeb99 --- /dev/null +++ b/python/python-evdev/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------------------------------------------------------| +python-evdev: python-evdev (Python input event library) +python-evdev: +python-evdev: python-evdev allows Python programs running in Linux to read and +python-evdev: write input events. It provides bindings to both the generic input +python-evdev: event interface (evdev) and the userspace input subsystem (Uinput). +python-evdev: +python-evdev: +python-evdev: +python-evdev: +python-evdev: +python-evdev: |