Package: python-cobe / 2.1.0-2

Metadata

Package Version Patches format
python-cobe 2.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove argparse from install requires.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove argparse from install_requires so dh_python2 shipped by
 python-defaults (2.7.2-10) won't generate dependencies of the form
 "python (>= 2.7) | python-argparse" since anyway only from python 2.7.3~rc2-1
 egg-info metadata for argparse are shipped.
02_relaxed versioned dependencies.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relaxed versioned dependencies.
03_use_python irc_instead_of_python irclib.patch | (download)

cobe/irc.py | 20 11 + 9 - 0 !
setup.py | 10 0 + 10 - 0 !
2 files changed, 11 insertions(+), 19 deletions(-)

 use python-irc instead of python-irclib
 python-irc is not listed in install_requires because right now
 pkg_resources.get_distribution('irc').version will give something
 like '0.0.08.3.1'
04_fix irc client.patch | (download)

cobe/irc.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix the irc-client function.