[Python-modules-commits] r23690 - in packages/python-mccabe/trunk/debian (control)
cjohnston-guest at users.alioth.debian.org
cjohnston-guest at users.alioth.debian.org
Sat Mar 9 04:03:41 UTC 2013
Date: Saturday, March 9, 2013 @ 04:03:37
Author: cjohnston-guest
Revision: 23690
Further description updates
Modified:
packages/python-mccabe/trunk/debian/control
Modified: packages/python-mccabe/trunk/debian/control
===================================================================
--- packages/python-mccabe/trunk/debian/control 2013-03-09 03:53:39 UTC (rev 23689)
+++ packages/python-mccabe/trunk/debian/control 2013-03-09 04:03:37 UTC (rev 23690)
@@ -15,17 +15,17 @@
Package: python-mccabe
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Python code complexity checker
+Description: Python code complexity checker (Python 2)
This module provides a plugin for the flake8 Python code checker to run the
McCabe code complexity script against Python code.
.
- This package contains Python 2 binaries.
+ This package provides Python 2 module bindings only.
Package: python3-mccabe
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python 3 code complexity checker
+Description: Python code complexity checker (Python 3)
This module provides a plugin for the flake8 Python code checker to run the
McCabe code complexity script against Python 3 code.
.
- This package contains Python 3 binaries.
+ This package provides Python 3 module bindings only.
More information about the Python-modules-commits
mailing list