SUMMARY = "An extremely fast Python package and project manager, \ written in Rust." HOMEPAGE = "https://pypi.org/project/uv/" LICENSE = "Apache-2.0 & BSD-2-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \ file://LICENSE-MIT;md5=45674e482567aa99fe883d3270b11184" RECIPE_MAINTAINER = "Tom Geelen " SRC_URI[sha256sum] = "8250d61be8ad7da952dff476d9855b2d0b3b5737819cc12ecd94ae6665aab322" SRCREV_FORMAT = "default" SRC_URI += "git://github.com/astral-sh/pubgrub;protocol=https;nobranch=1;name=pubgrub;destsuffix=pubgrub" SRC_URI += "git://github.com/astral-sh/reqwest-middleware;protocol=https;name=reqwest-middleware;destsuffix=reqwest-middleware;branch=main" SRC_URI += "git://github.com/astral-sh/tl.git;protocol=https;name=tl;destsuffix=tl;branch=master" SRC_URI += "git://github.com/astral-sh/rs-async-zip;protocol=https;name=rs-async-zip;destsuffix=rs-async-zip;branch=main" SRCREV_pubgrub = "06ec5a5f59ffaeb6cf5079c6cb184467da06c9db" SRCREV_reqwest-middleware = "7650ed76215a962a96d94a79be71c27bffde7ab2" SRCREV_tl = "6e25b2ee2513d75385101a8ff9f591ef51f314ec" SRCREV_rs-async-zip = "285e48742b74ab109887d62e1ae79e7c15fd4878" inherit pypi python_maturin cargo-update-recipe-crates require ${BPN}-crates.inc PYPI_PACKAGE = "uv" INSANE_SKIP:${PN} += "already-stripped"