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>
This commit is contained in:
Trevor Gamblin
2025-02-26 12:39:50 -05:00
committed by Richard Purdie
parent 446730122d
commit 0c648d3ae1
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
SUMMARY = "Manipulate roman numerals"
HOMEPAGE = "https://github.com/AA-Turner/roman-numerals/"
LICENSE = "0BSD & CC0-1.0"
LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd"
SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d"
PYPI_PACKAGE = "roman_numerals_py"
inherit pypi python_flit_core
BBCLASSEXTEND = "native nativesdk"