Source: python-irc
Section: python
Priority: optional
Maintainer: Ben Finney <bignose@debian.org>
Build-Depends-Indep:
    python3-setuptools,
    python3-six,
    python3-mock,
    python3-pytest,
    python3-all,
    python-setuptools,
    python-six,
    python-mock,
    python-pytest,
    python-all (>= 2.6.6-3~),
    dh-python,
    debhelper (>= 9~)
Standards-Version: 3.9.8
Homepage: http://bitbucket.org/jaraco/irc/
VCS-git: https://git.fosscommunity.in/bignose/debian_python-irc.git
VCS-Browser: https://git.fosscommunity.in/bignose/debian_python-irc
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python3-irc
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends}
Provides: ${python3:Provides}
Description: Internet Relay Chat (IRC) protocol client library — Python 3
 This library is intended to encapsulate the IRC protocol at a quite low level.
 It provides an event-driven IRC client framework. It has a fairly thorough
 support for the basic IRC protocol, CTCP and DCC connections.
 .
 This package installs the library for Python 3.

Package: python-irc
Architecture: all
Depends:
    ${python:Depends},
    ${misc:Depends}
Provides: ${python:Provides}
Conflicts: python-irclib
Replaces: python-irclib
Description: Internet Relay Chat (IRC) protocol client library — Python 2
 This library is intended to encapsulate the IRC protocol at a quite low level.
 It provides an event-driven IRC client framework. It has a fairly thorough
 support for the basic IRC protocol, CTCP and DCC connections.
 .
 This package installs the library for Python 2.