diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-02 10:13:37 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 19:29:08 -0700 |
| commit | 1b047a663d9a394bdd97cea501236222bb978261 (patch) | |
| tree | fcf184ad27c487ad141b71cbeee79ca6f2a91edf /meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb | |
| parent | 0dd89fb71ecc4c2fe35ad4cb846b2a6cf504fe1b (diff) | |
| download | meta-openembedded-1b047a663d9a394bdd97cea501236222bb978261.tar.gz | |
python3-eth-typing: upgrade 5.2.1 -> 6.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb new file mode 100644 index 0000000000..51d1abec7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Common type annotations for ethereum python packages." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/eth-typing" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ef06eb4d4373222e59a338e2eb9a795" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "315dd460dc0b71c15a6cd51e3c0b70d237eec8771beb844144f3a1fb4adb2392" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "eth_typing" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-typing-extensions \ | ||
| 15 | " | ||
