diff options
Diffstat (limited to 'meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb')
| -rw-r--r-- | meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb b/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb deleted file mode 100644 index 12afec8b1b..0000000000 --- a/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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.1.0" | ||
| 13 | SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500" | ||
| 14 | |||
| 15 | inherit python_maturin cargo-update-recipe-crates | ||
| 16 | |||
| 17 | require ${BPN}-crates.inc | ||
