blob: 19b5813ad31da3bdc6d1e36a35505d117910a3cc [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
2HOMEPAGE = "https://github.com/ethereum/hexbytes"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
6
Patrick Williams520786c2023-06-25 16:20:36 -05007SRC_URI[sha256sum] = "a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d"
Patrick Williams92b42cb2022-09-03 06:53:57 -05008
9inherit pypi setuptools3