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 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: errbot
Section: net
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Birger Schacht <birger@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
git-core,
localehelper,
python3-all,
python3-ansi,
python3-bottle,
python3-colorlog,
python3-daemonize,
python3-flask,
python3-jinja2,
python3-markdown,
python3-mock,
python3-openssl,
python3-pygments,
python3-pytest,
python3-requests,
python3-setuptools,
python3-webtest,
python3-yapsy,
python3-dulwich
Standards-Version: 4.5.1
Homepage: http://errbot.io
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/errbot.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/errbot
Package: errbot
Architecture: all
Depends:
adduser,
python3,
python3-ansi,
python3-bottle,
python3-colorlog,
python3-daemonize,
python3-flask,
python3-irc,
python3-jinja2,
python3-markdown,
python3-openssl,
python3-pyasn1,
python3-pyasn1-modules,
python3-pygments,
python3-requests,
python3-setuptools,
python3-slixmpp,
python3-webtest,
python3-yapsy,
python3-dulwich,
python3-importlib-metadata,
python3-deepmerge,
${misc:Depends},
${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Chatbot designed to be simple to extend with plugins written in Python
Errbot is a chatbot. It allows you to start scripts interactively from your
chatrooms for any reason: random humour, chatops, starting a build, monitoring
commits, triggering alerts...
.
It is written and easily extensible in Python.
|