summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded')
-rw-r--r--meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded b/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded
new file mode 100644
index 0000000000..194a8efe83
--- /dev/null
+++ b/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded
@@ -0,0 +1,17 @@
1SUMMARY = "The guessing game from The Rust Book using pyo3."
2DESCRIPTION = "Wrap a version of the guessing game from The Rust Book \
3to run in Python using pyo3."
4HOMEPAGE = "https://www.maturin.rs/tutorial"
5SECTION = "devel/python"
6LICENSE = "MIT & Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
8 file://LICENSE-MIT;md5=85fd3b67069cff784d98ebfc7d5c0797"
9
10SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=main"
11
12PV = "0.2.0"
13SRCREV = "40cf004c2772ffa20ea803fa3be1528a75be3e98"
14
15inherit python_maturin cargo-update-recipe-crates
16
17require ${BPN}-crates.inc