summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
blob: 2f22f15d6989ae27f8b36b7087559f2a08ae581e (plain)
1
2
3
4
5
6
7
8
9
10
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"