diff options
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 262ab1b3d1..64a3f8094d 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -381,6 +381,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
| 381 | python3-rlp \ | 381 | python3-rlp \ |
| 382 | python3-robotframework \ | 382 | python3-robotframework \ |
| 383 | python3-robotframework-seriallibrary \ | 383 | python3-robotframework-seriallibrary \ |
| 384 | python3-rouge-score \ | ||
| 384 | python3-rsa \ | 385 | python3-rsa \ |
| 385 | python3-ruamel-yaml \ | 386 | python3-ruamel-yaml \ |
| 386 | python3-scrypt \ | 387 | python3-scrypt \ |
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 @@ | |||
| 1 | SUMMARY = "Pure python implementation of ROUGE-1.5.5." | ||
| 2 | DESCRIPTION = "This is a native python implementation of ROUGE, designed to \ | ||
| 3 | replicate results from the original perl package." | ||
| 4 | HOMEPAGE = "https://github.com/google-research/google-research/tree/master/rouge" | ||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=93;md5=e8937c2bcd7cf57f2d1bd5f1bf7efd23" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} = "\ | ||
| 9 | python3-absl \ | ||
| 10 | python3-nltk \ | ||
| 11 | python3-numpy \ | ||
| 12 | python3-six (>=1.14) \ | ||
| 13 | " | ||
| 14 | |||
| 15 | inherit setuptools3 pypi | ||
| 16 | |||
| 17 | PYPI_PACKAGE = "rouge_score" | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04" | ||
