summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2025-02-26 12:39:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:17 +0000
commit0c648d3ae16a279f18e60721fa27d2f48c9f139a (patch)
tree41b3fd3088043188017ea2d2275c1d2e1de668e8 /meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
parent446730122d932daf188549c3b042385e4cbaacdc (diff)
downloadpoky-0c648d3ae16a279f18e60721fa27d2f48c9f139a.tar.gz
python3-roman-numerals-py: add recipe
roman-numerals-py is a module providing utilities for working with well-formed Roman numerals. python3-sphinx relies on this now, so add it as a recipe. (From OE-Core rev: 43b4e995769de54e47b0a98ce841b143a877f87d) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb b/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
new file mode 100644
index 0000000000..2f22f15d69
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Manipulate roman numerals"
2HOMEPAGE = "https://github.com/AA-Turner/roman-numerals/"
3LICENSE = "0BSD & CC0-1.0"
4LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd"
5
6SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d"
7PYPI_PACKAGE = "roman_numerals_py"
8
9inherit pypi python_flit_core
10
11BBCLASSEXTEND = "native nativesdk"