blob: 401cafe9f06db426a8ee14f3749acb925a5eb9b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-ckzg
pkgdesc = A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
pkgver = 2.1.7
pkgrel = 1
url = https://github.com/ethereum/c-kzg-4844
arch = x86_64
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = glibc
depends = python
source = git+https://github.com/ethereum/c-kzg-4844.git#tag=v2.1.7
source = git+https://github.com/supranational/blst.git
sha512sums = cc5b3e84f52dc5be98f41d18f7d2487d1e2ebd1b24415bb6282b41978818f01e13dfb87ff220d0a2ba2594e8122f1e9648f54f8fa32a987aa3ac53bb6aaba2dd
sha512sums = SKIP
pkgname = python-ckzg
|