blob: 63a5a2e297c3fc0f22c6a559871933c947714bfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-rouge-score
pkgdesc = Pure python implementation of ROUGE-1.5.5 (Google's ROUGE metric)
pkgver = 0.1.2
pkgrel = 2
url = https://github.com/google-research/google-research/tree/master/rouge
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-absl
depends = python-nltk
depends = nltk-data
depends = python-numpy
depends = python-six
source = rouge_score-0.1.2.tar.gz::https://files.pythonhosted.org/packages/source/r/rouge_score/rouge_score-0.1.2.tar.gz
source = APACHE-2.0-LICENSE
sha256sums = c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
pkgname = python-rouge-score
|