[Python-modules-commits] [pyee] 01/01: Lengthen descriptions

Ethan Ward ethanward-guest at moszumanska.debian.org
Thu Jul 27 17:54:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository pyee.

commit edde30552c69bdf1dc8971cd9a652b4b67cae502
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Thu Jul 27 12:54:07 2017 -0500

    Lengthen descriptions
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9409412..b226aa4 100644
--- a/debian/control
+++ b/debian/control
@@ -26,13 +26,17 @@ Package: python-pyee
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Port of node.js's EventEmitter to python
+Description: Python 2 port of node.js's EventEmitter to Python
  This package contains the pyee module for Python 2. pyee supplies an
- EventEmitter object similar to the EventEmitter from node.js.
+ EventEmitter object similar to the EventEmitter from node.js. This allows
+ developers to register a function to an event, which means that when the event
+ is emitted, the function will be called.
 
 Package: python3-pyee
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Port of node.js's EventEmitter to python
+Description: Python 3 port of node.js's EventEmitter to Python
  This package contains the pyee module for Python 3. pyee supplies an
- EventEmitter object similar to the EventEmitter from node.js.
+ EventEmitter object similar to the EventEmitter from node.js. This allows
+ developers to register a function to an event, which means that when the event
+ is emitted, the function will be called.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyee.git



More information about the Python-modules-commits mailing list