summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb
new file mode 100644
index 0000000000..722956a8e2
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Pure python implementation of ROUGE-1.5.5."
2DESCRIPTION = "This is a native python implementation of ROUGE, designed to \
3 replicate results from the original perl package."
4HOMEPAGE = "https://github.com/google-research/google-research/tree/master/rouge"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=93;md5=e8937c2bcd7cf57f2d1bd5f1bf7efd23"
7
8RDEPENDS:${PN} = "\
9 python3-absl \
10 python3-nltk \
11 python3-numpy \
12 python3-six (>=1.14) \
13"
14
15inherit setuptools3 pypi
16
17PYPI_PACKAGE = "rouge_score"
18
19SRC_URI[sha256sum] = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04"