diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:06 -0800 |
| commit | 98afc6ab405d603154808e23e7b9cd108c029827 (patch) | |
| tree | 273cdf945b92b89824fbdd6dce8266e2944d69dd /meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb | |
| parent | 15cc0df46f2e58390458c1343734dd886a75cc3b (diff) | |
| download | meta-openembedded-98afc6ab405d603154808e23e7b9cd108c029827.tar.gz | |
python3-rlp: upgrade 4.0.1 -> 4.1.0
Changelog:
==========
- Merge template, adding ''py313'' support and replacing ''bumpversion'' with ''bump-my-version''.
''rust-backend'' still only supported up to ''py312''.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb new file mode 100644 index 0000000000..cfd155b514 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/pyrlp" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "be07564270a96f3e225e2c107db263de96b5bc1f27722d2855bd3459a08e95a9" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "python3-pip-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-eth-utils \ | ||
| 15 | python3-typing-extensions \ | ||
| 16 | " | ||
