diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:49:07 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:02 +0100 |
| commit | f9a740bf6a0c4a78a12ae2c9c137c9243488a4a8 (patch) | |
| tree | 168a32cd878a368fc31f9fe41210a7b827cdbd2d /meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb | |
| parent | d9155da165f6299951199c89256973b4b535f1c3 (diff) | |
| download | poky-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.bb | 30 |
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 @@ | |||
| 1 | SUMMARY = "Setuptools Rust extension plugin" | ||
| 2 | DESCRIPTION = "setuptools-rust is a plugin for setuptools to build Rust \ | ||
| 3 | Python extensions implemented with PyO3 or rust-cpython.\ | ||
| 4 | \ | ||
| 5 | Compile and distribute Python extensions written in Rust as easily as if they were written in C." | ||
| 6 | HOMEPAGE = "https://github.com/PyO3/setuptools-rust" | ||
| 7 | BUGTRACKER = "https://github.com/PyO3/setuptools-rust/issues" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc" | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "setuptools_rust" | ||
| 15 | |||
| 16 | inherit cargo pypi python_setuptools_build_meta | ||
| 17 | |||
| 18 | DEPENDS += "python3-setuptools-scm-native python3-wheel-native" | ||
| 19 | |||
| 20 | RDEPENDS:${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 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | ||
