diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-02-11 23:35:06 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:57 -0600 |
commit | 5875d00e7e16aad1f9ef81701ea6ade51ca439c0 (patch) | |
tree | 67e44ff4a0b761c71d4461140f02fac8a5491429 /python/blinker/slack-desc | |
parent | c7830e346d2e337770aa8a3509ac566aea5411c4 (diff) | |
download | slackbuilds-5875d00e7e16aad1f9ef81701ea6ade51ca439c0.tar.gz |
python/blinker: Added (Python module for object-to-object and broadcast signaling)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/blinker/slack-desc')
-rw-r--r-- | python/blinker/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/blinker/slack-desc b/python/blinker/slack-desc new file mode 100644 index 0000000000..4613019987 --- /dev/null +++ b/python/blinker/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------------------------------------------------------| +blinker: blinker (Python module for object-to-object and broadcast signaling) +blinker: +blinker: Blinker provides a fast dispatching system that allows any number +blinker: of interested parties to subscribe to events, or "signals". +blinker: +blinker: Homepage: https://pypi.python.org/pypi/blinker/ +blinker: +blinker: +blinker: +blinker: +blinker: |