blob: 3e32e21d30115d77fcc1587fc08a4106a3c1532e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-py-evm
pkgdesc = A Python implementation of the Ethereum Virtual Machine
pkgver = 0.12.1b1
pkgrel = 1
url = https://github.com/ethereum/py-evm
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-cached-property
depends = python-eth-bloom
depends = python-eth-hash
depends = python-eth-keys
depends = python-eth-typing
depends = python-eth-utils
depends = python-lru-dict
depends = python-py_ecc
depends = python-rlp
depends = python-trie
depends = python-ckzg
depends = python-toolz
depends = python-pycryptodome
source = https://files.pythonhosted.org/packages/source/p/py_evm/py_evm-0.12.1b1.tar.gz
sha512sums = 01a9a8729efd1a70cbe98e31eff6e8588f462ff0ea162058c4ffca1f50645de61faaa5dbc449e012ae30c8b95d763fba552e7d76d911a3b3d0e0e246e5e7d00c
pkgname = python-py-evm
|