blob: 4d7f42bf45d2c5fee3b02ea6204069b539eb0fcd (
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
|
pkgbase = python-trie
pkgdesc = Python library which implements the Ethereum Trie structure.
pkgver = 3.1.0
pkgrel = 1
url = https://github.com/ethereum/py-trie
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-eth-hash
depends = python-eth-typing
depends = python-eth-utils
depends = python-hexbytes
depends = python-rlp
depends = python-sortedcontainers
source = git+https://github.com/ethereum/py-trie.git#tag=v3.1.0
source = git+https://github.com/ethereum/tests.git
sha512sums = cb4a5036f40e3e980f5fc18f74a46f1efc3b84710cf6e2b2c69d5255039e716756b99776178de242bfd7a88c7dcf1ee13dc20c71c02b976af0607b5ab1b351bb
sha512sums = SKIP
pkgname = python-trie
|