diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:24:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
| commit | 163cce5191765e946e78b563fddfea3b53309ca7 (patch) | |
| tree | d37ceffa23f34679e24e0e8f8ae0b67bc124803c /meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb | |
| parent | e4795b05c3703229944db6d04a3b0b5372d665f4 (diff) | |
| download | meta-openembedded-163cce5191765e946e78b563fddfea3b53309ca7.tar.gz | |
python3-eth-typing: upgrade 3.1.0 -> 3.2.0
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-eth-typing_3.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb new file mode 100644 index 0000000000..b810341d2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.2.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] = "177e2070da9bf557fe0fd46ee467a7be2d0b6476aa4dc18680603e7da1fc5690" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
