From 547d54d8cb63f896c7681f9d80dd453ad5a41443 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:39:31 +0800 Subject: python3-eth-typing: upgrade 3.4.0 -> 3.5.0 Changelog: ========== Add script to maintain Network constants listed in the networks module. Add types-setuptools to support pkg_resources and __version__ Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb (limited to 'meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb new file mode 100644 index 0000000000..6a8bec7a54 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Common type annotations for ethereum python packages." +HOMEPAGE = "https://github.com/ethereum/eth-typing" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7" + +SRC_URI[sha256sum] = "a92f6896896752143a4704c57441eedf7b1f65d5df4b1c20cb802bb4aa602d7e" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf