diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb new file mode 100644 index 0000000000..b01bd2d78d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Python Bindings for the C-KZG Library" | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/c-kzg-4844" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 6 | |||
| 7 | SRC_URI += " \ | ||
| 8 | file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
