blob: 42dafa55da27a48bafa330e5f6296c30d4df9fea (
plain)
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
|
pkgbase = python-err
pkgdesc = A plugin based chatbot designed to be easily deployable, extensible and maintainable.
pkgver = 3.0.4
pkgrel = 1
url = http://errbot.net
arch = any
license = GPL
makedepends = python-setuptools
depends = python
depends = python-markdown
depends = python-ansi
depends = python-colorlog
depends = python-daemonize
depends = python-bottle
depends = python-pip
depends = python-jinja
depends = python-yapsy
depends = python-webtest
optdepends = python-sleekxmpp: XMPP backend
optdepends = python-pyasn1: XMPP backend
optdepends = python-pyasn1-modules: XMPP backend
optdepends = python-dnspython: XMPP backend
optdepends = python-tox-git: TOX backend
optdepends = python-irc: IRC backend
options = !emptydirs
source = https://pypi.python.org/packages/source/e/err/err-3.0.4.tar.gz
sha256sums = 658321641ec1f1b57ab53eafc64d78dfe804f56ae0a111f8eb18d6cf64702eea
pkgname = python-err
|