python3-guessing-game_git.bb.upgraded 671 B

12345678910111213141516171819
  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. SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=main"
  10. PV = "0.2.0"
  11. SRCREV = "40cf004c2772ffa20ea803fa3be1528a75be3e98"
  12. S = "${WORKDIR}/git"
  13. inherit python_maturin cargo-update-recipe-crates
  14. require ${BPN}-crates.inc