blob: 266b816f933c3dc2501be303b2b83396ce46bfb2 (
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.2.1
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/errbot/errbot-3.2.1.tar.gz
sha256sums = 4a45eebf36a8e50aaa88ff76876b14045306917340d274ab0a9c58f9d172c2fe
pkgname = python-err
|