mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
meta-selftest: add python3-guessing-game
Add v0.1.0 of python3-guessing-game which is used as the baseline for an upgrade to v0.2.0 in test_devtool_upgrade_recipe_update_extra_tasks test case. (From OE-Core rev: f62e74a00de892bf4c10f641f734b57c0017a871) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5676d39218
commit
1ba3586bbe
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "The guessing game from The Rust Book using pyo3."
|
||||
DESCRIPTION = "Wrap a version of the guessing game from The Rust Book \
|
||||
to run in Python using pyo3."
|
||||
HOMEPAGE = "https://www.maturin.rs/tutorial"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
|
||||
file://LICENSE-MIT;md5=85fd3b67069cff784d98ebfc7d5c0797"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=main"
|
||||
|
||||
PV = "0.1.0"
|
||||
SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit python_maturin cargo-update-recipe-crates
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
Reference in New Issue
Block a user