From 0273ea57e975041327ea203a874dbd1974896b0c Mon Sep 17 00:00:00 2001 From: Yishai Jaffe Date: Tue, 8 Jul 2025 20:14:18 +0300 Subject: python3-rstr: added recipe Added rstr python package Signed-off-by: Yishai Jaffe Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb (limited to 'meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb new file mode 100644 index 0000000000..1af7a3bc8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Random Strings in Python" +HOMEPAGE = "https://github.com/leapfrogonline/rstr" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5c15c04f1cdbd42c6152066f0b02102a" + +SRC_URI[sha256sum] = "c4a564d4dfb4472d931d145c43d1cf1ad78c24592142e7755b8866179eeac012" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf