blob: 2b4a841ebe708422f388c1a3b0da46af20179931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-eth-utils
pkgdesc = Common utility functions for python code that interacts with Ethereum
pkgver = 6.0.0
pkgrel = 1
url = https://github.com/ethereum/eth-utils
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-eth-hash
depends = python-eth-typing
depends = python-cytoolz
depends = python-pydantic
source = eth-utils-6.0.0.tar.gz::https://github.com/ethereum/eth-utils/archive/v6.0.0.tar.gz
sha512sums = a2c0810427e28de0e752ba97d3340e393ab43418e8643709fc4c000bbc8a1e8ef36ef8af3dffc0fd957adfef3e0fada21ecf5cc27455005a6cb444ba3b019e36
pkgname = python-eth-utils
|