blob: 60b8f9d7943b4907fcf98a0709ee7f103789d338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-py_ecc
pkgdesc = Elliptic curve crypto in python including secp256k1, alt_bn128, and bls12_381.
pkgver = 8.0.0_beta.1
pkgrel = 1
url = https://github.com/ethereum/py_ecc
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-eth-typing
depends = python-eth-utils
source = https://github.com/ethereum/py_ecc/archive/refs/tags/v8.0.0-beta.1.tar.gz
sha256sums = eb6628157f6e028b8d4409744d5f144f97a6c38f4daa80af50adecbeff7cefa0
pkgname = python-py_ecc
|