blob: aee89aa4f06cd6f93a579cd1c01ff00e0ff0c752 (
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
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.tar.gz
sha256sums = 02d3b77438d1823219a20ac1f6b35e926e80665bb631df0cc37d072083692f74
pkgname = python-py_ecc
|