mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-eth-typing: new package
Add a recipe for eth-typing: common type annotations for ethereum python packages. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a2c050abb7
commit
becd9ec57a
|
|
@ -111,6 +111,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||
python3-engineio \
|
||||
python3-et-xmlfile \
|
||||
python3-eth-hash \
|
||||
python3-eth-typing \
|
||||
python3-evdev \
|
||||
python3-execnet \
|
||||
python3-fann2 \
|
||||
|
|
|
|||
|
|
@ -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=bf9691ead96f1163622689e47ce3f366"
|
||||
|
||||
SRC_URI[sha256sum] = "079e4c41e98cf2635d3830a99f3cbd7b1d73d2368464d4493c002bece545184a"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Loading…
Reference in New Issue
Block a user