mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 19:29:37 +02:00
1.Changelog: https://github.com/ethereum/c-kzg-4844/releases/tag/v2.1.7 2.Remove python-ckzg-0001-Let-override-CC.patch as it was merged upstream 3.Remove python-ckzg-0002-Disable-Werror.patch as it was dropped in the Fedora package https://src.fedoraproject.org/rpms/python-ckzg/blob/rawhide/f/python-ckzg.spec Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
14 lines
423 B
BlitzBasic
14 lines
423 B
BlitzBasic
SUMMARY = "Python Bindings for the C-KZG Library"
|
|
HOMEPAGE = "https://github.com/ethereum/c-kzg-4844"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
SRC_URI += " \
|
|
file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928"
|
|
|
|
inherit pypi setuptools3
|