File: control

package info (click to toggle)
python-irc 8.5.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 424 kB
  • ctags: 466
  • sloc: python: 2,403; makefile: 6
file content (51 lines) | stat: -rw-r--r-- 1,598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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.