blob: fab2a10bd4d046db33f7d1ae31abe42ed6650581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-textblob
pkgdesc = Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
pkgver = 0.19.0
pkgrel = 1
url = https://github.com/sloria/textblob
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-flit
makedepends = python-flit-core
depends = python-nltk
depends = nltk-data
source = python-textblob-0.19.0.tar.gz::https://github.com/sloria/textblob/archive/refs/tags/0.19.0.tar.gz
sha256sums = 0fb422e903d8b640dc0d955ac79421b0a536d9c79ece11dbe238b9a60d8f48c3
pkgname = python-textblob
|