diff options
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.upgraded | 17 |
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 @@ | |||
1 | SUMMARY = "The guessing game from The Rust Book using pyo3." | ||
2 | DESCRIPTION = "Wrap a version of the guessing game from The Rust Book \ | ||
3 | to run in Python using pyo3." | ||
4 | HOMEPAGE = "https://www.maturin.rs/tutorial" | ||
5 | SECTION = "devel/python" | ||
6 | LICENSE = "MIT & Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ | ||
8 | file://LICENSE-MIT;md5=85fd3b67069cff784d98ebfc7d5c0797" | ||
9 | |||
10 | SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=main" | ||
11 | |||
12 | PV = "0.2.0" | ||
13 | SRCREV = "40cf004c2772ffa20ea803fa3be1528a75be3e98" | ||
14 | |||
15 | inherit python_maturin cargo-update-recipe-crates | ||
16 | |||
17 | require ${BPN}-crates.inc | ||