File: control

package info (click to toggle)
limnoria 2023.1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,308 kB
  • sloc: python: 49,772; makefile: 52; sh: 14
file content (53 lines) | stat: -rw-r--r-- 1,566 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
52
53
Source: limnoria
Section: net
Priority: optional
Maintainer: Mattia Rizzolo <mattia@debian.org>
Uploaders:
 Unit 193 <unit193@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 iputils-ping <!nocheck>,
 procps,
 python3-all,
 python3-cryptography <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-feedparser <!nocheck>,
 python3-setuptools,
 libpython3-stdlib (>= 3.9) <!nocheck> | python3-tz <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/limnoria.git
Vcs-Browser: https://salsa.debian.org/debian/limnoria
Homepage: https://github.com/ProgVal/Limnoria

Package: limnoria
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 iputils-ping,
 procps,
 python3-chardet,
 python3-cryptography,
 python3-dateutil,
 python3-feedparser,
 python3-gnupg,
 python3-socks,
 libpython3-stdlib (>= 3.9) | python3-tz,
Conflicts:
 supybot,
Description: robust and user-friendly Python IRC bot
 A robust, full-featured Python IRC bot with a clean and flexible plugin API.
 Equipped with a complete ACL system for specifying user permissions with as
 much as per-command granularity. Batteries are included in the form of
 numerous plugins already written.
 .
 Limnoria is robust (it doesn't crash), user friendly (it's easy to configure)
 and programmer friendly (plugins are *extremely* easy to write).  It aims to
 be an adequate replacement for most existing IRC bots.
 .
 It is the maintained fork of supybot.
 .
 This package provides Python 3-only modules and scripts.