summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-20 16:13:53 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:02 -0800
commit59b0795dd1e582afa099da12bb491fde74a241db (patch)
tree7429468c79ee5b068ec6c25472c32b0a452f9e92 /meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
parentc1cdf76ba9309f120b10000cfe38a2425bbc129f (diff)
downloadmeta-openembedded-59b0795dd1e582afa099da12bb491fde74a241db.tar.gz
python3-eth-abi: upgrade 5.1.0 -> 5.2.0
License-Update: Copyright year updated to 2025 Changelog: =========== - Merge template, adding py313 support, replace bumpversion with bump-my-version, raise required hypothesis versions. - Merge template, fixing docs CI and other various updates 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-abi_5.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
deleted file mode 100644
index 29b96005ee..0000000000
--- a/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Python utilities for working with Ethereum ABI definitions, especially encoding and decoding."
2HOMEPAGE = "https://github.com/ethereum/eth-abi"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=731f4de9c79bfeba6d8d55f83d0d2423"
6
7SRC_URI[sha256sum] = "33ddd756206e90f7ddff1330cc8cac4aa411a824fe779314a0a52abea2c8fc14"
8
9PYPI_PACKAGE = "eth_abi"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} += " \
15 python3-eth-typing \
16 python3-eth-utils \
17 python3-parsimonious \
18 python3-setuptools \
19"