diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:28:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:41 -0800 |
| commit | 42b17e51be0032e383a2e080a05ad1bcb5db2215 (patch) | |
| tree | da52a653e20e9aa9e0e2b8d8d51548a5a6099c77 /meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb | |
| parent | dd268c257ef519d7dc1d84e59f0dfa0f0264c196 (diff) | |
| download | meta-openembedded-42b17e51be0032e383a2e080a05ad1bcb5db2215.tar.gz | |
python3-eth-typing: upgrade 3.5.0 -> 3.5.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb new file mode 100644 index 0000000000..3723b1931b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.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=3d7bdfe69b1ffbde073ca6e96f5c53f7" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "e21a8b0688581a6765f72fa184d86d06c3949e354d4af5293798abc0b4255989" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
