diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-06-30 10:14:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:03 -0400 |
| commit | f36b4c7eee2adbf7ab0452e74c62aecfeafea267 (patch) | |
| tree | baf909af2f7819a7491b274d0b07e54f3bbc77db /meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb | |
| parent | 3e342c93ad097f687120320def5f16bb4c66d058 (diff) | |
| download | meta-openembedded-f36b4c7eee2adbf7ab0452e74c62aecfeafea267.tar.gz | |
python3-eth-typing: upgrade 3.0.0 -> 3.1.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb new file mode 100644 index 0000000000..0e274c25d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 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=bf9691ead96f1163622689e47ce3f366" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "92698268be83c75f65a028d47421f7c0aed459be76dd7ce916af166dca8bc53e" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
