blob: 16ed4e616a19c5ba0cd529ecfd27811711236dc5 (
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
|
pkgbase = python-fugashi
pkgdesc = Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/polm/fugashi
install = python-fugashi.install
arch = any
license = MIT
checkdepends = mecab-ipadic
checkdepends = python-ipadic
checkdepends = python-pytest
checkdepends = python-unidic-lite
makedepends = git
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = cython
depends = mecab
depends = python
optdepends = python-unidic: Use the latest version of UniDic, large install size
optdepends = python-unidic-lite: Use the lite version of UniDic
source = git+https://github.com/polm/fugashi.git#tag=v1.3.0
b2sums = 56da2551c6f1183ca8627cd8126ea5fb48b403cc64b6d95fcb2c833c9159a65bbe851dc5bf74f4d6fad106951b7d1f7ea2703b7bf6a88fd82a65221698e6a93b
pkgname = python-fugashi
|