summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-09 13:49:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 12:17:02 +0100
commitf9a740bf6a0c4a78a12ae2c9c137c9243488a4a8 (patch)
tree168a32cd878a368fc31f9fe41210a7b827cdbd2d /meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb
parentd9155da165f6299951199c89256973b4b535f1c3 (diff)
downloadpoky-f9a740bf6a0c4a78a12ae2c9c137c9243488a4a8.tar.gz
python3-setuptools-rust: upgrade 1.10.1 -> 1.10.2
Changelog: Fix deprecation warning from use of wheel.bdist_wheel. (From OE-Core rev: 40daadb626f92a9af5c82a0c0242f8f153c70de4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb
new file mode 100644
index 0000000000..a58d57ac70
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Setuptools Rust extension plugin"
2DESCRIPTION = "setuptools-rust is a plugin for setuptools to build Rust \
3Python extensions implemented with PyO3 or rust-cpython.\
4\
5Compile and distribute Python extensions written in Rust as easily as if they were written in C."
6HOMEPAGE = "https://github.com/PyO3/setuptools-rust"
7BUGTRACKER = "https://github.com/PyO3/setuptools-rust/issues"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5"
11
12SRC_URI[sha256sum] = "5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc"
13
14PYPI_PACKAGE = "setuptools_rust"
15
16inherit cargo pypi python_setuptools_build_meta
17
18DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
19
20RDEPENDS:${PN} += " \
21 python3-json \
22 python3-semantic-version \
23 python3-setuptools \
24 python3-setuptools-scm \
25 python3-shell \
26 python3-typing-extensions \
27 python3-wheel \
28"
29
30BBCLASSEXTEND = "native nativesdk"