blob: 2e62cf020ed3ae288056bea65bbd9c4e61fda0fa (
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
31
32
33
34
35
|
pkgbase = python-chatterbot
pkgdesc = A machine learning, conversational dialog engine for creating chatbots.
pkgver = 1.2.7
pkgrel = 1
url = https://github.com/gunthercox/chatterbot
arch = any
license = BSD-3-Clause
checkdepends = python-sphinx
checkdepends = python-nose
checkdepends = flake8
checkdepends = python-huggingface-hub
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-mathparse
depends = python-dateutil
depends = python-sqlalchemy
depends = python-pytz
depends = python-tqdm
depends = python-django
depends = python-yaml
depends = python-spacy
depends = python-requests
depends = python-nltk
depends = python-pymongo
depends = python-pint
depends = python-chatterbot-corpus-git
source = python-chatterbot-1.2.7.tar.gz::https://github.com/gunthercox/chatterbot/archive/refs/tags/1.2.7.tar.gz
source = fix-license-definition.patch
b2sums = a7422f8495d3acd63357aa32f02cc52bbf2cc057be907eec1697c6689d296d3d90a9909b709a4861ca15a187d4f4b581afec66281eb6d7a841a63fc9aefed7b3
b2sums = b462f15681623843c3be69ab596634b6959bcc9a61986cf881762a1ff51b1a0da9a3c8c684adce37a941c9185d66a0d2865bce5da6e7fa65e4f41f0082dbc887
pkgname = python-chatterbot
|